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