injust commented on issue #1756: hint_preload_subresources Example Broken
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1756#issuecomment-370175882
 
 
   Issue seems to disappear and reappear very often. Unsure how to reproduce.
   
   CURLing 
https://www.modpagespeed.com/examples/hint_preload_subresources.html?PageSpeed=on&PageSpeedFilters=hint_preload_subresources,debug
 gives:
   
   ```
   HTTP/1.1 200 OK
   Date: Sat, 03 Mar 2018 20:05:10 GMT
   Server: Apache/2.4.18 (Ubuntu)
   Accept-Ranges: bytes
   Vary: Accept-Encoding
   X-Mod-Pagespeed: 1.13.35.2-0
   Cache-Control: max-age=0, no-cache, s-maxage=10
   Content-Length: 964
   Content-Type: text/html
   
   <html>
     <head>
       <title>hint_preload_subresources example</title>
       <link rel="stylesheet" type="text/css" 
href="styles/all_using_imports.css">
     </head>
     <body>
       <img src="./images/Puzzle.jpg">
       <p><script src="inline_javascript.js"></script>
       if hint_preload_subresources is on, this page should get Link: headers
       describing stylesheets and JavaScript it uses (but not the image).
     </body>
   </html>
   <!--
   mod_pagespeed on
   Filters:
   db   Debug
   hpsr Hint Preload of Subresources
   hw   Flushes html
   
   Options:
   AnalyticsID (ig) UA-105228961-1
   CssInlineMaxBytes (ci) 3000
   EnableCachePurge (euci) True
   EnableRewriting (e) 1
   FileCacheInodeLimit (afcl) 500000
   RewriteLevel (l) Pass Through
   RunExperiment (fur) False
   StatisticsLogging (asle) True
   
   #NumFlushes            0
   #EndDocument after     51us
   #Total Parse duration  31us
   #Total Render duration 192us
   #Total Idle duration   20us
   The following filters were disabled for this request:
        SupportNoscript
   -->
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to