Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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.

... See full list

File

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

View source
  1. cache:
  2. page:
  3. max_age: 0
  4. css:
  5. preprocess: true
  6. gzip: true
  7. fast_404:
  8. enabled: true
  9. paths: '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i'
  10. exclude_paths: '/\/(?:styles|imagecache)\//'
  11. 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>'
  12. js:
  13. preprocess: true
  14. gzip: true

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal