Asset CleanUp Pro – Taxonomy pages like default WordPress categories, tags, and custom ones like WooCommerce product categories. Author pages (e.g. the page showing all posts published by a specific author, detected by the is_author() function). There are a variety of techniques that are often used to defer parsing; however, the simple and preferred technique is to simply defer loading JavaScript until it is needed. The LINK/STYLE/SCRIPT tags could have been added by editing the PHP code (not using the proper WordPress action hooks), directly in the post content, widgets, or via plugins like “Insert Headers and Footers”, “Head, Footer and Post Injections”, etc.
If this technique isn’t appropriate for your page, the next suggestion is to 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. All of these settings can be applied with Asset CleanUp Pro without writing any code. Change the location of CSS/JS files (could be moved from HEAD to BODY to prevent render-blocking, or vice versa if you need to trigger certain files early). Unload hardcoded CSS/JS (not loaded via standard WordPress functions like wp_enqueue_scripts()).
Nullmart –
Updated, current version 1.2.6.1
Nullmart –
Updated, current version 1.2.6.0
Nullmart –
Updated, current version 1.2.5.9