• Resolved telemarker

    (@telemarker)


    hi there,

    many hosts implement http/2 in those days and i am wondering if comet cache could add “push support” for wordpress in a convenient way.
    i use a tool called http://www.http2.pro to check sites but even with other push support plugins its always saying push is not available.

    adding a option that injects this to .htaccess should solve it on apache:

    <FilesMatch "\.html$">
        Header add Link "</css/styles.css>; rel=preload; as=style"
        Header add Link "</js/scripts.js>; rel=preload; as=script"
    </FilesMatch>

    would be great if you can take over.
    thanks and keep up the good work
    telemarker

    • This topic was modified 8 years, 7 months ago by telemarker.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘please add HTTP/2 server-push support’ is closed to new replies.