This plugin is used to exclude pages from Joomla's system cache (Convervative and Progressive caching). This plugin was based on Joomla!'s Cache plugin (plg_system_cache
).
- Joomla! 3.10.x, 4.x.x, 5.x.x
Download the latest release and install it in Joomla! back-end.
You can find the plugin in Joomla!'s plugin list by searching for System - Cache Exclude
. The plugin has 2 configuration options:
- Excluded Menu Items: The menu items which you want to exclude from caching.
- Exclude URLs: Specify the URLs you want to exclude from caching, each on a separate line. Regular expressions are supported, eg.
about\-[a-z]+
- will exclude all URLs that have 'about-', for exampleabout-us
,about-me
,about-joomla
; or/component/users/
- will exclude all URLs that have/component/users/
; orcom_users
- will exclude all Users component pages.
GNU General Public License version 2 or later. See LICENSE.