Tuesday, May 24, 2022

Asset CleanUp Pro v1.2.1.1 – Performance WordPress Plugin

Asset CleanUp Pro v1.2.1.1 – Performance WordPress Plugin Free Download

Asset CleanUp Pro: Performance WordPress Plugin maximizes your page speed. For maximum page speed results, use it together with a caching plugin.

Asset CleanUp Pro: Performance WordPress Plugin allows you to unload unused styles & scripts on extra pages such as:

  • Taxonomy pages such as default WordPress’ categories, tags and custom created ones such as products’ categories from WooCommerce.
  • Author pages (e.g. the page showing all posts published by a specific author, detected via is_author() function)
  • Default WordPress Search Page
  • WooCommmerce Search Page (which has the same settings as the actual shop page detected via is_shop() function)
  • 404 Page (Not Found): this one has be as light as possible and it’s less likely that many of the CSS and JavaScript files that are needed here (detected via is_404() function)
  • Date Archive Page: this is any page that retrieves articles filtered by the date, detected via is_date() function

Attributes such as defer and async can be applied to the loaded JavaScript files

There are a plethora of techniques that are often used to defer parsing; however, the simple and preferred technique is to simply defer the loading of JavaScript until it is needed. If this technique isn’t right for your page, the next suggestion is to use the <script async> attribute, which prevents parsing from blocking the page from loading initially by deferring it until the browser’s UI thread is not busy with anything else. All of these settings can be made with Asset CleanUp Pro without writing any code.

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 to trigger certain files early)

Unload CSS / JS that are hardcoded (not loaded via standard WordPress functions like wp_enqueue_scripts ()). The LINK / STYLE / SCRIPT tags could be edited by editing the PHP code (not using the correct WordPress action hooks), directly within post content, widgets or via plugins such as “Insert Headers and Footers”, “Head, Footer and Post Injections “etc. have been added. “Test mode” functionality → Afraid of making optimization mistakes? You don’t have to anymore!


Labels: , ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home