{
    "title": "JavaScript Loading",
    "messages": {
        "success": {
            "title": "JavaScript Deferring is Available",
            "details": "Your site is using {plugin_name} to optimize JavaScript loading, which helps improve initial page load times.",
            "steps": [
                "Verify JavaScript Deferring settings are properly configured",
                "Test your site's functionality after enabling deferred loading",
                "Monitor for any JavaScript-related issues"
            ]
        },
        "error": {
            "title": "JavaScript Deferring is Not Available",
            "details": "We don't detect any of our recommended JavaScript deferring solutions on your site. While you may be using a different solution that's not in our list, using popular and recommended plugins will help ensure optimal performance and compatibility. If you're using a different solution, make sure it's properly configured for your needs.",
            "steps": [
                "Install a plugin that supports JavaScript optimization",
                "Configure deferred or async loading for non-critical scripts",
                "Test your site thoroughly after implementation"
            ]
        }
    },
    "learn_more": {
        "description": "Deferred JavaScript loading delays the execution of non-critical scripts until after the page has loaded, improving initial page render times and user experience.",
        "benefits": [
            "Faster initial page rendering",
            "Improved Core Web Vitals scores",
            "Better user experience",
            "Reduced render-blocking resources"
        ],
        "recommended_plugins": [
            {
                "name": "WP Rocket",
                "type": "Premium"
            },
            {
                "name": "Flying Scripts",
                "type": "Free"
            },
            {
                "name": "Async JavaScript",
                "type": "Free"
            },
            {
                "name": "Autoptimize",
                "type": "Free"
            }
        ]
    }
}