From cd0374115ebeafb7b6417019638ca47aa6b0fa53 Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Fri, 21 Jul 2017 17:55:05 +0100 Subject: [PATCH] Page speed improvements --- webapp/src/main/webapp/WEB-INF/web.xml | 22 ++++++++++++++++++++++ webapp/src/main/webapp/css/browseIndex.css | 3 --- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/webapp/src/main/webapp/WEB-INF/web.xml b/webapp/src/main/webapp/WEB-INF/web.xml index d4987ed81..ea06a7d8a 100644 --- a/webapp/src/main/webapp/WEB-INF/web.xml +++ b/webapp/src/main/webapp/WEB-INF/web.xml @@ -154,6 +154,28 @@ REQUEST + + ExpiresFilter + org.apache.catalina.filters.ExpiresFilter + + ExpiresByType image + access plus 10 minutes + + + ExpiresByType text/css + access plus 10 minutes + + + ExpiresByType application/javascript + access plus 10 minutes + + + + ExpiresFilter + /* + REQUEST + +