Version 1
[yaffs-website] / web / core / modules / system / migration_templates / d6_system_performance.yml
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