
Settings 1
Your theme and each plugin add several JavaScript and CSS files to your webpages and each of them requires a while to be handled, downloaded and executed by browsers.
This makes your website heavy and slow. Even using a static cache plugin, for fresh viewers (and page-speed rankers!) what matters is the webpage weight and how fast it completes loading all of its scripts.
The LCweb optimizer is a resource-friendly solution to merge and optimize them: dramatically reducing the number of HTTP requests your webpages perform and speeding-up their rendering!
You can also decice where scripts have to be used in the website. Do you only have a gallery in a specific page? Why loading its scripts everywhere. Optimize every bit, in the simplest way possible.
Extra features: HTML code minifier and cache-friendly file headers!
PS: is also compatible with other WP optimizers (W3 total cache, WP-super-cache, etc). Offering a great combo to optimize wordpress all-around!
🌟 Features list in detail
- lightweigt and ready out-of-the-box
- compatible with any theme and any script
- JavaScript/CSS files merge into a single static file
- filter where scripts have to be used by page URL and/or regular expression
- option to singularly exclude every JavaScript/CSS files from the optimization engine
- CSS @import code processing
- CSS minification
- JavaScript minification
- HTML minification
- HTACCESS file headers to make browsers cache static resources
- every optimization system can be toggled for the maximum compatibility
- testing mode to tune the plugin settings without affecting visitors
- compatible with other WP cache plugins
📝 Notes
- Scripts/styles must be properly enqueued through WP register functions
- Static files creation requires writing permissions in wp-content folder