WP Asset CleanUp Pro v1.2.2.0 nulled

hegBIT

Well-known member
Master
Diamond
Elite
XNullUser
Joined
Mar 30, 2021
Messages
771
Reaction score
703
Points
93
NullCash
83
Upgrading to the premium 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
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. All these settings can be applied with Asset CleanUp Pro without writing any code.

Demo: https://www.gabelivan.com/items/wp-asset-cleanup-pro/
 

Attachments

  • wp-asset-clean-up-pro-1.2.2.0.zip
    1.7 MB · Views: 0

brunoccy

New member
XNullUser
Joined
Aug 27, 2022
Messages
24
Reaction score
0
Points
1
NullCash
4
Appreciate your post! Your perspective is so valuable. Thank you!
 

yvanoe

Member
XNullUser
Joined
May 30, 2022
Messages
64
Reaction score
0
Points
6
NullCash
0
Merci beaucoup pour le partage merci encore
 

macoshop

Member
XNullUser
Joined
Oct 27, 2022
Messages
61
Reaction score
0
Points
6
NullCash
4
very nice addon thank you so much
 
Top