Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / migrations / d6_system_performance.yml
diff --git a/web/core/modules/system/migrations/d6_system_performance.yml b/web/core/modules/system/migrations/d6_system_performance.yml
new file mode 100644 (file)
index 0000000..95566d7
--- /dev/null
@@ -0,0 +1,21 @@
+id: d6_system_performance
+label: Performance configuration
+migration_tags:
+  - Drupal 6
+  - Configuration
+source:
+  plugin: variable
+  variables:
+    - preprocess_css
+    - preprocess_js
+    - cache_lifetime
+    - cache
+    - page_compression
+  source_module: system
+process:
+  'css/preprocess': preprocess_css
+  'js/preprocess': preprocess_js
+  'cache/page/max_age': cache_lifetime
+destination:
+  plugin: config
+  config_name: system.performance