PHPackages                             atomicptr/page\_speed\_plus - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. atomicptr/page\_speed\_plus

AbandonedArchivedTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

atomicptr/page\_speed\_plus
===========================

Improve your TYPO3 page speed by using common best practices and other shenanigans :).

v0.4.0(7y ago)01.0k[4 issues](https://github.com/atomicptr/page_speed_plus/issues)MITPHPPHP &gt;=7.0.0

Since Nov 28Pushed 7y agoCompare

[ Source](https://github.com/atomicptr/page_speed_plus)[ Packagist](https://packagist.org/packages/atomicptr/page_speed_plus)[ Docs](https://github.com/atomicptr/page_speed_plus)[ RSS](/packages/atomicptr-page-speed-plus/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

pagespeed+
==========

[](#pagespeed)

Improve your TYPO3 page speed by using common best practices and other shenanigans :).

Download
--------

[](#download)

[page\_speed\_plus on TER](https://extensions.typo3.org/extension/page_speed_plus/)

Or just install it via composer:

```
$ composer require atomicptr/page_speed_plus
```

Features
--------

[](#features)

- HTTP/2 Server Push
- HTML Compression via [wyrihaximus/html-compress](https://github.com/WyriHaximus/HtmlCompress)
- JavaScript Compression via [tedious/JShrink](https://github.com/tedious/JShrink)

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

[](#configuration)

You can use the constants editor or just overwrite the TypoScript like this:

```
plugin.tx_page_speed_plus {
    settings {
        http2 {
            serverPushEnable = 1
            maxHeaderLength = 8190
        }

        htmlCompress {
            enable = 1
        }
    }
}

```

### How to enable JavaScript compression

[](#how-to-enable-javascript-compression)

You can enable JavaScript compression by adding this to your configuration:

```
config.compressJs = 1

```

Other ways to improve your website performance
----------------------------------------------

[](#other-ways-to-improve-your-website-performance)

- Set your FE compression level to 9 in the install tool (and also add this to your .htaccess) ```

        AddType "text/javascript" .gzip

        AddType "text/css" .gzip

    AddEncoding gzip .gzip

    ```
- Optimize your images, this is **REALLY important**!

Support me
----------

[](#support-me)

[![Buy Me A Coffee](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67)](https://www.buymeacoffee.com/atomicptr)

License
-------

[](#license)

MIT

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

Total

2

Last Release

2903d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d1f6d623748ee5492ef9112def035b38e0956baf618b552e26051f34cad87806?d=identicon)[atomicptr](/maintainers/atomicptr)

---

Top Contributors

[![atomicptr](https://avatars.githubusercontent.com/u/674705?v=4)](https://github.com/atomicptr "atomicptr (22 commits)")

---

Tags

compressionhttp2pagespeedtypo3typo3-extensionhttp2htmlfastfrontendTYPO3 CMSspeedPageSpeedserver-push

### Embed Badge

![Health badge](/badges/atomicptr-page-speed-plus/health.svg)

```
[![Health](https://phpackages.com/badges/atomicptr-page-speed-plus/health.svg)](https://phpackages.com/packages/atomicptr-page-speed-plus)
```

###  Alternatives

[caxy/php-htmldiff

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.

21520.9M15](/packages/caxy-php-htmldiff)[baschte/content-animations

TYPO3 CMS extension to have some fun and animate your content elements

2083.5k](/packages/baschte-content-animations)[wyrihaximus/minify-html

Html minifier for CakePHP3

18148.3k1](/packages/wyrihaximus-minify-html)[dorsetdigital/silverstripe-enhanced-requirements

Enhanced requirements for Silverstripe

117.8k4](/packages/dorsetdigital-silverstripe-enhanced-requirements)

PHPackages © 2026

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