Home Plugins performance optimisation
Performance Optimisation logo

Performance Optimisation

by Nilesh Kanzariya on WordPress.org

A plugin to enhance website performance by managing cache, minifying JavaScript, CSS, and optimizing images.

(1)
Performance Optimisation - Screenshot 1

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 with an overview of cache, JavaScript, CSS, and image optimization status.
  • Cache management tools, including size display and a “Clear Cache” button.
  • JavaScript & CSS Optimization: Minify, combine, and exclude specific files.
  • Image optimization: Convert images to WebP and AVIF formats.
  • Preload settings for cache, fonts, DNS, and images.
  • Advanced lazy loading options.
  • Import/export plugin settings.

Usage

  1. Dashboard Overview

    • View cache size and clear cache.
    • Check the number of minified JavaScript and CSS files.
    • Monitor image optimization (WebP/AVIF status).
    • Review recent plugin activities.
  2. File Optimization Settings

    • Minify JavaScript, CSS, and HTML.
    • Combine CSS and exclude specific files.
    • Defer and delay JavaScript loading.
  3. Preload Settings

    • Enable cache preloading.
    • Preconnect to origins and prefetch DNS.
    • Preload fonts, CSS, and images.
  4. Image Optimization Settings

    • Lazy load images with SVG placeholders.
    • Convert images to WebP/AVIF formats and exclude specific images.
    • Preload feature images for selected post types.
  5. Tools

    • Import/export plugin settings for quick setup.

Composer Libraries

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"]
        }
    }
}
Active installations0+
Weekly downloads
11-42.11%
Version1.0.1
Last updated2/24/2025
WordPress version5.5.3
Tested up to6.7.2
PHP version7.0
Tags
cacheimage optimizationminifyoptimizationperformance
Performance Optimisation | Plugin0