1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Need to Decrease sites loading time??

Discussion in 'HTML & Website Design' started by depthirajan, Aug 3, 2011.

  1. #1
    I need to decrease my websites loading time, i need to decrease my loading time... Can you guide me how to decrease loading time?????
     
    depthirajan, Aug 3, 2011 IP
  2. kieranrobo

    kieranrobo Peon

    Messages:
    254
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Remove all the content on your page, and your page loading time will be 0!

    Job done.
     
    kieranrobo, Aug 3, 2011 IP
  3. vchris

    vchris Greenhorn

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #3
    First thing I would do is check the size of your images and resave them in the best format depending on the image.
     
    vchris, Aug 3, 2011 IP
  4. chaldo

    chaldo Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Store files as css or remove a lot of unused things.
     
    chaldo, Aug 3, 2011 IP
  5. ABM House

    ABM House Peon

    Messages:
    100
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yes images, use the small images and use gif format.
     
    ABM House, Aug 3, 2011 IP
  6. Makbog

    Makbog Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Try to Compress your site images..
     
    Makbog, Aug 3, 2011 IP
  7. wedoev

    wedoev Peon

    Messages:
    72
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Hi there are lot of html and css compresser google it and For images use CDN like maxcdn for faster loading time and try to use cache from .htaccess in your host. Need more help PM me :)
     
    wedoev, Aug 4, 2011 IP
  8. wedoev

    wedoev Peon

    Messages:
    72
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    and One more thing. use css sprites for images which saves lot of loading time. It is super :)
     
    wedoev, Aug 4, 2011 IP
  9. JohnnySchultz

    JohnnySchultz Peon

    Messages:
    277
    Likes Received:
    4
    Best Answers:
    7
    Trophy Points:
    0
    #9
    if you have a Mozilla Firefox installed, try to install YSlow add-on (which requires FireBug add-on). it will give you tips on how to make your site optimized.
     
    JohnnySchultz, Aug 4, 2011 IP
  10. mak3r

    mak3r Greenhorn

    Messages:
    61
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    18
    #10
    try to google some plugins. there are a lot of them for ur needs
     
    mak3r, Aug 4, 2011 IP
  11. creativewebmaster

    creativewebmaster Active Member

    Messages:
    654
    Likes Received:
    7
    Best Answers:
    4
    Trophy Points:
    78
    #11
    Optimize images and unnecessary code and css.
     
    creativewebmaster, Aug 4, 2011 IP
  12. shiva0077

    shiva0077 Peon

    Messages:
    110
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    use the features of AJAX in your website it will decrease the loading time.
     
    shiva0077, Aug 4, 2011 IP
  13. Darkhodge

    Darkhodge Well-Known Member

    Messages:
    2,111
    Likes Received:
    76
    Best Answers:
    1
    Trophy Points:
    185
    #13
    I second this. YSlow is very good and will analyse your website in great detail. Oh and apparently it outs for Chrome, which I didn't know. Anyway here's a link to their website, http://developer.yahoo.com/yslow/. You can read about the factors they analyse if you scroll down a bit. 

    There are some things that it doesn't check though, like the CSS sprites like wedoev mentioned. This is a great suggestion too and you should look into it if you haven't already.
     
    Darkhodge, Aug 4, 2011 IP
  14. Talker

    Talker Notable Member

    Messages:
    2,795
    Likes Received:
    108
    Best Answers:
    0
    Trophy Points:
    210
    #14
    Loading time depends on three main factors.

    1. content weight
    Make sure you have saved the images in light weight sizes. Heavy images will take more time to load.

    2. server speed
    Your server should not be loaded with too much stuff. It should be able to deliver the content at high response rate upon each request. MySQL is also something you might check incase your site is running over a database.

    3. user isp speed.
    Finally the user visiting your site may have a slow or high speed internet connection which causes visible loading time difference.

    Of coarse you should focus on the first two factors and leave the third to the user.
     
    Talker, Aug 4, 2011 IP
  15. depthirajan

    depthirajan Peon

    Messages:
    149
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #15
    I have used just 5 images all are very small size while compare to all my other sites. But still i cant able to found out my fault?????
     
    depthirajan, Sep 28, 2011 IP
  16. depthirajan

    depthirajan Peon

    Messages:
    149
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Thanks for your suggestions, i think so due to content weight as you said. i will check it...
     
    depthirajan, Sep 28, 2011 IP
  17. pupul

    pupul Prominent Member

    Messages:
    1,737
    Likes Received:
    66
    Best Answers:
    2
    Trophy Points:
    340
    #17
    Use CSS
    Use less images, use small images by repeating by css coding
     
    pupul, Sep 28, 2011 IP
  18. Dominatos

    Dominatos Member

    Messages:
    229
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    40
    #18
    Few tips:
    #1- the most important- be sure your hosting is fast
    #2- try to optimize images files
    #3- put all your CSS into 1 file
    #4- check if gzip format is enabled
    #5- check for amount of mysql queries

    Good luck! :)
     
    Dominatos, Sep 28, 2011 IP
  19. techendeavour

    techendeavour Peon

    Messages:
    407
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    First check whether you are using flash or any video's on the pages and try to use Flex or any latest technology to optimize the flash and video's, then your loading time will decrease.
     
    techendeavour, Sep 28, 2011 IP
  20. sahaya.emate

    sahaya.emate Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #20
    1. Remove viewstate of all controls, if you've used.
    2. Its always better to use HTML controls rather than Server controls, since response from server to browser always returns HTML controls.
     
    sahaya.emate, Oct 3, 2011 IP