![]() |
Different result in caching test for the same kind of images - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: Web Performance (/forumdisplay.php?fid=3) +--- Forum: Discuss Test Results (/forumdisplay.php?fid=4) +--- Thread: Different result in caching test for the same kind of images (/showthread.php?tid=15897) |
Different result in caching test for the same kind of images - patrmich - 09-18-2019 06:02 PM Hello, When I check my website on webpagetest.org, I get the following results : Leverage browser caching of static assets: 37/100 : - FAILED - (No max-age or expires) - for some images in png or jpg - WARNING - (6.8 days) - for some other images in png or jpg In my htaccess file are the here below lines : Code: # BEGIN Expire headers Would you know why, for some images I get the "FAILED" message and for some other I get the "WARNING" message ? Is there anything wrong in the htaccess file ? I thank you in advance for your any reply. Patrick |