PHPackages                             webscale-networks/magento-cache-exclusions - 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. webscale-networks/magento-cache-exclusions

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

webscale-networks/magento-cache-exclusions
==========================================

Query string cache exclusions extension for magento2.

1.0.2(2y ago)00[1 PRs](https://github.com/webscale-networks/magento-cache-exclusions/pulls)MITPHPPHP &gt;=7.2, &lt;8.3

Since Jul 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/webscale-networks/magento-cache-exclusions)[ Packagist](https://packagist.org/packages/webscale-networks/magento-cache-exclusions)[ RSS](/packages/webscale-networks-magento-cache-exclusions/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

Webscale Cache Exclusions
=========================

[](#webscale-cache-exclusions)

Allows to set up and configure Cache Exclusions magento extension.

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

[](#installation)

To install extension - start with the following in magento root directory to add a repository:

```
composer config repositories.webscale-cache-exclusions git https://github.com/webscale-networks/magento-cache-exclusions.git
```

To avoid issues with CI/CD and github add `"no-api": true` to the repo settings, so it looks like this:

```
"webscale-cache-exclusions": {
    "type": "git",
    "url": "https://github.com/webscale-networks/magento-cache-exclusions.git",
    "no-api": true
}
```

Now require extension itself:

```
composer require webscale-networks/magento-cache-exclusions
```

After composer installs the package run next magento commands:

```
php bin/magento module:enable Webscale_CacheExclusions
php bin/magento setup:upgrade
bin/magento cache:clean
```

Once the extension is installed it can be configured in `Admin > Stores > Configuration > Webscale > Cache Exclusions`:

[![Webscale Cache Exclusions Configuration](Documentation/extension-config.png "Webscale Cache Exclusions Configuration Page")](Documentation/extension-config.png)

To exclude any node from the query string, just add it to the parameter list.

**Example:**

In such URL:

```
https://example.com/category/?utm_user=5c60ba87dbe4ea20747ddb6dad0f0a32d1d2d5ae&utm_source=Some+UTM+Source&utm_campaign=My+Campaign

```

the unique part is: `utm_user=5c60ba87dbe4ea20747ddb6dad0f0a32d1d2d5ae`. To exclude it from magento cache lookup - add `utm_user` to the exclusions list, it will remove whole node, including value, from cache lookup and hash only:

```
https://example.com/category/?utm_source=Some+UTM+Source&utm_campaign=My+Campaign

```

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.1% 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 ~6 days

Total

2

Last Release

755d ago

PHP version history (2 changes)1.0.0PHP ^7.2 || ^8.2

1.0.2PHP &gt;=7.2, &lt;8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/05b3cdf998095d47a5ffa3eef8b6e7893c44d33331312fa75516b5598946d1e4?d=identicon)[webscale networks](/maintainers/webscale%20networks)

---

Top Contributors

[![igor-webscale](https://avatars.githubusercontent.com/u/137203076?v=4)](https://github.com/igor-webscale "igor-webscale (4 commits)")[![olekspanchenko](https://avatars.githubusercontent.com/u/173961269?v=4)](https://github.com/olekspanchenko "olekspanchenko (2 commits)")[![OleksPanch](https://avatars.githubusercontent.com/u/150232838?v=4)](https://github.com/OleksPanch "OleksPanch (1 commits)")

### Embed Badge

![Health badge](/badges/webscale-networks-magento-cache-exclusions/health.svg)

```
[![Health](https://phpackages.com/badges/webscale-networks-magento-cache-exclusions/health.svg)](https://phpackages.com/packages/webscale-networks-magento-cache-exclusions)
```

###  Alternatives

[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)[ichhabrecht/intcache

Turn uncachable page objects into cacheable links

193.9k](/packages/ichhabrecht-intcache)

PHPackages © 2026

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