PHPackages                             pronko/magento2-cache-toolbar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. pronko/magento2-cache-toolbar

ActiveMagento2-module[Caching](/categories/caching)

pronko/magento2-cache-toolbar
=============================

Magento 2 module that adds a quick cache management toolbar to the admin panel

1.1.6(1mo ago)5163↑400%3OSL-3.0PHPPHP &gt;=8.1.0

Since May 18Pushed 1mo agoCompare

[ Source](https://github.com/pronkoconsulting/magento2-cache-toolbar)[ Packagist](https://packagist.org/packages/pronko/magento2-cache-toolbar)[ RSS](/packages/pronko-magento2-cache-toolbar/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (9)Dependencies (10)Versions (19)Used By (0)

⚡ Cache Toolbar for Magento 2 and MageOS
========================================

[](#-cache-toolbar-for-magento-2-and-mageos)

Clear cache in one click — from any page, without navigating to System → Cache Management.

[![Latest Version](https://camo.githubusercontent.com/8f65576a720322b51cc969b2469861db00718aca703c9ca7e34d55e9c961fd0e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70726f6e6b6f2f6d6167656e746f322d63616368652d746f6f6c6261723f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pronko/magento2-cache-toolbar)[![Total Downloads](https://camo.githubusercontent.com/67623d9ba7f68778800ac68a38a63c3e87a3bedd32499acce6694d4cb9704fbd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70726f6e6b6f2f6d6167656e746f322d63616368652d746f6f6c6261723f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pronko/magento2-cache-toolbar)[![PHP](https://camo.githubusercontent.com/074222e0a3638b5a49cfb83132a87bf74c33c88485955358673cd65d9b754036/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e312532422d626c75653f7374796c653d666c61742d737175617265)](https://www.php.net)[![Magento](https://camo.githubusercontent.com/69c4f55cca1ad88f85174eb785d123f578d864a9c8416746c9b29d9d37b8752e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6167656e746f2d322e342e782d6f72616e67653f7374796c653d666c61742d737175617265)](https://github.com/magento/magento2)[![MageOS](https://camo.githubusercontent.com/21b0f2a7e9813aad6826c7a985192759c616dae46ca6d46f5c47591ac007869a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6167654f532d322e342e362532422d6f72616e67653f7374796c653d666c61742d737175617265)](https://mage-os.org)[![License](https://camo.githubusercontent.com/677e35a1c4d00b272192ac2857bcdeb6a73251d783e4f92e83b14ea7a4f84e99/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4f534c2d2d332e302d677265656e3f7374796c653d666c61742d737175617265)](LICENSE)

---

The problem
-----------

[](#the-problem)

You save a config. Magento says "cache invalidated". You navigate to System → Cache Management. Select cache types. Click Flush. Go back to where you were.

**That's 6 steps for something that should take 1.**

The solution
------------

[](#the-solution)

A smart status bar appears automatically when your cache is outdated — with a single **Smart Clear** button that clears the right types instantly, without leaving the page.

[![Cache Toolbar](docs/img/cache-toolbar-v2.png)](docs/img/cache-toolbar-v2.png)

MageOS:

[![Cache Toolbar MageOS](docs/img/cache-toolbar-mageos-v2.png)](docs/img/cache-toolbar-mageos-v2.png)

Clearing cache...

[![Clearing cache](docs/img/clearing-cache.png)](docs/img/clearing-cache.png)

Cache cleared...

[![Cache cleared](docs/img/cache-cleared.png)](docs/img/cache-cleared.png)

Magento's default "cache invalidated" system message is suppressed — no duplicate warnings.

---

Features
--------

[](#features)

- **Smart Clear** — clears only the cache types that are actually invalidated, from your configured list
- **Full Clear** — clears all cache types and flushes the cache pool when you need a clean slate
- **Zero-delay detection** — cache status is checked server-side on every page load, bar renders immediately with no AJAX flicker
- **Suppresses Magento's default warning** — no more duplicate "Cache Types are invalidated" messages
- **Keyboard shortcut** — `Ctrl+Shift+C` triggers Smart Clear from anywhere in the admin
- **Auto-dismiss** — success message disappears after 3 seconds, stays out of your way
- **Configurable** — choose which cache types Smart Clear targets via Stores → Configuration
- **ACL-aware** — toolbar only renders for admin users with cache clear permission
- **Accessible** — toolbar message uses `aria-live` and `role="status"` for screen reader support

---

Installation
------------

[](#installation)

```
composer require pronko/magento2-cache-toolbar
bin/magento module:enable Pronko_Core Pronko_CacheToolbar
bin/magento setup:upgrade
```

---

Configuration
-------------

[](#configuration)

**Stores → Configuration → Pronko → Cache Toolbar**

SettingDefaultDescriptionEnable ToolbarYesShow/hide the toolbarKeyboard ShortcutYesEnable `Ctrl+Shift+C`Smart Clear Types7 typesWhich cache types Smart Clear targetsShow Fast Admin PromoYesPromotional banner (disable for client deployments)Configuration settings:

[![Settings](docs/img/settings.png)](docs/img/settings.png)

---

Compatibility
-------------

[](#compatibility)

PlatformVersionMagento Open Source2.4.4 — 2.4.xAdobe Commerce2.4.4 — 2.4.xMageOS2.4.6+PHP8.1, 8.2, 8.3, 8.4, 8.5---

Smart Clear vs Full Clear
-------------------------

[](#smart-clear-vs-full-clear)

Smart ClearFull ClearWhich typesInvalidated types from your configured listAll registered cache typesCache pool flushNoYesCLI equivalent`cache:clean config full_page``cache:flush`Use caseAfter a config save or deployWhen something is deeply wrong---

Promotional banner
------------------

[](#promotional-banner)

This module ships with an optional promotional banner for [Fast Admin](https://pronkoconsulting.com/fast-admin) — a faster Magento admin interface by Pronko Consulting.

The banner is **fully optional** — disable it at: Stores → Configuration → Pronko → Cache Toolbar → Show Promo Banner → **No**

[![Fast Admin](docs/img/fast-admin-promo.png)](docs/img/fast-admin-promo.png)

The banner is a static HTML element with a link. No analytics, no tracking, no external requests.

---

Requirements
------------

[](#requirements)

- PHP 8.1+
- Magento 2.4.4+ / MageOS 2.4.6+
- `pronko/magento2-core` ^1.0 (installed automatically by Composer)

---

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you'd like to change.

---

License
-------

[](#license)

[Open Software License 3.0 (OSL-3.0)](LICENSE)

---

 Tired of slow Magento admin? [ **⚡ Fast Admin loads orders in 0.3s →** ](https://www.pronkoconsulting.com/fast-admin?utm_source=cache-toolbar&utm_medium=readme&utm_campaign=oss-module)

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance90

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

11

Last Release

40d ago

PHP version history (2 changes)1.0.0PHP &gt;=8.2.0

1.0.2PHP &gt;=8.1.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3740515?v=4)[Max Pronko](/maintainers/mcspronko)[@mcspronko](https://github.com/mcspronko)

---

Top Contributors

[![mcspronko](https://avatars.githubusercontent.com/u/3740515?v=4)](https://github.com/mcspronko "mcspronko (33 commits)")

---

Tags

cachemagento2magento2-modulemageos

### Embed Badge

![Health badge](/badges/pronko-magento2-cache-toolbar/health.svg)

```
[![Health](https://phpackages.com/badges/pronko-magento2-cache-toolbar/health.svg)](https://phpackages.com/packages/pronko-magento2-cache-toolbar)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.4M1](/packages/fastly-magento2)[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[lizardmedia/module-varnish-warmer

Varnish Cache Warmer Magento2 module by Lizard Media

6180.3k](/packages/lizardmedia-module-varnish-warmer)[pronko/selective-cache

Pronko Consulting Selective Cache

3520.4k](/packages/pronko-selective-cache)[opengento/module-category-import-export

This module add the capability to import and export the categories from the back-office.

1310.9k2](/packages/opengento-module-category-import-export)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
