{
    "title": "Object Cache",
    "messages": {
        "success": {
            "title": "Object Cache is Active",
            "details": "Your site is using {plugin_name} for object caching, which helps reduce database load and improve performance.",
            "steps": [
                "Monitor object helps improve your site's performance",
                "Verify cache size settings are appropriate with your hosting plan",
                "Check cache expiration settings"
            ]
        },
        "error": {
            "title": "No Object Cache Detected",
            "details": "We don't detect any of our recommended object caching solutions on your site. While you may be using a different caching solution that's not in our list, using popular and recommended solutions 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 and configure a persistent object cache solution like Redis or Memcached",
                "Choose between Redis or Memcached based on your hosting plan",
                "Configure appropriate cache size and TTL settings",
                "Monitor performance improvements after implementation"
            ]
        }
    },
    "learn_more": {
        "description": "Object caching stores database query results in memory, significantly reducing database load and improving response times for dynamic content.",
        "benefits": [
            "Reduced database server load",
            "Faster dynamic page generation",
            "Improved scalability",
            "Better handling of concurrent users",
            "Reduced server resource usage"
        ],
        "recommended_plugins": [
            {
                "name": "Redis Object Cache",
                "type": "Free/Pro"
            },
            {
                "name": "W3 Total Cache",
                "type": "Free"
            },
            {
                "name": "LiteSpeed Cache",
                "type": "Free"
            },
            {
                "name": "Memcached",
                "type": "Built-in"
            }
        ]
    }
}