Page 1 of 1

apache website slow

PostPosted: 14. April 2015 06:29
by MonkeyKing
i got website up running but page load slow compare to hostgator site
i did webpagetest.org my site 20sec page load and hostgator site load 1.5 sec
anyone know how to fix this thank you

Re: apache website slow

PostPosted: 14. April 2015 20:17
by Altrea
Do you think you have provided enough information for us to give you an answer?
We know nothing about anything of your environment, not your hardware, not your software, not your webapplication. simply nothing.

Re: apache website slow

PostPosted: 15. April 2015 02:22
by MonkeyKing
XAMPP for Windows 5.5.19
PC Info
Window 8.1 PRo
Processor I7 3.20 GHZ
12 GB Ram
250 SSD
Internet Speed Comcast Cable
Download Speed 5320 KB and Upload Speed 735 KB


my site load time 40 sec vs hostgator 1.5 sec

http://www.webpagetest.org/result/150415_5E_273/1/details/
http://www.webpagetest.org/result/150415_D6_8D/1/details/


what average load time do you guys get how can i optimize the speed

Re: apache website slow

PostPosted: 15. April 2015 02:28
by JJ_Tagy
If I were to guess from what you have given, I would say that your local system is still making calls to your live server in order to serve the pages/files. That would account for longer load times.

Re: apache website slow

PostPosted: 15. April 2015 02:30
by MonkeyKing
any idea how to make load time faster

Re: apache website slow

PostPosted: 15. April 2015 04:22
by gsmith
This simple answer is view source in your browser. This is one example that will never work for anyone outside your internal network.
Code: Select all
<img id="thesis_header_image" src="http://192.168.1.200/EatingForEnergy/wp-content/uploads/2015/04/eatingheader08.jpg" alt="Eating For Energy header image" title="click to return home" height="195" width="1033">


192.168.1.200 is a private IP, anyone can have that IP inside their lan. I cannot connect to your 192.168.1.200 so my browser hangs till it times out and I get no image. I see that IP all throughout your page. I get no stylesheet/javascript files for the same reason. All links on your site are the same, so I cannot get to anything beyond the front page html. You need to tell wordpress in it's settings what the outside URL is to your site.

Then, it still will not be lightning quick since you only have 756kbps outbound speed, not the 200,000+ kbps speed or better that hostgator has.

Re: apache website slow

PostPosted: 15. April 2015 05:17
by MonkeyKing
gsmith wrote:This simple answer is view source in your browser. This is one example that will never work for anyone outside your internal network.
Code: Select all
<img id="thesis_header_image" src="http://192.168.1.200/EatingForEnergy/wp-content/uploads/2015/04/eatingheader08.jpg" alt="Eating For Energy header image" title="click to return home" height="195" width="1033">


192.168.1.200 is a private IP, anyone can have that IP inside their lan. I cannot connect to your 192.168.1.200 so my browser hangs till it times out and I get no image. I see that IP all throughout your page. I get no stylesheet/javascript files for the same reason. All links on your site are the same, so I cannot get to anything beyond the front page html. You need to tell wordpress in it's settings what the outside URL is to your site.

Then, it still will not be lightning quick since you only have 756kbps outbound speed, not the 200,000+ kbps speed or better that hostgator has.


my speed 735 KB = 6024 kbps enough to get 2 sec for small size site
i got it work my load time 2 sec vs hosgator 1.5 sec i'm happy with load time thank so much
http://www.webpagetest.org/result/150415_3S_7HV/1/details/

Re: apache website slow

PostPosted: 28. April 2015 00:55
by ragortue
My first suspect will be the plugins enabled. I'd try to disable them one by one and see which one is causing it. Image