http2-server-push icon indicating copy to clipboard operation
http2-server-push copied to clipboard

WordPress plugin that enables HTTP/2 server push for local JavaScript and CSS resources enqueued in the page.

Results 6 http2-server-push issues
Sort by recently updated
recently updated
newest added

When I have W3 total cache or wp super cache enabled then the link header is not there in the response Link header does show up once I clear cache...

Hi, Using `site_url` to get the "root" URL is always wrong. `site_url` is the path to WordPress. Indeed, most of the time (regular WP structure) `home_url` == `site_url`. But it...

I use W3 Total Cache (to e.g. set the CDN) and your plugin. However, the two don't play nice. Chrome warns e.g. > The resource https://frightanic.com/blog/wp-includes/js/wp-emoji-release.min.js?ver=4.7.3 was preloaded using link...

Sources with conditional metadata set are now excluded from the push header list. This prevents them being pushed to all browsers.

The [current iteration of wp_resource_hints](https://developer.wordpress.org/reference/functions/wp_resource_hints/) doesn't support the `preload` relation, so we should still run on 4.6 for now. See also [this](https://make.wordpress.org/core/2016/07/06/resource-hints-in-4-6/) blog post.

I seem to experience some WPML-related issue, my site is bilingual - NL and FR. NL is the default language and there are no errors/warnings, but as soon as I...