Skip to content

Commit

Permalink
IN-151 Adding back system.performance
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrockweilercgi committed Mar 11, 2021
1 parent 3fa720e commit 6488678
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/dev/system.performance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
cache:
page:
max_age: 600
css:
preprocess: true
gzip: true
fast_404:
enabled: true
paths: '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i'
exclude_paths: '/\/(?:styles|imagecache)\//'
html: '<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "@path" was not found on this server.</p></body></html>'
js:
preprocess: true
gzip: true
stale_file_threshold: 2592000
_core:
default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ

0 comments on commit 6488678

Please sign in to comment.