You are here

d6_system_performance.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/system/migration_templates/d6_system_performance.yml
core/modules/system/migration_templates/d6_system_performance.yml

File

core/modules/system/migration_templates/d6_system_performance.yml
View source
  1. id: d6_system_performance
  2. label: Performance configuration
  3. migration_tags:
  4. - Drupal 6
  5. source:
  6. plugin: variable
  7. variables:
  8. - preprocess_css
  9. - preprocess_js
  10. - cache_lifetime
  11. - cache
  12. - page_compression
  13. process:
  14. 'css/preprocess': preprocess_css
  15. 'js/preprocess': preprocess_js
  16. 'cache/page/max_age': cache_lifetime
  17. 'response/gzip': page_compression
  18. destination:
  19. plugin: config
  20. config_name: system.performance