{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "landingPage": "/wp-admin/admin.php?page=wpspeed",
  "plugins": ["wpspeed"],
  "login": true,
  "features": {
    "networking": true
  },
  "preferredVersions": {
    "php": "8.3",
    "wp": "latest"
  },
  "steps": [
    {
      "step": "setSiteOptions",
      "options": {
        "blogname": "Testing WPSpeed - PageSpeed Optimization"
      }
    },
    {
      "step": "updateUserMeta",
      "meta": {
        "admin_color": "modern"
      },
      "userId": 1
    },
    {
      "step": "installPlugin",
      "pluginData": {
        "resource": "wordpress.org/plugins",
        "slug": "wpspeed"
      },
      "options": {
        "activate": true
      }
    },
    {
      "step": "runPHP",
      "code": "<?php require_once 'wordpress/wp-load.php'; wp_insert_post(['post_title' => 'Performance Test Page', 'post_content' => '<h1>WPSpeed Performance Optimization Demo</h1><p>WPSpeed is the most complete and powerful WordPress plugin to optimize your website for Google PageSpeed and reach a score of 100 on mobile!</p><img src=\"https://via.placeholder.com/800x400/4A90E2/ffffff?text=Performance+Test+Image\" alt=\"Performance Test\" /><h2>Key Features</h2><ul><li>Scripts and Stylesheets Minification</li><li>HTML Minification</li><li>Adaptive Contents Technology</li><li>Instant Page Technology</li><li>Page Cache System</li><li>Lazy-load Images and HTML Elements</li><li>Images Optimization and WebP/AVIF Conversion</li><li>Auto Configuration with Integrated Google PageSpeed Test</li></ul><p>Test the optimization capabilities on this demo page and see the performance improvements!</p>', 'post_status' => 'publish', 'post_type' => 'page']); ?>"
    }
  ]
}