PHPackages                             tideways/shopware-invalidation-logger-plugin - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. tideways/shopware-invalidation-logger-plugin

ActiveShopware-platform-plugin[Logging &amp; Monitoring](/categories/logging)

tideways/shopware-invalidation-logger-plugin
============================================

Log all invalidate cache calls by tag and groups

50PHP

Since Sep 22Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/tideways/shopware-invalidation-logger-plugin)[ Packagist](https://packagist.org/packages/tideways/shopware-invalidation-logger-plugin)[ RSS](/packages/tideways-shopware-invalidation-logger-plugin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Tideways Shopware Invalidation Logger
=====================================

[](#tideways-shopware-invalidation-logger)

This plugin adds support to logging invalidations of the HTTP cache in your application. This gives you an idea how often cache items are invalidated every minute, and where these invalidations are coming from.

It works with Shopware 6.7 delayed invalidation as well by logging both the delayed and the actual invalidations and their source.

Warning

This plugin is experimental at the moment as we seek out production testers.

```
composer require tideways/shopware-invalidation-logger-plugin
php bin/console plugin:refresh
php bin/console plugin:install TidewaysInvalidateLog
php bin/console plugin:activate TidewaysInvalidateLog

```

It logs into the default Monolog channel two messages, one starting with "InvalidatorStorage::store" the other with "InvalidateCacheEvent".

Example:

```
[2025-09-22T20:05:48.540614+00:00] app.ERROR: InvalidatorStorage::store {"tags":"product-listing-0196a9ee38a6722893d2d12482bb8258, product-listing-0196a9f7567672f3ac6d3a15b065af67, product-listing-0196a9f75696713cbb8fb2f0d92c38ad, product-listing-0196a9f75696713cbb8fb2f0d96ece4b, product-listing-0196a9f7569973a093dbd28796c4ddcc, product-listing-0196a9f7569973a093dbd28798ca5b59, product-0196a9ffe00a7338bc3f491e645f56f3, product-stream-0196a9ffe51670cb9666cc22d37babc5","source":"/var/www/shopware-6.7/vendor/shopware/core/Content/Product/DataAbstractionLayer/ProductIndexer.php:241"} []
[2025-09-22T20:06:01.045659+00:00] app.ERROR: InvalidateCacheEvent {"tags":"product-stream-0196a9ffe51670cb9666cc22d37babc5, product-listing-0196a9ee38a6722893d2d12482bb8258, product-listing-0196a9f7567672f3ac6d3a15b065af67, product-listing-0196a9f75696713cbb8fb2f0d92c38ad, product-listing-0196a9f75696713cbb8fb2f0d96ece4b, product-listing-0196a9f7569973a093dbd28796c4ddcc, product-listing-0196a9f7569973a093dbd28798ca5b59, product-0196a9ffe00a7338bc3f491e645f56f3","tag_count":8,"source":"/var/www/shopware-6.7/vendor/shopware/core/Framework/MessageQueue/ScheduledTask/ScheduledTaskHandler.php:46","counts":{"product-listing":6,"product":1,"product-stream":1,"system":0,"template":0}} []

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance46

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/892698bb1d3f6dae0e3a44abe3e26920ddb4eb000c6c583c87b4db5e5027e166?d=identicon)[beberlei](/maintainers/beberlei)

---

Top Contributors

[![beberlei](https://avatars.githubusercontent.com/u/26936?v=4)](https://github.com/beberlei "beberlei (2 commits)")

### Embed Badge

![Health badge](/badges/tideways-shopware-invalidation-logger-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/tideways-shopware-invalidation-logger-plugin/health.svg)](https://phpackages.com/packages/tideways-shopware-invalidation-logger-plugin)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.1k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M137](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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