WAMP's Localhost takes too long to load?
Posted by: ruthermelchor (---.49.145.195.46.pldt.net)
Date: September 15, 2014 03:52PM

As to add to the title, when I load localhost on any browser, nevertheless of its version it takes too much time to load as well as all the pages in the project. Any help?

Technicalities:

-Windows 7, 32Bit Operating System
-WAMP 32Bit/v2.4
-Apache v2.4.4
-MySQL v5.6.12
-PHP v5.4.16
-**WAMP Manager Icon is GREEN
-**I do have a HOST file on C:\Windows\System32\drivers\etc
**of course



Edited 2 time(s). Last edit at 09/16/2014 10:50AM by ruthermelchor.

Options: ReplyQuote
Re: WAMP's Localhost takes too long to load?
Posted by: Otomatic (Moderator)
Date: September 15, 2014 04:46PM


Options: ReplyQuote
Re: WAMP's Localhost takes too long to load?
Posted by: ruthermelchor (---.79.199.112.clbrz.inet.eastern-tele.com)
Date: September 17, 2014 05:10AM

Do I need WAMP 2.5 to be able to create a Virtual Host? And would it affect the speed the loading time of my projects?

Options: ReplyQuote
Re: WAMP's Localhost takes too long to load?
Posted by: Otomatic (Moderator)
Date: September 17, 2014 09:27AM

Hi,

> Do I need WAMP 2.5 to be able to create a Virtual Host?
NO. VirtualHost exist almost since the first version of Apache.


> And would it affect the speed the loading time of my projects?
Maybe it will increase only slightly the speed of loading pages, but in return, you will avoid many problems of access.

In the file wamp\bin\apache\apache2.4.4\conf\httpd.conf just before:
# Supplemental configuration
insert:
# AcceptFilter: On Windows, none uses accept() rather than AcceptEx() and
# will not recycle sockets between connections. This is useful for network
# adapters with broken driver support, as well as some virtual network
# providers such as vpn drivers, or spam, virus or spyware filters.
AcceptFilter http none
AcceptFilter https none
and, in the configuration file for access to MySQL, use 127.0.0.1 instead of localhost for host.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: WAMP's Localhost takes too long to load?
Posted by: ruthermelchor (---.79.199.112.clbrz.inet.eastern-tele.com)
Date: September 17, 2014 11:04AM

>and, in the configuration file for access to MySQL, use 127.0.0.1 instead of localhost for host.


Where do I find this settings?

Options: ReplyQuote
Re: WAMP's Localhost takes too long to load?
Posted by: Otomatic (Moderator)
Date: September 17, 2014 02:39PM

Hi,

> Where do I find this settings?
You can find this information in the configuration file for the CMS or web application you have installed.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.