<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Maxim,<br>
    <br>
    On 4/13/2017 8:07 AM, Maxim Dounin wrote:<br>
    <blockquote cite="mid:20170413150737.GJ13617@mdounin.ru" type="cite">
      <pre wrap="">Note: there is no HTTP/2 push support in nginx as of now.  If you 
indeed see the resources being pushed with the "Link" header, 
likely you are using cloudflare and this is something Cloudflare 
does for you.</pre>
    </blockquote>
    Thank you for clarifying.  That did puzzle me a bit and I thought
    that I simply misunderstood the Push process.<br>
    <br>
    What I see in Developer Tools is that the resources that I reference
    in the "Link" header are downloaded first, and are downloaded
    faster.  The "Initiator" of those resources shows as "Other", as
    opposed to most other resources who show something like a URI.<br>
    <br>
    <blockquote cite="mid:20170413150737.GJ13617@mdounin.ru" type="cite">
      <pre wrap="">Note well that pushing all of the resources used on the page 
is very likely to do more harm than good, since in many cases 
browsers already have static resources cached.
</pre>
    </blockquote>
    Understood.  I am only "pushing" (I guess not a real push, but a
    suggestion to the browser via the "Link" header) links to a few
    resources that are required for loading and rendering the page, like
    the stylesheet, javascript, and image sprite.<br>
    <p>Thanks,<br>
      <br>
    </p>
    <div class="moz-signature">
      <p>Igal Sapir
        <br>
        Lucee Core Developer
        <br>
        <a href="http://lucee.org/">Lucee.org</a></p>
    </div>
  </body>
</html>