Asset CleanUp Pro – WordPress Performance

English
Cover image for Online course Asset CleanUp Pro – WordPress Performance

Upgrading to the premium plugin allows you to offload unused styles and scripts on extra pages, such as:

Taxonomy pages like standard WordPress categories, created tags and custom ones like WooCommerce product categories.

Author pages (e.g. the page that shows all posts published by a specific author, detected through the is_author()function)

WordPress Default Search Page

WooCommmerce search page (which has the same settings as the actual store page detected through the is_shop()function)

404 page (not found): This should be as lightweight as possible and is less likely to contain many of the CSS and JavaScript files that are needed here (detected via the is_404()function)

Date Archive Page: any page that retrieves articles filtered by date, detected using the is_date()function

As for loaded JavaScript files, attributes such as defer and async can be applied

There are a multitude of techniques that are often used to postpone analysis; however, the simple and preferred technique is to simply Defer JavaScript loading until needed. If this technique is not appropriate for use on your page, it is suggested below that you use the

Show more
    Learn more about the content creator

    Frequently Asked Questions

    The content of this product does not represent the official opinion or policy of Hotmart. If you see improper information, report it here