{
    "messages": {
        "info": {
            "title": "CPU & RAM",
            "details": "CPU processes tasks and RAM provides working memory. Both are crucial for speed, especially with many plugins or high traffic. Limited resources can lead to slow loading."
        }
    },
    "learn_more": {
        "description": "These are core server resources:",
        "benefits_title": "Why they matter:",
        "benefits": [
            "CPU (Central Processing Unit): The 'brain' of the server. Runs PHP code, processes database queries, and handles visitor requests. Limited CPU resources (common on cheap shared hosting) lead to slow loading times under load.",
            "RAM (Random Access Memory): Fast temporary storage used by active processes (PHP, database, etc.). Insufficient RAM causes slowdowns as the server struggles to keep processes running, potentially leading to errors (like 500 errors or white screens).",
            "Importance: More complex sites (WooCommerce, page builders, many plugins) and higher traffic require more CPU and RAM."
        ]
    }
} 