d6_system_performance.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/system/migrations/d6_system_performance.yml
  2. 10 core/modules/system/migrations/d6_system_performance.yml
  3. 11.x core/modules/system/migrations/d6_system_performance.yml
core/modules/system/migrations/d6_system_performance.yml

File

core/modules/system/migrations/d6_system_performance.yml

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.