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.

How do I decrease page load time of my blog?

Discussion in 'Search Engine Optimization' started by jobsbywork, Apr 11, 2014.

  1. jobsbywork

    jobsbywork Active Member

    Messages:
    126
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    58
    #21
    I am using EWWW Image Optimizer for Image optimization and it's working quite good.
     
    jobsbywork, Apr 16, 2014 IP
  2. royalstar_23

    royalstar_23 Well-Known Member

    Messages:
    265
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    140
    Articles:
    4
    #22
    Use GTMATRIX and see the result they will recommend you the solution too... Use can minify javascript and you can minify the css..
    Share your site URL let me send you the details.
     
    royalstar_23, Apr 16, 2014 IP
  3. KonRadicool

    KonRadicool Active Member

    Messages:
    170
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    80
    #23
    Hey W3 total cache is the go, if you are using shared hostng you need to just select a few options to get it working the best it can.
    Go to perfomance > general settings and
    tick Page Cache
    then minify > manual > disk
    then tick browser cache
    I have included a whole list of plugins to really optimize your blog on my blog, the link is below in my signature :) good luck let me know waht you think about it
     
    KonRadicool, Apr 16, 2014 IP
  4. jobsbywork

    jobsbywork Active Member

    Messages:
    126
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    58
    #24
    commonstupidmandotcom
     
    jobsbywork, Apr 17, 2014 IP
  5. jobsbywork

    jobsbywork Active Member

    Messages:
    126
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    58
    #25
    I
    hve gone through blog and it's quite helping.I am already using 80% of plugins you have suggested on your blog.One more things which I wanted to change on my blog is new permalink or URL structure to get in to Google news with proper bulk 301 redirect to all old URL.
     
    jobsbywork, Apr 17, 2014 IP
  6. damoncloudflare

    damoncloudflare Greenhorn

    Messages:
    78
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #26
    I think you might find this waterfall helpful in identifying issues on your site : http://www.webpagetest.org/result/140501_0V_W3P/1/details/
     
    damoncloudflare, May 1, 2014 IP
  7. davidpham

    davidpham Greenhorn

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #27
    There are 3 things can help you save a lot of traffics:

    - Activate mod_rewrite rules and browser cache for your cache plugin
    - Activate Minify css/js and make sure you are using CDN
    - Activate Full page cache

    Then try to use another browser to check the performance.
     
    davidpham, May 1, 2014 IP
  8. #28
    A test with tools.pingdom.com shows that site is making 253 requests to the server. That is huge! No website making that many requests is going to load fast.

    The test also showed a wait time of 2.73 seconds for the index page's HTML. That is not a short amount of time. If you are using a caching plugin, that is way too long. If that is dynamically generated HTML, then it may be reasonable depending on how many plugins are being used.

    You are hosting on Go Daddy. Go Daddy is notorious for server overloading. Do a Yahoo (or Google if you prefer) search for "go daddy slow" and you will find tons of complaints like this:

    http://wordpress.org/support/topic/wordpress-on-godaddy-unbearably-slow

    Whether or not your server is overloaded (oversold) is something we can try to determine. In a PHP file, try running one of these functions to get the server load information:

    <?php
    echo shell_exec('uptime');
    ?>
    Code (markup):
    Or:

    
    <?php
    print_r(sys_getloadavg());
    ?>
    
    Code (markup):
    Then report back what the output says. Go Daddy may have disabled those functions for security purposes or to prevent anyone from discovering that the server is overloaded.

    A guideline is that a server load of 1 per CPU core is okay. A little more than that is nothing to be concerned about. But when you get a high load, that is indicative of server overloading (overselling the server) and poor performance is the only thing you can expect.

    You get what you pay for with web hosting.
     
    billzo, May 1, 2014 IP
  9. tracker22

    tracker22 Active Member

    Messages:
    39
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    50
    #29
    I agree with your advice..
     
    tracker22, May 2, 2014 IP
  10. tuppence

    tuppence Member

    Messages:
    131
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    40
    #30
    I couldn't have put it better - cut out everything which puts pressure on the CPU and available RAM which includes unnecessary plug ins and un-optimised images.
     
    tuppence, May 2, 2014 IP
  11. unity100

    unity100 Well-Known Member

    Messages:
    139
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    Digital Goods:
    1
    #31
    uninstall all unused plugins.

    add debug plugins to see what is causing the delay. and remove them.

    check for big images (unresized), big javascripts that are on pages. remove them if possible.

    if possible, disable external font loading - even from google fonts api.

    ESPECIALLY disable/remove the social share plugins which use hell load of javascripts. Instead, replace it with a plugin which makes static social share buttons.
     
    unity100, May 2, 2014 IP
  12. Write_House

    Write_House Greenhorn

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #32
    Maybe also try a plugin to optimise images and remove useless matadata like smush.it
     
    Write_House, May 3, 2014 IP
  13. jobsbywork

    jobsbywork Active Member

    Messages:
    126
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    58
    #33
    Have done ti
    Have done it buddy nothing is working as of now
     
    jobsbywork, May 5, 2014 IP
  14. jobsbywork

    jobsbywork Active Member

    Messages:
    126
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    58
    #34
    Yeah now i got some useful answer .Some of my friend told me that Godaddy hosting sucks and now I can see some prove.
     
    jobsbywork, May 5, 2014 IP
  15. jobsbywork

    jobsbywork Active Member

    Messages:
    126
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    58
    #35
    Could you please suggest some plugin to do that..I am not that techy buddy.
     
    jobsbywork, May 5, 2014 IP
  16. meethi jain

    meethi jain Active Member

    Messages:
    169
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    56
    #36
    Optimize your CSS, Images and don't use flash or video on you website.
     
    meethi jain, May 6, 2014 IP
  17. jobsbywork

    jobsbywork Active Member

    Messages:
    126
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    58
    #37
    I am not using those stuff dear...
     
    jobsbywork, May 6, 2014 IP
  18. sayjohn

    sayjohn Member

    Messages:
    82
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    48
    #38
    I analysis your website. There is no problem in loading time of your website.
     
    sayjohn, May 6, 2014 IP
  19. jobsbywork

    jobsbywork Active Member

    Messages:
    126
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    58
    #39
    R u sure ...You know there has been some thing which continuously hampering my site ranking..dont know why could please check my site and let me know that which perimeters I am missing..
     
    jobsbywork, May 6, 2014 IP
  20. seo backlink

    seo backlink Greenhorn

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #40
    Hi it is very nice post and if you want to decrease load time than you will check your style sheet css file .
     
    seo backlink, May 6, 2014 IP