drupal/core/modules/system/config/system.performance.yml

20 lines
519 B
YAML

cache:
page:
use_internal: '0'
max_age: '0'
css:
preprocess: '0'
gzip: '1'
fast_404:
enabled: '1'
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: '0'
gzip: '1'
response:
gzip: '0'
stale_file_threshold: '2592000'
theme_link: '1'