Select your language

Sign up
JCH Optimize

A powerful component for Joomla that speeds up the loading of website web pages without changing the content of the original CMS files. The extension will significantly speed up the loading of a Joomla website, but it can only be brought into compliance with all the requirements of the Google Page Speed service using the Pro version.

Extension Description

JCH Optimize allows you to increase the loading speed of a website web page as a whole or individually by minifying and combining file code, changing the order of file connections, reducing the total number of files to be connected, etc.

There is a free and paid (Pro) version of the extension with additional features.

Comparison of JCH Optimize Free and Pro features
PossibilitiesFreePro
Minifying HTML code ✔️ ✔️
Minifying CSS code ✔️ ✔️
Minifying JS code ✔️ ✔️
GZIP compression of CSS and JS files ✔️ ✔️
Combining CSS Files ✔️ ✔️
Combining JS files ✔️ ✔️
Optional processing of all extensions ✔️ ✔️
Replacing the @imports rule in CSS ✔️
Including PHP and External Files in a Combined File ✔️
Including CSS from Tags <style> ✔️ ✔️
Enabling JS from tags <script> ✔️ ✔️
Asynchronous loading of a combined JS file ✔️ ✔️
Exclusion settings ✔️ ✔️
Sprite Generator ✔️ ✔️
Image Size Attributes ✔️
CDN/domain without cookies ✔️
Lazy loading of images ✔️
Optimizing CSS Loading ✔️
Image Optimization ✔️

JCH Optimize Free Settings

The free version of the extension allows you to:

  • minify HTML, JS and CSS code

    The plugin will remove unnecessary elements from the file code (line breaks, spaces, comments, etc.) that do not affect the execution of the code, thereby reducing the overall weight of the page.

  • Merge JS and CSS files into one

    This will reduce the number of HTTP requests on the pages. When combining style files, duplicate CSS properties will be removed, which will significantly reduce the overall amount of code and the weight of the page.

  • perform GZIP data compression

    All text files (CSS, JS, SVG, font files) will be compressed during transmission.

  • process files from third-party extensions

    By default, JCH Optimize processes only the CMS files themselves.

  • generate image sprites

    The plugin will combine background images into one to reduce the number of HTTP requests.

  • add height and width attributes to images

    This helps to display images correctly in case of problems with their loading.

  • enable caching in browser

    With JCH Optimize you can add the appropriate code to your .htaccess file.

  • exclude processing of individual files and pages

    This is relevant in case of problems with the display or functionality of individual pages or all pages of the site as a whole.