PHPackages                             alengo/alengo-cache-warmup-bundle - 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. alengo/alengo-cache-warmup-bundle

ActiveSulu-bundle[Caching](/categories/caching)

alengo/alengo-cache-warmup-bundle
=================================

Cache Warmup Bundle

0.4(5mo ago)0121MITPHPPHP ^8.2

Since May 15Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/alengodev/alengoCacheWarmupBundle)[ Packagist](https://packagist.org/packages/alengo/alengo-cache-warmup-bundle)[ Docs](https://github.com/alengodev/alengoCacheWarmupBundle)[ RSS](/packages/alengo-alengo-cache-warmup-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (29)Versions (11)Used By (0)

Sulu AlengoCacheWarmupBundle
----------------------------

[](#sulu-alengocachewarmupbundle)

This bundle provides a cache warmup mechanism for each URL in your sitemap.xml of your webspace(s). It uses Symfony Messenger to handle the warmup process asynchronously.

### Requirements

[](#requirements)

- PHP 8.2
- Symfony &gt;=7.2

### Install the bundle

[](#install-the-bundle)

Execute the following [composer](https://getcomposer.org/) command

```
composer require alengo/alengo-cache-warmup-bundle
```

### Enable the bundle

[](#enable-the-bundle)

Enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
return [
    /* ... */
    Alengo\Bundle\AlengoCacheWarmupBundle\AlengoCacheWarmupBundle::class => ['all' => true],
];
```

```
bin/console do:sch:up --force
```

### Configure the Bundle

[](#configure-the-bundle)

config/packages/messages.yaml

```
framework:
    messenger:
        transports:
            async:
                dsn: '%env(MESSENGER_TRANSPORT_DSN)%'
                options:
                    queue_name: 'async'
        routing:
            'Alengo\Bundle\AlengoCacheWarmupBundle\Message\SitemapCacheWarmup': async
```

### Configure the Cache Warmup

[](#configure-the-cache-warmup)

config/packages/alengo\_cache\_warmup.yaml

```
alengo_cache_warmup:
    enabled: true
    allowed_webspaces:
        - 'webspace1'
        - 'webspace2'
    notification: 'email' # 'email' or 'none'
```

.env variables to get an email notification when the cache warmup is done

```
    ADMIN_EMAIL=admin@sulu.rocks
    DEFAULT_SENDER_NAME="Sulu // Notify"
    DEFAULT_SENDER_MAIL=email@localhost
```

Be sure you have installed the [Symfony Messenger](https://symfony.com/doc/current/messenger.html) and configured it properly.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance73

Regular maintenance activity

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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 ~33 days

Recently: every ~62 days

Total

9

Last Release

151d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a3bea97975bdeddcfa5b76c222740e703e4ff5f9bbf5f6d5d75e8827e0a48ac?d=identicon)[alengodev](/maintainers/alengodev)

---

Top Contributors

[![hual7](https://avatars.githubusercontent.com/u/89628357?v=4)](https://github.com/hual7 "hual7 (26 commits)")

---

Tags

sulusulucms

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/alengo-alengo-cache-warmup-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/alengo-alengo-cache-warmup-bundle/health.svg)](https://phpackages.com/packages/alengo-alengo-cache-warmup-bundle)
```

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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