Software Version | WordPress |
For maximum page speed results, use it together with a caching plugin. Asset CleanUp Pro Performance Plugin premium allows you to unload unused styles & scripts on extra pages such as:
As for the loaded JavaScript files, attributes such as defer and async can be applied
There are a plethora of techniques that are often used to defer parsing; however, the simple and preferred technique is to simply Defer loading of JavaScript until it is needed. If this technique isn’t appropriate to use on your page, it is next suggested that you use the <script async> attribute where appropriate, which prevents parsing from blocking the initial page load by deferring it until the browser’s UI thread is not busy doing something else.
Change the location of the CSS/JS files (could be moved from HEAD to BODY to prevent render-blocking or vice-versa if you need early triggering of specific files)
Unload CSS/JS that is hardcoded (not loaded via the standard WordPress functions such as wp_enqueue_scripts()). The LINK/STYLE/SCRIPT tags could have been added via editing the PHP code (not using the right WordPress action hooks), directly inside posts content, widgets or via plugins such as “Insert Headers and Footers, Head, Footer and Post Injections, etc.
And much more is possible with Asset CleanUp Pro Performance
Get Today Asset CleanUp Pro Performance Plugin.
© 2021-2023 PT.GARUDEYA KREASI PERSADA. Trademarks and brands are the property of their respective owners.
User Reviews
There are no reviews yet.