migrate_plus.migration.upgrade_d6_system_performance.yml 704 B

12345678910111213141516171819202122232425262728293031
  1. uuid: 907bda49-fade-4dc8-8dc8-efc8808ac838
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d6_system_performance
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 6'
  11. migration_group: migrate_drupal_6
  12. label: 'Performance configuration'
  13. source:
  14. plugin: variable
  15. variables:
  16. - preprocess_css
  17. - preprocess_js
  18. - cache_lifetime
  19. - cache
  20. - page_compression
  21. source_module: system
  22. process:
  23. css/preprocess: preprocess_css
  24. js/preprocess: preprocess_js
  25. cache/page/max_age: cache_lifetime
  26. destination:
  27. plugin: config
  28. config_name: system.performance
  29. migration_dependencies:
  30. required: { }
  31. optional: { }