+ Reply to Thread
Results 1 to 14 of 14




  

Thread: How can we decrease LOAD TIME of the website.

      
  1. #1
    Jedi Master sanjay1234 is on a distinguished road
    Join Date
    November 22, 2010
    Posts
    29
    Rep Power
    2
    Feedback Score
    0

    Default How can we decrease LOAD TIME of the website.

    Dear All

    Kindly let me know that how can we decrease load time of the websites if it takes 5 to 6 seconds.
    Last edited by sanjay1234; Nov 22nd, 2010 at 5:05 am.

  2. #2
    Jedi Master janessecret is on a distinguished road
    Join Date
    September 22, 2010
    Posts
    21
    Rep Power
    2
    Feedback Score
    0

    Default Re: How can we decrease LOAD TIME of the website.

    the best way is to compress images to JPG 72dpi using photoshop . .

  3. #3
    Jedi Master dagaul101 is on a distinguished road
    Join Date
    September 4, 2010
    Posts
    206
    Rep Power
    2
    Feedback Score
    0

    Default Re: How can we decrease LOAD TIME of the website.

    Having less memory intensive images and flash should help

  4. #4
    Jedi Master EuroGuy is on a distinguished road EuroGuy's Avatar
    Join Date
    November 22, 2010
    Posts
    18
    Rep Power
    2
    Feedback Score
    0

    Default Re: How can we decrease LOAD TIME of the website.

    Maybe it's your hosting?

  5. #5
    Jedi Master charlette is on a distinguished road
    Join Date
    November 19, 2010
    Posts
    22
    Rep Power
    2
    Feedback Score
    0

    Default Re: How can we decrease LOAD TIME of the website.

    Hi,

    There are few ways through which you can decrease the load time of the web page. Make few changes in the CSS like decreasing the empty space and removing the unwanted comments. The more less space codes would occupy the more it would increase the load speed.
    Last edited by Sami4u; Jan 19th, 2011 at 4:42 pm.

  6. #6
    Jedi Master sarahberra is on a distinguished road
    Join Date
    July 29, 2009
    Posts
    299
    Rep Power
    3
    Feedback Score
    0

    Default Re: How can we decrease LOAD TIME of the website.

    The only thing I know of is to clear out your cookies. I have heard that you can also decreace load time by finding registery cleaners as well. Macs are also much faster.

  7. #7
    Grand Masters Menthol has a spectacular aura aboutMenthol has a spectacular aura aboutMenthol has a spectacular aura about
    Join Date
    June 3, 2008
    Location
    UK
    Posts
    758
    Rep Power
    4
    Feedback Score
    0

    Default Re: How can we decrease LOAD TIME of the website.

    Don't have too many flashy advertising banners on your site. Compress the file size of your images, especially if they are in .png format. Avoid unecessary paragraph/space breaks.

  8. #8
    I'm New! hostentic is on a distinguished road
    Join Date
    November 29, 2010
    Posts
    3
    Rep Power
    0
    Feedback Score
    0

    Default Re: How can we decrease LOAD TIME of the website.

    First you need to find out the cause of your page being slow.
    Usually there only few suspects for site being slow.

    1. Server side
    Scripts (php, perl, .net...), Database (mysql, sybase... )

    2. Client side
    Javascript

    3. Amount of data being transfered
    large images, big html page, tons of CSS styles loaded at once


    There are techniques to measure each of these. There are also certain plugins for firefox and other browsers that can tell you how long it take for javascript to load , graphics, css. One of them is called firebug. It will tell you the load time of your graphics, css , js ... etc

    It will not tell you how long your server took to respond , for that you will need to implement some timing code in your scripts.

  9. #9
    Jedi Master paulgordelo is on a distinguished road
    Join Date
    November 21, 2010
    Posts
    75
    Rep Power
    2
    Feedback Score
    0

    Default Re: How can we decrease LOAD TIME of the website.

    use yslow addon of firefox and get what is causing problem. some useful tips are
    1. use only one css file
    2. compress image in jpg format
    3. use single js file
    Learn blogging on what is blog
    Best body glove wetsuit
    Read before you buy womens winter hats

  10. #10
    Jedi Master sanjay1234 is on a distinguished road
    Join Date
    November 22, 2010
    Posts
    29
    Rep Power
    2
    Feedback Score
    0

    Default Re: How can we decrease LOAD TIME of the website.

    what is the size of your files?

  11. #11
    Jedi Master rohnsmith is on a distinguished road
    Join Date
    January 11, 2010
    Posts
    45
    Rep Power
    3
    Feedback Score
    0

    Default Re: How can we decrease LOAD TIME of the website.

    You should decrease the size. It can be done by removing flashes from the page. Use of images also increase the load. So use when it must, otherwise use simple text for links. Some other factors are also responsible.

  12. #12
    The Force is Strong! handsonweb is on a distinguished road handsonweb's Avatar
    Join Date
    September 28, 2007
    Location
    Omaha, NE
    Posts
    48
    Rep Power
    5
    Feedback Score
    0

    Default Re: How can we decrease LOAD TIME of the website.

    hostentic nailed a number of solutions for this. Many times slowdowns are out of the control of the user and are actually the fault of the hosting provider (many hosting providers overload their machines in order to maximize profits).

    Some extra things to enable on your site/hosting account - enable gzip compression.
    Talk to your hosting company, they may be noticing server slowdowns and can assist.
    If your site is MySQL based, verify that you don't have huge tables that could be slowing things down.
    If you are calling images from an outside source, you'll want to check those locations too (this includes SSL logos and graphics)

    Also, how big is your website/page? The larger the page, the slower the display. Too often I've seen users with a home page in excess of 1MB. MOST homepages should be 100-200KB MAXIMUM. inside pages can take longer, but the home page needs to be fast as that's where all the spiders hit.
    Conor Treacy
    Hands-on Web Hosting - cPanel Hosting from $4/month
    e-Commerce Hosting - PCI Compliant w/cPanel from $22/month

  13. #13
    I'm New! optimus is on a distinguished road optimus's Avatar
    Join Date
    March 16, 2011
    Posts
    5
    Rep Power
    0
    Feedback Score
    0

    Talking Re: How can we decrease LOAD TIME of the website.

    Few ways you can do it, use external style sheets, that way the html get read faster hence loading ur page faster, and rather then compress all ur images which is a pain, try using css sprites which are awesome and can speed ur page dramatically.

  14. #14
    The Force is Strong! handsonweb is on a distinguished road handsonweb's Avatar
    Join Date
    September 28, 2007
    Location
    Omaha, NE
    Posts
    48
    Rep Power
    5
    Feedback Score
    0

    Default Re: How can we decrease LOAD TIME of the website.

    Don't forget about Content Delivery Networks also. www.maxcdn.com is a great CDN at a very reasonable fee. Pretty much a set it and forget it type of CDN too as they pull all the information from your site as your site updates. You don't need to publish to their network, it automatically grabs when it needs data.
    Conor Treacy
    Hands-on Web Hosting - cPanel Hosting from $4/month
    e-Commerce Hosting - PCI Compliant w/cPanel from $22/month

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. average load time statistics
    By bbb programmer in forum General Business
    Replies: 2
    Last Post: Nov 12th, 2010, 12:39 pm
  2. Replies: 2
    Last Post: Jul 22nd, 2010, 7:07 pm
  3. webdata decrease daily why
    By ajaytiwari in forum SEO Forum
    Replies: 6
    Last Post: Dec 29th, 2009, 10:59 am
  4. Website load time
    By krdzal in forum Web Hosting
    Replies: 3
    Last Post: Apr 16th, 2009, 8:21 am

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
WebTalkForums
WebTalkForums
Recent Forum Threads