system.performance.yml
core/modules/system/config/install/system.performance.yml
6 string references to 'system.performance'
- AjaxResponseAttachmentsProcessor::__construct in core/
lib/ Drupal/ Core/ Ajax/ AjaxResponseAttachmentsProcessor.php - Constructs an AjaxResponseAttachmentsProcessor object.
- Fast404ExceptionHtmlSubscriber::on404 in core/
lib/ Drupal/ Core/ EventSubscriber/ Fast404ExceptionHtmlSubscriber.php - Handles a 404 error for HTML.
- Fast404ExceptionHtmlSubscriber::onConfigSave in core/
lib/ Drupal/ Core/ EventSubscriber/ Fast404ExceptionHtmlSubscriber.php - Invalidates 4xx-response cache tag if fast 404 config is changed.
- FinishResponseSubscriber::__construct in core/
lib/ Drupal/ Core/ EventSubscriber/ FinishResponseSubscriber.php - Constructs a FinishResponseSubscriber object.
- HtmlResponseAttachmentsProcessor::__construct in core/
lib/ Drupal/ Core/ Render/ HtmlResponseAttachmentsProcessor.php - Constructs a HtmlResponseAttachmentsProcessor object.
File
-
core/
modules/ system/ config/ install/ system.performance.yml
View source
- cache:
- page:
- max_age: 0
- 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