{
    "messages": {
        "success": {
            "title": "PHP Memory Limit is Optimal",
            "details": "Your site's memory limit is set to {current_value}, which is optimal for your WordPress installation. Well done!",
            "steps": [
                "Monitor memory usage during peak times",
                "Keep track of plugin memory usage",
                "Check the required memory for your plugins and themes to ensure your memory limit is optimal"
            ]
        },
        "error": {
            "title": "PHP Memory Limit is Too Low",
            "details": "Your site's memory limit is set to {current_value}. We recommend increasing it to at least {recommended_value} for better performance.",
            "steps": [
                "Contact your hosting provider about increasing PHP memory limit",
                "Add WP_MEMORY_LIMIT to wp-config.php will help you increase your memory limit",
                "Monitor memory usage after the change"
            ]
        }
    },
    "learn_more": {
        "description": "PHP memory limit determines how much memory your WordPress site can use for operations like image processing and plugin functions.",
        "benefits": [
            "Prevents memory exhaustion errors",
            "Allows for smooth media handling",
            "Supports plugin functionality",
            "Improves admin panel performance",
            "Enables complex operations"
        ],
        "recommendations": [
            "Set memory limit to at least 256M for optimal performance",
            "Monitor memory usage with performance plugins",
            "Consider upgrading hosting if you frequently hit limits",
            "Optimize plugins and themes to reduce memory usage",
            "Always check the required memory for your plugins and themes to ensure your memory limit is optimal"
        ]
    }
}