by Nilesh Kanzariya on WordPress.org
A plugin to enhance website performance by managing cache, minifying JavaScript, CSS, and optimizing images.

Performance Optimisation helps you optimize your website’s speed by offering features like cache management, JavaScript and CSS minification, image conversion, lazy loading, preloading, and more. With an intuitive dashboard, detailed settings, and useful tools, it simplifies performance enhancement for your website.
Features:
Dashboard Overview
File Optimization Settings
Preload Settings
Image Optimization Settings
Tools
This plugin uses the following composer libraries:
voku/html-min – For HTML minification.matthiasmullie/minify – For JavaScript and CSS minification.Composer configuration:
{
"name": "nilesh/performance-optimisation",
"description": "A package for performance optimization, including HTML minification and code minification tools.",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "nilesh",
"email": "nilesh.kanzariya912@gmail.com"
}
],
"require": {
"voku/html-min": "^4.5",
"matthiasmullie/minify": "^1.3"
},
"extra": {
"cleanup": {
"dirs": ["bin", "tests", "docs"],
"exclude": ["*.md", "*.yml", "*.xml", "tests", "docs"]
}
}
}