You are here

d7_system_performance.yml in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/system/migrations/d7_system_performance.yml
core/modules/system/migrations/d7_system_performance.yml

File

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