Results 1 to 2 of 2

Thread: Remove Render-Blocking JavaScripts

  1. #1
    Join Date
    Oct 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Remove Render-Blocking JavaScripts

    Hi,

    I am using google page speed tool to check my site page speed. But every time i have problem with "Remove Render-Blocking JavaScripts".

    Because of that I am not getting proper result.

    SO , how can i solve this issue for page speed. I check google tutorial but not getting actually what they want to say.

    Please give me a proper suggestion.

    Thanks,

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I don't think that's preventing the proper result. It is the result. It's saying to remove render blocking javascript. Those are scripts that delay the loading of the visible part of the page. If you Google it the top result is:

    http://www.feedthebot.com/pagespeed/...-blocking.html

    That article explains in plain language what a render blocking script is and how to deal with it. Read it for more information.

    In many cases all you need to do is move your scripts to the end of the page, right before the closing </body> tag. That way the page can render before the scripts load. Some scripts cannot wait that long though. In cases like that, they may need to be changed. Sometimes a lot, sometimes just a little. Sometimes a different yet similar script can be used. As an example, a script may need to initially hide something or a bunch of things. This can be done more efficiently with css. The script can take it from there once the page is parsed (rendered).
    Last edited by jscheuer1; 10-23-2013 at 01:21 AM. Reason: English usage
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Similar Threads

  1. JS does not render CSS
    By dbldee in forum Dynamic Drive scripts help
    Replies: 8
    Last Post: 04-22-2009, 01:35 PM
  2. Memory Ticker does not render
    By dbldee in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 02-19-2008, 06:44 PM
  3. list don't render right in FF
    By unlime in forum CSS
    Replies: 3
    Last Post: 04-09-2007, 02:06 AM
  4. Possible Gecko render bug?
    By RoryH in forum CSS
    Replies: 1
    Last Post: 07-26-2005, 12:39 PM
  5. XP SP2 blocking my javascripts
    By abu066 in forum JavaScript
    Replies: 5
    Last Post: 01-17-2005, 06:39 PM

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
  •