How to cancel the PayPal recurring payment for Asset CleanUp Pro?

If you used PayPal to purchase Asset CleanUp Pro and you wish for any reason to stop the automatic yearly charges, you can cancel the merchant’s profile that was set when you made the purchase. You will need to first log in to your PayPal account and locate the “My preapproved payments” page. You can […]

Read More

How to load an alternative, lighter version of a file?

Note: This post is meant for developers or for users that are comfortable editing code and have minimum knowledge of PHP/WordPress coding. There are often situations when CSS/JS files are enqueued in WordPress, but on certain pages, only a fraction of their code is actually used. For instance, you might be using a theme that […]

Read More

What’s the purpose of “CDN: Rewrite assets URLs” option?

This option is only needed to be enabled if you already have a CDN set on your websites such as KeyCDN (which is compatible with the WordPress plugin “CDN Enabler – WordPress CDN Plugin“) and the URL to the cached CSS/JS files from Asset CleanUp Pro has not been already updated. The CDN can be […]

Read More

Critical CSS: How to implement it to completely reduce render-blocking stylesheets

Before starting, please check if you already have critical CSS implemented on your pages. For instance, if you use “WP Rocket” plugin, then it’s the following option: “File Optimization” -> “CSS Files” -> “Optimize CSS Delivery”. Also, you might be using “Autoptimize criticalcss.com power-up” together with “Autoptimize”, etc. What’s critical CSS? Can I just defer […]

Read More