Asset CleanUp Pro Plugin Free Download [v1.2.5.0]

Asset CleanUp Pro Plugin Free Download; Today we have shared Asset CleanUp Pro Plugin for free download to everyone. The shared file is not Asset CleanUp Pro Plugin nulled or cracked; it’s a 100% genuine GPL file, and you can use this GPL file on unlimited websites. Using of Asset CleanUp Pro Plugin you can achieve higher page speed score.

Asset CleanUp Pro Plugin Free Download
Asset CleanUp Pro Plugin Free Download

Asset CleanUp Pro Plugin Key Features

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.

This allows you to optimize the website (unload useless files, set async, defer to loaded JavaScript files, clean up HTML code) without applying the changes “live” (to the regular visitor) in case you ever have any doubts that a change could break the functionality of the page/website. Any changes you’ve done will only be applied for you (the logged in administrator). Once you’re happy with how the page looks and works, you can disable “Test Mode” to push the changes live so everyone else can enjoy the faster page loads 

What are the requirements for using this page speed optimization plugin?

In order to use Asset CleanUp Pro, you need to have the following:
WordPress site installed and active (not from WordPress.com, you need to have the open source software installed on your hosting package, the script from WordPress.org, see the differences here)
PHP 5.4+ (I strongly recommend PHP 7+ as it’s much faster and will boost the speed of your website considerably)
The plugin has been tested and is fully compatible with the latest PHP version: 7.3.

I’m already using a caching plugin (e.g. WP Rocket, WP Fastest Cache, W3 Total Cache). Do I still need Asset CleanUp Pro?

Asset CleanUp Pro works together with caching plugins. First, you eliminate the bloat by preventing useless CSS/JS from loading on your pages. Then, a caching plugin such as WP Rocket will take the remaining loaded files, minify/combine them and also cache the pages (by generating static HTML files which are accessed very quickly)

How do I know if my website’s page loading speed is slow and needs improvement?

There are various ways to check the speed of a website and this is in relation to the following: front-end (the part of the website visible to your visitors), back-end (PHP code, server-side optimization), hosting company, CDN (Content Delivery Network) setup, files loaded (making sure CSS, JS, Images, Fonts, and other elements are properly optimized when processed by the visitor’s browser).
Asset CleanUp Pro helps you out with the following:
Make fewer HTTP requests
Minify remaining CSS/JS files to decrease the total page size
‘Async’ and ‘Defer’ parsing of JavaScript
Minify HTML * Cleanup elements from the HEAD section of the website, thus making the HTML source code smaller
Disable “XML-RPC” protocol support * partially or completely
Check out https://gtmetrix.com/ to do an analysis of your website and see the overall score your website gets in PageSpeed and YSlow and the individual score for the points that were just mentioned.

What is an asset and which are the assets this plugin is dealing with?

Web assets are elements such as CSS, JavaScript, Fonts, and image files that make the front-end which is the look and functionality of your website that is processed by the browser you are using (e.g. Google Chrome. Mozilla Firefox, Safari, Internet Explorer, Opera etc.). Asset CleanUp Pro deals with CSS and JavaScript assets which are enqueued in WordPress by your theme and other plugins and cleans up HTML code from the HEAD section of your website that is not needed.

Can I still use the plugin after my license expires if I won’t renew it?

Definitely! You can use Asset CleanUp Pro for as long as you wish. If your license expires and you don’t renew it, either automatically (by default) or manually (if you have canceled the recurring subscription until the renewal date), you won’t be able to get the latest updates and support, but you can still use the plugin 100%. You don’t need to renew the license after 1 year, it can be later on whenever you need any support or new features. The renewal cost for an extra year comes with a 30% discount on the license price at that time. For instance, if you paid $39 for the license, the renewal would be just $27.3. For your convenience, the license is automatically renewed after 1 year, unless you cancel the subscription.

