2017 © Pedro Peláez
 

typo3-cms-extension page_speed_plus

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

image

atomicptr/page_speed_plus

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

  • Monday, May 28, 2018
  • by atomicptr
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

pagespeed+

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

Download

page_speed_plus on TER, (*2)

Or just install it via composer:, (*3)

$ composer require atomicptr/page_speed_plus

Features

Configuration

You can use the constants editor or just overwrite the TypoScript like this:, (*4)

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

        htmlCompress {
            enable = 1
        }
    }
}

How to enable JavaScript compression

You can enable JavaScript compression by adding this to your configuration:, (*5)

config.compressJs = 1

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) <FilesMatch "\.js\.gzip$"> AddType "text/javascript" .gzip </FilesMatch> <FilesMatch "\.css\.gzip$"> AddType "text/css" .gzip </FilesMatch> AddEncoding gzip .gzip
  • Optimize your images, this is REALLY important!

Support me

Buy Me A Coffee, (*6)

License

MIT, (*7)

The Versions

28/05 2018

dev-master

9999999-dev https://github.com/atomicptr/page_speed_plus

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

  Sources   Download

MIT

The Requires

 

frontend html fast typo3 cms http2 speed pagespeed server push

28/05 2018

v0.4.0

0.4.0.0 https://github.com/atomicptr/page_speed_plus

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

  Sources   Download

MIT

The Requires

 

frontend html fast typo3 cms http2 speed pagespeed server push

28/11 2017

v0.2.0

0.2.0.0 https://github.com/atomicptr/page_speed_plus

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

  Sources   Download

MIT

The Requires

 

frontend html fast typo3 cms http2 speed pagespeed server push