diff --git a/webapp/src/main/webapp/WEB-INF/web.xml b/webapp/src/main/webapp/WEB-INF/web.xml
index 137bfc37..0b5d97cc 100644
--- a/webapp/src/main/webapp/WEB-INF/web.xml
+++ b/webapp/src/main/webapp/WEB-INF/web.xml
@@ -156,7 +156,29 @@
/*
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
+
+