Asset CleanUp Pro Plugin Changelog

  • CSS/JS unloading and other optimization options are now available for Custom Post Type Archive Pages (not just the singular pages belonging to the custom post type)
  • Fix: Sometimes, “Fatal error: Cannot use object of type WP_Error as array” PHP error is logged when the assets are retrieved via “WP Remote Post”
  • Make the plugin’s user aware about jQuery Migrate not loading starting from WordPress 5.5 (a notice is showing in “Settings” -> “Site-Wide Common Unloads” if the WP version >= 5.5)
  • Add alerts for WooCommerce assets when the user is about to unload them to make sure he/she is aware of the consequences (e.g. “js-cookie”, “wc-cart-fragments”)
  • Oxygen plugin compatibility: Make sure the page loads fine when “Manage in the front-end view” is enabled and the admin is logged-in (e.g. ob_flush() is used to print missing content)
  • Do not unload plugins (any unload rule from the “Plugins Manager” area) on front-end pages if an AJAX request was made (e.g. some plugins such as WooCommerce & Gravity Forms are using index.php?[query_string_here] and we won’t want to block these calls as they are obviously made for a reason)
  • Added action hooks before (“wpacu_clear_cache_before”) & after (“wpacu_clear_cache_after”) the plugin’s CSS/JS caching is cleared
  • Do not deactivate the plugin automatically on Dashboard view if the PHP version is below 5.6 and when the plugin is activated, prevent its activation when the PHP version is below 5.6 printing an error message
  • Yoast SEO Compatibility Fix: Prevent the plugin from minifying SCRIPT tags if the type is different than “text/javascript”, avoiding errors with plugins such as Yoast SEO (type: application/ld+json)
  • WordPress 5.5 & “Enable jQuery Migrate Helper” Fix – /assets/script.min.js: jQuery.fn.load() is deprecated
  • When the CSS/JS list is fetched using the “Direct” way of fetching the assets (“Manage in the Dashboard”), there are two calls made; Now the progress is shown for each of the calls for easier debugging in case the assets’ list is not retrieved successfully
  • Improvement: Do not defer the plugin’s own script file as sometimes its functions do not work (e.g. if there are JS errors from other plugins); It’s better to have it loaded as render-blocking (small file anyway), as soon as possible
  • Improvement: Do not leave extra space in the LINK & SCRIPT tags (it makes things easier when debugging the HTML source that might have been altered by the plugin)
  • Fix: Avoid triggering the plugin if the request is an API one starting with “/wp-json/wc/” (excluding the site’s base URL), WooCommerce related (REST requests)
  • Fix: PHP Notice: Array to string conversion (CombineCss.php on line 503)
  • Fix: PHP Notice: Undefined index: is_frontend_view (view-by-location.php on line 311)
  • Fix: Fix: When assets are fetched, the list of CSS/JS wasn’t showing up (AJAX call error) if the page URL that is called (from which the assets are fetched) is loaded with HTTP protocol while the Dashboard (the URL from which the AJAX call is made) is accessed via the HTTPS protocol – Error: “This request has been blocked; the content must be served over HTTPS.”
  • Fix: “PHP Warning: Use of undefined constant CURL_HTTP_VERSION_2_0” (triggered only for the admin to check if the server supports the HTTP/2 protocol); Show the verify link for HTTP/2 protocol if the automatic detection is not working
  • Fix: “PHP Notice: Undefined variable: pluginListContracted in (…)/templates/meta-box-loaded-assets/view-by-location.php”
  • Security Fix: Sanitize values from BulkChanges.php to prevent the execution of arbitrary code (e.g. JavaScript code)

Asset CleanUp Pro Plugin Free Download

We have shared here 100% GPL licensed file so you can use this file on your website or your client’s website without any worry. The shared file is not Asset CleanUp Pro Plugin nulled or cracked file. We downloaded these files from the original GPL file provider and shared them here for free to download for everyone. Copy below Mega or Mediafire link and open in a new tab and download Asset CleanUp Pro Plugin GPL file for free.

Asset CleanUp Pro Plugin Free Download Link

if its asking any key then enter this – SAI7514519919615182316GFW019823R

if you getting any type of error then contact me in telegram – @shineads

Check file zipped

Join us on telegram.png

Below are the file download links. The first one is from Mega, and the second one is from Mediafire. Watch How to download files from the “Shineads” video before downloading any files.

https://dlinks.in/R9qjtyGd

https://dlinks.in/e2UxTayK

Please Note

Copyright Notices: This website is not sharing themes by cloning or cracking. We respect the GNU General Public License (GPL) and the hard work of the theme creator. On this website, we share that links are already stored elsewhere and are not a part of this website. Our website does not carry any responsibility for them. If our site has indexed your copyrighted material and you want this material to be removed, then contact us immediately. We will remove it in 48 hours. 

Thank You

Leave a Comment

SHINEADS

On our website, we have shared free GPL themes and free GPL plugins for all. The shared file is the latest GNU (GPL) licensed file.

Editor Picks

Elementor Pro Free download v3.21.1+v3.21.2 (Activated)

Exclusive Addons for Elementor Free Download v1.5.9

WPForms Calculation Addon v1.0.0

WPForms Stripe Addon v3.4.0

Pages

About Us

Contact Us

DMCA

Privacy Policy

x