PHPackages                             putyourlightson/craft-blitz-hints - 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. [Templating &amp; Views](/categories/templating)
4. /
5. putyourlightson/craft-blitz-hints

ActiveCraft-module[Templating &amp; Views](/categories/templating)

putyourlightson/craft-blitz-hints
=================================

Provides templating performance hints.

1.2.3(2y ago)2162.9k—1.2%11mitPHPPHP ^8.0.2

Since May 16Pushed 2y ago2 watchersCompare

[ Source](https://github.com/putyourlightson/craft-blitz-hints)[ Packagist](https://packagist.org/packages/putyourlightson/craft-blitz-hints)[ RSS](/packages/putyourlightson-craft-blitz-hints/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (13)Used By (1)

[![Stable Version](https://camo.githubusercontent.com/66b8e944ba8ceb1110eb578c51d2547afdf283fee29eb25132ceb442529d9f39/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f707574796f75726c69676874736f6e2f63726166742d626c69747a2d68696e74733f6c6162656c3d737461626c65)](https://camo.githubusercontent.com/66b8e944ba8ceb1110eb578c51d2547afdf283fee29eb25132ceb442529d9f39/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f707574796f75726c69676874736f6e2f63726166742d626c69747a2d68696e74733f6c6162656c3d737461626c65)[![Total Downloads](https://camo.githubusercontent.com/c70d41ab90ea6159b2ce732a5e26fcdc1a28bb0e89c4cb1edeaf717feb6c5db2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f707574796f75726c69676874736f6e2f63726166742d626c69747a2d68696e7473)](https://packagist.org/packages/putyourlightson/craft-blitz-hints)

[![](https://raw.githubusercontent.com/putyourlightson/craft-blitz-hints/develop/src/icon.svg)](https://raw.githubusercontent.com/putyourlightson/craft-blitz-hints/develop/src/icon.svg)

Blitz Hints Module for Craft CMS
================================

[](#blitz-hints-module-for-craft-cms)

This module provides the hint functionality and utility for the [Blitz](https://putyourlightson.com/plugins/blitz) and [Blitz Recommendations](https://putyourlightson.com/plugins/blitz-recommendations) plugins for [Craft CMS](https://craftcms.com/).

First require the package in your plugin/module's `composer.json` file.

```
{
  "require": {
    "putyourlightson/craft-blitz-hints": "^1.0"
  }
}
```

Then bootstrap the module from within your plugin/module's `init` method.

```
use craft\base\Plugin;
use putyourlightson\blitzhints\BlitzHints;

class MyPlugin extends Plugin
{
    public function init()
    {
        parent::init();

        BlitzHints::bootstrap();
    }
}
```

License
-------

[](#license)

This module is licensed for free under the MIT License.

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

[](#requirements)

This module requires [Craft CMS](https://craftcms.com/) 4.0.0 or later.

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

[](#installation)

Install this package via composer.

```
composer require putyourlightson/craft-blitz-hints
```

---

Created by [PutYourLightsOn](https://putyourlightson.com/).

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Recently: every ~9 days

Total

11

Last Release

762d ago

Major Versions

1.1.1 → 2.0.0-beta.12024-02-14

PHP version history (2 changes)1.0.0PHP ^8.0.2

2.0.0-beta.1PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/59428c6783d02d74c8778d9953ba84c35d3877ece53f5eb393689c052a9c97e4?d=identicon)[putyourlightson](/maintainers/putyourlightson)

---

Top Contributors

[![bencroker](https://avatars.githubusercontent.com/u/57572400?v=4)](https://github.com/bencroker "bencroker (40 commits)")

### Embed Badge

![Health badge](/badges/putyourlightson-craft-blitz-hints/health.svg)

```
[![Health](https://phpackages.com/badges/putyourlightson-craft-blitz-hints/health.svg)](https://phpackages.com/packages/putyourlightson-craft-blitz-hints)
```

###  Alternatives

[nystudio107/craft-templatecomments

Adds a HTML comment with performance timings to demarcate `{% block %}`s and each Twig template that is included or extended.

20108.4k3](/packages/nystudio107-craft-templatecomments)[superbig/craft-mjml

Render Twig emails with MJML, the only framework that makes responsive email easy.

2627.3k1](/packages/superbig-craft-mjml)[verbb/footnotes

Adds a footnotes feature to CKEditor fields and Twig templates.

213.3k](/packages/verbb-footnotes)

PHPackages © 2026

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