• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Eliminate render-blocking JavaScript and CSS

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Eliminate render-blocking JavaScript and CSS

This topic is: not resolved

Tagged: render-blocking JavaScript and CSS

  • This topic has 4 replies, 5 voices, and was last updated 12 years, 5 months ago by jdehaan001.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • September 5, 2013 at 1:41 am #60790
    basunivesh
    Member

    Hi,
    I am getting below error message from Google Page Speed performance test result. Can anyone help me out on this issue urgently?
    Eliminate render-blocking JavaScript and CSS in above-the-fold content
    Your page has 5 blocking script resources and 2 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:

    http://basunivesh.com/wp-includes/js/jquery/jquery.js?ver=1.10.2
    http://basunivesh.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1
    http://basunivesh.com/wp-content/plugins/adsense-click-fraud-monitoring/js/checkclicks.js?ver=3.6
    http://basunivesh.com/wp-content/plugins/adsense-click-fraud-monitoring/js/updateclicks.js?ver=3.6
    http://basunivesh.com/wp-content/plugins/adsense-click-fraud-monitoring/js/check_min.js?ver=3.6
    Optimize CSS Delivery of the following:

    http://basunivesh.com/wp-content/cache/minify/000000/M9BPzUktS80zMdAtKMrXLy6pzEnVMdTPSi0pSEzO1s_NTynNSS3WL89MSU8tgdMA.css
    http://fonts.googleapis.com/css?family=Lora%3A400%2C700%7COswald%3A400&ver=2.0.1
    -
    Leverage browser caching
    Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network.

    Leverage browser caching for the following cacheable resources:

    http://basunivesh.com/wp-content/cache/minify/000000/M9BPzUktS80zMdAtKMrXLy6pzEnVMdTPSi0pSEzO1s_NTynNSS3WL89MSU8tgdMA.css (expiration not specified)
    http://basunivesh.com/wp-content/themes/eleven40-pro/images/texture.png (expiration not specified)
    http://basunivesh.com/wp-content/uploads/2013/08/Bangalore-Property-Revised-Guidance-Value.jpg (expiration not specified)
    http://basunivesh.com/wp-content/uploads/2013/08/IRDA-Regulation-2013-270x100.jpg (expiration not specified)
    http://basunivesh.com/wp-content/uploads/2013/08/cropped-Logo.png (expiration not specified)
    http://basunivesh.com/wp-includes/images/smilies/icon_smile.gif (expiration not specified)
    http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js (60 minutes)
    http://pagead2.googlesyndication.com/pagead/osd.js (60 minutes)
    https://s2.googleusercontent.com/s2/favicons?domain_url=Law.JustAnswer.co.uk/UK (8 hours)
    https://s2.googleusercontent.com/s2/favicons?domain_url=www.DirectoryVault.com (8 hours)

    http://www.basunivesh.com
    October 1, 2013 at 3:20 pm #64996
    sjump
    Member

    I'm getting an error with the Focus theme - doesn't look like anyone here can help. When I raised a ticket for tech support they said they can't help! Get you to pay the money for the theme and leave you to it! Not impressed.

    November 20, 2013 at 11:16 am #74420
    Imxproducts
    Member

    I am looking for help with this also

    November 20, 2013 at 11:24 am #74429
    Andrea Rennick
    Member

    Remove render-blocking JavaScript:

    http://basunivesh.com/wp-includes/js/jquery/jquery.js?ver=1.10.2

    http://basunivesh.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1

    http://basunivesh.com/wp-content/plugins/adsense-click-fraud-monitoring/js/checkclicks.js?ver=3.6

    http://basunivesh.com/wp-content/plugins/adsense-click-fraud-monitoring/js/updateclicks.js?ver=3.6

    http://basunivesh.com/wp-content/plugins/adsense-click-fraud-monitoring/js/check_min.js?ver=3.6

    The first two links are core code form WordPress itself.

    Your next links are from a plugin.

    That is why we would not help in support. They are not theme issues.


    **forum signature**
    If you need technical support for your theme please file a ticket.

    The forums are community based. Staff only monitors the forum for issues relating to the forum itself and to redirect users to where they need to go.

    February 21, 2014 at 10:42 am #91680
    jdehaan001
    Member

    Hey Folks,
    I’m sure many of you may have already found a work around for the Render Blocking issues, as it’s been two or three months since you made your posts here, but just in case someone with the same issues finds our thread here, I wanted to add what I’ve discovered.

    Although some coding experts have written about the issue, the complex solution(s) were either not discussed in enough detail for me to understand, or there were conflicting resolutions. I finally found this article, which takes you step-by-step through implementing a resolution with a WP plugin, ‘W3 Total Cache‘. I had hoped to find a non-plugin solution, but was unable to. I also have a couple html sites, where a non-plugin solution would really help me. Here’s the url to the excellent resource: http://www.starrguide.com/eliminate-render-blocking-javascript-css/ Eliminate Render-Blocking JavaScript and CSS in WordPress. Follow it carefully.

    I couldn't eliminate all render-blocking issues, because it would otherwise introduce display problems, but I was able to improve page speed for both desktops and mobile devices. Good luck!

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble