Defer parsing JavaScript to reduce blocking of page rendering




Wordpress LScache Plugin: Defer parsing JavaScript to reduce blocking of page rendering

Last Updated on: Wed, 15 Apr 2026 00:00:02
Hi, I sent report just now Report number: ZFWFIWXP Report date: 11/18/2019 16:05:10 Option Load JS Deferred is on but I still have these flagged: 315.1KiB of JavaScript is parsed during initial page load. Defer parsing JavaScript to reduce blocking of page rendering. https://www.gstatic.com/recaptcha/releases/75nbHAdFrusJCwoMVGTXoHoM/recaptcha__en.js (214.9KiB) https://stpaulassistedliving.us/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp (86.8KiB) https://stpaulassistedliving.us/ (13.4KiB of inline JavaScript) How do I get this resolved please? Thank you, Irina The page I need help with: https://stpaulassistedliving.us/ Hi @irinaharr, For recaptcha__en.js, its generated by another JS https://www.google.com/recaptcha/api.js, even defer this JS recaptch__en.js still warned by GT matrix, if want to defer this file you can try to use Javascript API to set the callback. For the jQuery, you need to turn OFF Optimiza > Exclude JQuery, but it might crash other JS file, please check on JS console to see is there any error after you turned on this setting. For those inline JavaScript, you need to put it into .js file to load it asynchronously. Thanks, Stanley



LiteCache Rush: Speed comes from using less, not from doing it faster



Reference