Results 1 to 3 of 3
Hi,
I installed an Apache web server on Fedora 13. My website is built on PHP. When I try to access the web servers particular directory it take too much ...
- 11-25-2010 #1
Web Server slow
Hi,
I installed an Apache web server on Fedora 13. My website is built on PHP. When I try to access the web servers particular directory it take too much time to load.
I have added index.php in DirectoryIndex statement also in the httpd.conf file. The home page of my sites has 150 kb image file.
any suggestions to improve the loading speed pls...
- 11-25-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
1. Reduce the size of your images.
2. Get a faster server.
3. Get more memory for your server - check to see if it is hitting the swapper.
4. Get a faster network connection. Many connections are asymetrical. Ie, they download faster than they upload, and a web server is mostly in upload mode. For example, on my 6mbps internet link the upload speed is about 500kbps, so in such a case, your 150KB file will take at least 2.5 seconds to access.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 11-26-2010 #3


Reply With Quote