caching - Glassfish 4.1 gzip and cache problems -


i have made following changes in configurations/server-config/network config/network listeners (and protocols)/http-listener-1/

http tab: compression: on, mime types: text/html,text/xml,text/plain,text/css,application/javascript,application/json,text/xml,text/javascript, minimum size: 1 b

file cache tab: status: enabled, max age: 6000 seconds (or more)

chome developer tools warns me leverage browser caching (the following resources missing cache expiration... .css, .js, images, etc. files) , pagespeed insights tool warns me compressing of .js files (and images) disabled (although have set application/javascript , text/javascript in mime types). warns me static resources (.css, .js, images, etc.) missing cache expiration chrome developer tools. want know need enable caching of static resources , gzip of files mime type have set.

thank you.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -