Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect to 0.0.0.0 instead of 127.0.0.1 for speed #12

Open
jtechpro opened this issue Jan 16, 2017 · 1 comment
Open

Redirect to 0.0.0.0 instead of 127.0.0.1 for speed #12

jtechpro opened this issue Jan 16, 2017 · 1 comment

Comments

@jtechpro
Copy link

Since localhost takes some time than 0.0.0.0 (which is termed as invalid address), the apps/browsers can render it immediately.

It could increase the performance.

@ggsava
Copy link
Owner

ggsava commented Jan 16, 2017

@jtechpro Yes, you are correct. I was already on my todo list. I'm trying to release a completely new version this week and working hard on that, but after 3.0 is released I will address this as well (probably next week).

p.s. depending on the system and application, 0.0.0.0 doesn't always mean "invalid address" but can also mean "any", so it could actually be slower. I will have to run some tests before I actually make the change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants