d7_to_d10_migration/drupal10/ref_migrations/migrate_plus.migration.upgrade_d7_system_performance.yml
Mauricio Dinarte f4bd2062fa Add generated migrations
Migrations created with the migrate_upgrade module using the command

```
drush --yes migrate:upgrade
  --legacy-db-key='migrate'
  --legacy-root='http://ddev-migration-drupal7-web'
  --configure-only
```
2024-07-22 21:38:36 -06:00

40 lines
833 B
YAML

uuid: 8bce40bc-ddf1-4d58-9b7b-28829d1aab98
langcode: en
status: true
dependencies: { }
id: upgrade_d7_system_performance
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 7'
- Configuration
migration_group: migrate_drupal_7
label: 'Drupal 7 performance configuration'
source:
plugin: variable
variables:
- preprocess_css
- preprocess_js
- cache_lifetime
- page_compression
source_module: system
process:
css/preprocess:
-
plugin: get
source: preprocess_css
js/preprocess:
-
plugin: get
source: preprocess_js
cache/page/max_age:
-
plugin: get
source: cache_lifetime
destination:
plugin: config
config_name: system.performance
migration_dependencies:
required: { }
optional: { }