A little help needed

Discussion in 'Programming' started by Danyalsad, Sep 19, 2013.

Thread Status:
Not open for further replies.
  1. #1
    Hi , I just used Google developers page speed option to check my blog loading speed,
    check here = http://developers.google.com/speed/pagespeed/insights/?url=askdanyal.com&hl=en
    It showed me some improvements suggestions these are for desktop version:
    Your page has 2 blocking script resources and 3 blocking CSS resources. This causes a delay in rendering your page.
    • None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.
    • Remove render-blocking JavaScript:
      • https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js
        Code (markup):
    • Use asynchronous versions of the following scripts:
      • http://apis.google.com/js/plusone.js
        Code (markup):
    • Optimize CSS Delivery of the following:
    • http://fonts.googleapis.com/css?family=Oswald
      http://www.blogger.com/static/v1/widgets/103638431-widget_css_bundle.css
      http://www.blogger.com/dyn-css/authorization.css?targetBlogID=4797875376120688785&zx=215cc9e7-cf3a-4d41-a82b-8a1b99093425%22/%3E
      Code (markup):
    I wanted to know how can I overcome these , please help me , Thanks alot
     
    Solved! View solution.
    Danyalsad, Sep 19, 2013 IP
  2. #2
    its as fast as it can get

    you are already on blogger platform


    try to remove unwanted scripts from header, and move them to footer ( like fb etc)
     
    competent123, Sep 19, 2013 IP
  3. Danyalsad

    Danyalsad Greenhorn

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    Thanks for the suggestion , I will reposition them
     
    Danyalsad, Sep 19, 2013 IP
Thread Status:
Not open for further replies.