localhost loading time sometimes takes many seconds
Posted by: tzhu07 (---.hsd1.wa.comcast.net)
Date: September 18, 2013 04:27AM

I'm currently experiencing a strange issue. Most of the time when I refresh my localhost, my site reloads instantly. But every 5-10 minutes, when I hit F5, it takes several seconds to load. I'm just editing HTML and CSS.

Any idea how to resolve this?

Options: ReplyQuote
Re: localhost loading time sometimes takes many seconds
Posted by: RiggsFolly (---.as13285.net)
Date: September 18, 2013 10:07AM

What versions of everything are you using

OS and 32bit or 64bit?
WAMP and 32bit or 64bit?
Apache?
PHP?
MySQL?

Options: ReplyQuote
Re: localhost loading time sometimes takes many seconds
Posted by: tzhu07 (---.hsd1.wa.comcast.net)
Date: September 18, 2013 12:51PM

Windows 8 64-bit
Wampserver 2.4 64-bit
Apache 2.4.4
PHP 5.4.12
MySQL 5.6.12

Options: ReplyQuote
Re: localhost loading time sometimes takes many seconds
Posted by: RiggsFolly (---.as13285.net)
Date: September 18, 2013 03:17PM

Try adding these lines to your httpd.conf file.


# AcceptFilter: Windows, none uses accept () instead of AcceptEx ()
# And do not recycle sockets between connections. This is useful
# Network interfaces for which the pilot is defective, and for
# Some network providers like vpn pilots or filters
# Anti-spam, anti-virus or anti-spyware.
AcceptFilter http none
AcceptFilter https none


Put them just before this line

# Supplemental configuration

Options: ReplyQuote
Re: localhost loading time sometimes takes many seconds
Posted by: tzhu07 (---.hsd1.wa.comcast.net)
Date: September 18, 2013 05:55PM

Thanks RiggsFolly, so far I think it works. I'll continue coding for a few more hours and see if I'm in the clear.

Options: ReplyQuote
Re: localhost loading time sometimes takes many seconds
Posted by: tzhu07 (---.hsd1.wa.comcast.net)
Date: September 18, 2013 06:29PM

Yeah, it definitely looks to be a stable fix.

Options: ReplyQuote
Re: localhost loading time sometimes takes many seconds
Posted by: stevenmartin99 (Moderator)
Date: September 18, 2013 06:46PM

Welcome to the world of windows socket management- nothing short of pathetic!

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote


Sorry, only registered users may post in this forum.