PHPackages                             cstudios/turbo - 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. cstudios/turbo

ActiveCraft-plugin[Caching](/categories/caching)

cstudios/turbo
==============

This plugin utilizes the PageCache filter from yii2 into your craft 3 instance

1.4.2(3y ago)5316[1 issues](https://github.com/cstudiossro/turbo/issues)MITPHPPHP ^7.0|^8.0

Since Jul 22Pushed 3y agoCompare

[ Source](https://github.com/cstudiossro/turbo)[ Packagist](https://packagist.org/packages/cstudios/turbo)[ RSS](/packages/cstudios-turbo/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (8)Dependencies (1)Versions (9)Used By (0)

Turbo plugin for Craft CMS 3.x
==============================

[](#turbo-plugin-for-craft-cms-3x)

This plugin utilizes the PageCache filter from yii2 into your craft 3 instance

[![Screenshot](resources/img/plugin-logo.png)](resources/img/plugin-logo.png)

Logo partially made by [monkik](https://www.flaticon.com/authors/monkik "monkik") from [www.flaticon.com](https://www.flaticon.com/ "Flaticon")

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later. This plugins also supports Craft 4.

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

[](#installation)

```
composer require cstudios/turbo

```

And add the following lines to your `app.php` or `app.web.php` config file

```
'components' => [
    'view' => [
        'class' => 'craft\web\View',
        'allowEval' => true
    ]
]
```

You can now exclude urls using the following configuration ( inside your `app.php` file )

```
'params' => [
    'turbo' => [
        'excludedUrls' => [
            '/index',
            '/channel/*'
        ]
    ]
]
```

You can use wildcarded urls as well with the asterisk (\*) character

Note:
-----

[](#note)

If you have some dynamic contents on your site, you want to be excluded from page caching then you can use the following code:

```
{{ craft.turbo.renderDynamic('csrfInput()') | raw }}
```

To make it easier for you, we've already implemented csrfInput into this plugin, so you just have to use:

```
{{ craft.turbo.csrfInput() | raw }}
```

Brought to you by [Gergely Horvath](https://github.com/hunwalk)
Supported by ❤️ [Cstudios s.r.o.](https://cstudios.sk)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 94.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 ~97 days

Recently: every ~161 days

Total

8

Last Release

1441d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/91a0bac21c796aa3caaa0110086c0c8800f09168a73f0183e2e4c3a974c39281?d=identicon)[HunWalk](/maintainers/HunWalk)

---

Top Contributors

[![hunwalk](https://avatars.githubusercontent.com/u/32835435?v=4)](https://github.com/hunwalk "hunwalk (16 commits)")[![cstudios-slovakia](https://avatars.githubusercontent.com/u/39524543?v=4)](https://github.com/cstudios-slovakia "cstudios-slovakia (1 commits)")

---

Tags

cmsCraftcraftcmscraft-pluginturbopage cache

### Embed Badge

![Health badge](/badges/cstudios-turbo/health.svg)

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

###  Alternatives

[nystudio107/craft-fastcgicachebust

Bust the Nginx FastCGI Cache when entries are saved or created.

1953.5k3](/packages/nystudio107-craft-fastcgicachebust)[mmikkel/cache-flag

Cold template caches that can be flagged and automatically invalidated.

1729.9k1](/packages/mmikkel-cache-flag)[bolden/htmlcache

Cache pages to HTML and boost website performance on Craft CMS 3.

317.9k](/packages/bolden-htmlcache)

PHPackages © 2026

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