Ensuring Optimal Site Performance
To maintain server stability, BoostonCP enforces strict CPU and RAM limits on every account. Follow this manual to identify if your site is being throttled.
Step 1: Checking Real-time Load
Navigate to the Resource Usage dashboard. Here, you will see pulsing circular gauges for CPU and Memory.
Step 2: Indicators of Throttling
- Blue to Red Transition: If your CPU gauge turns RED, the system is actively limiting your process cycles. Your website may feel "sluggish" or take longer to respond.
- Memory Faults: If your RAM gauge hits 100%, you may encounter "Out of Memory" errors in your PHP scripts or see "503 Service Unavailable" messages.
Step 3: Optimization Protocol
If you are consistently hitting resource limits:
- Optimize your database queries and enable caching (e.g., Redis or Opcache).
- Check for "Runaway Scripts" using the Process Manager (if available).
- Upgrade your hosting plan to a tier with higher CPU/RAM allocations.
ADMIN ADVICE: High CPU usage is often caused by outdated CMS plugins or brute-force attempts on login pages (e.g.,
wp-login.php).