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

ActiveMagento2-module

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

Query string cache exclusions extension for magento2.

1.0.2(1y 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 1mo 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

29

—

LowBetter than 60% of packages

Maintenance42

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

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

654d 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

[magento-hackathon/module-eavcleaner-m2

Purpose of this project is to check for different flaws that can occur due to EAV and provide cleanup functions.

80292.3k1](/packages/magento-hackathon-module-eavcleaner-m2)[msp/module-notifier

Multiple channel notifier engine for Magento 2

3827.7k6](/packages/msp-module-notifier)[eadesignro/romcity

A module that adds checkout city field to checkout quote shipping address

4015.5k1](/packages/eadesignro-romcity)[vuestorefront/magento2-vue-cart-sync

Synchronize Magento cart between Vue Storefront

1958.5k](/packages/vuestorefront-magento2-vue-cart-sync)[msp/smtp

SMTP with PHPMailer

2129.4k](/packages/msp-smtp)[moses/magento-log

Moses Magento Log

1226.1k](/packages/moses-magento-log)

PHPackages © 2026

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