• NullScriptz.nl is for SALE!

    More information, please contact: WinSys32

    Buy-Now: $3.000,00
    +/- Unique visitors (Monthly): 10.000+ (Now lower due to inactivity of me) | Average income (Monthly): €100 - €500 + Domain + Server and all files and databases.

  • We are looking for new team members ! Do you think you have it in you, to be a part of an amazing and big community, apply then below on your desired position!
    Become a Uploader! - Become a Moderator


moz-sparkles-icon.png
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 been 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
moz-sparkles-icon.png
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 the 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.

moz-sparkles-icon.png
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)

moz-sparkles-icon.png
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.
Author
GoogleChrome
Downloads
1
Views
306
Extention type
zip
File size
1.2 MB
Hash
082ab77bb613c986e0d8f0ed74551cd7
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from GoogleChrome

Similar resources

0.00 star(s) 0 ratings
Downloads
1
Updated
Because default WordPress user registration and login is NO GOOD for modern websites.
0.00 star(s) 0 ratings
Downloads
2
Updated
0.00 star(s) 0 ratings
Downloads
2
Updated
0.00 star(s) 0 ratings
Downloads
2
Updated
0.00 star(s) 0 ratings
Downloads
5
Updated
Top Bottom