Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined! amithad's Avatar
    Join Date
    Sep 2006
    Posts
    64

    Question 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...

  2. #2
    Linux Guru Rubberman's Avatar
    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!

  3. #3
    Just Joined! amithad's Avatar
    Join Date
    Sep 2006
    Posts
    64

    Thumbs up

    Hi,

    Thanks a lot for the information.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...