Download the PHP package superbig/craft3-http2serverpush without Composer
On this page you can find all versions of the php package superbig/craft3-http2serverpush. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download superbig/craft3-http2serverpush
More information about superbig/craft3-http2serverpush
Files in superbig/craft3-http2serverpush
Package craft3-http2serverpush
Short Description Automatically add HTTP2 Link headers for CSS, JS and image assets.
License MIT
Informations about the package craft3-http2serverpush
HTTP2 Server Push plugin for Craft CMS 3.x
Automatically add HTTP2 Link headers for CSS, JS and image assets.
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require superbig/craft3-http2serverpush
- In the Control Panel, go to Settings → Plugins and click the “Install” button for HTTP2 Server Push.
HTTP2 Server Push Overview
From The Go Blog:
To improve latency, HTTP/2 introduced server push, which allows the server to push resources to the browser before they are explicitly requested. A server often knows many of the additional resources a page will need and can start pushing those resources as it responds to the initial request. This allows the server to fully utilize an otherwise idle network and improve page load times._
Also: Read what CloudFlare has to say about it.
Configuring HTTP2 Server Push
Using HTTP2 Server Push
After the plugin is installed, Link headers will be added automatically to page template responses.
Brought to you by Superbig
All versions of craft3-http2serverpush with dependencies
symfony/dom-crawler Version ^2.7|^3.0
symfony/css-selector Version ^2.7|^3.0
tightenco/collect Version ^5.5