PHPackages                             sitegeist/turbocharger - 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. sitegeist/turbocharger

ActiveNeos-package[Caching](/categories/caching)

sitegeist/turbocharger
======================

Preheated caches by using a jobqueue to internally request all published documents.

v1.0.0(1mo ago)1390—10%GPL-3.0-or-laterPHPPHP &gt;=8.2

Since May 5Pushed 1w ago4 watchersCompare

[ Source](https://github.com/sitegeist/Sitegeist.TurboCharger)[ Packagist](https://packagist.org/packages/sitegeist/turbocharger)[ RSS](/packages/sitegeist-turbocharger/feed)WikiDiscussions main Synced 1w ago

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

Sitegeist.TurboCharger
======================

[](#sitegeistturbocharger)

Ensure preloaded caches by using a jobqueue to asynchronously request all published documents to prefill all caches especially for routing, fusion and if installed full-page-caches.

### Authors &amp; Sponsors

[](#authors--sponsors)

- Martin Ficzel -

*The development and the public-releases of this package is generously sponsored by .*

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

[](#installation)

By default the TurboCharger will use the fake-queue from `Flowpack.JobQueue.Common` but this will probably not work as you expect as it will process all jobs directly after the data has been persisted.

### Asynchronous warmup via `Flowpack.JobQueue.Doctrine`

[](#asynchronous-warmup-via-flowpackjobqueuedoctrine)

1. Install a different job-queue implementation package that can persist the queue items like `Flowpack.JobQueue.Doctrine`.

```
composer require flowpack/jobqueue-doctrine
```

2. Configure the queue `sitegeist-turbocharger` to be handled by that package.

```
Flowpack:
  JobQueue:
    Common:
      queues:
        'sitegeist-turbocharger':
          className: 'Flowpack\JobQueue\Doctrine\Queue\DoctrineQueue'
```

3. Setup the queue `sitegeist-turbocharger`

```
 ./flow queue:setup sitegeist-turbocharger
```

3. Run a worker `sitegeist-turbocharger`

```
 ./flow job:work --exit-after 3590 --queue sitegeist-turbocharger
```

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

[](#configuration)

```
Sitegeist:
    TurboCharger:
        # enable the feature entirely
        enabled: true

        # Configure the url for fetching: the headers `Host` and `X-Forward-Proto`
        # are used to simulate an external request.
        # Use this to configure any special ports you may need like `http://localhost:8080`
        internalBaseUrl: 'http://localhost'
```

Contribution
------------

[](#contribution)

We will gladly accept contributions. Please send us pull requests.

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance96

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

35d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/51e0a02d8e12b73949ec858638aa7e295e103022cc5a879f86ac8532c2c170bd?d=identicon)[sitegeist](/maintainers/sitegeist)

![](https://www.gravatar.com/avatar/829b4ccb51e8cff3c1e4b59d60cfe8d1b86f6d77fc31a6b3fc99227f432542ca?d=identicon)[mficzel](/maintainers/mficzel)

---

Top Contributors

[![mficzel](https://avatars.githubusercontent.com/u/1309380?v=4)](https://github.com/mficzel "mficzel (8 commits)")

---

Tags

cachingexperimentalneoscms

### Embed Badge

![Health badge](/badges/sitegeist-turbocharger/health.svg)

```
[![Health](https://phpackages.com/badges/sitegeist-turbocharger/health.svg)](https://phpackages.com/packages/sitegeist-turbocharger)
```

###  Alternatives

[flowpack/fullpagecache

Cache full Neos page responses

1485.1k1](/packages/flowpack-fullpagecache)[neos/form-builder

Flow Form Framework integration into Neos CMS

19358.8k19](/packages/neos-form-builder)[neos/demo

Site package for the Neos Demo Site

18184.0k8](/packages/neos-demo)[kaufmanndigital/gdpr-cookieconsent

A ready-to-run package, that integrates an advanced cookie consent banner into your Neos CMS site.

2541.8k](/packages/kaufmanndigital-gdpr-cookieconsent)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1444.0k](/packages/shel-neos-terminal)[sandstorm/neostwofactorauthentication

1225.7k](/packages/sandstorm-neostwofactorauthentication)

PHPackages © 2026

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