X Theme resource consumption

I’m currently running X Theme on my wordpress site. The site was set up 9 years ago for me and my music department. Today when I went to use the dashboard I got a 503 error. My host company says

"The X Theme and X Child Theme are consuming excessive server resources,
to the point that they exhaust the resources available to the account and trigger the 503 errors.

To rule out a resource limitation, we increased the account’s resources from 1 CPU & 1 GB RAM to 8 CPU & 8 GB RAM.

Despite this significant increase, the 503 errors continued to occur whenever the X Theme and X Child Theme were active."

What do I do to fix this? I just need my site running for my students ASAP.

Hello @smonkman,

Thanks for writing to us.

Thanks for providing the details. Since increasing the server resources from 1 CPU/1 GB RAM to 8 CPU/8 GB RAM did not resolve the 503 errors, it would be helpful to identify the specific process causing the resource exhaustion. As this is a 9‑year‑old X Theme installation, please ensure you are running the latest versions of:

  • X Theme
  • Cornerstone Page Builder
  • WordPress
  • PHP 8+

The issue may be due to a plugin conflict or custom code added in the child theme. I recommend following our troubleshooting guidelines to test for common issues (plugin conflicts, child‑theme code, cache, etc.). If the problem persists after troubleshooting, we will need to review your site settings directly. In that case, please clone your live site to a staging server and share the staging admin details so we can investigate without affecting your live website. To help debug, please add this code to your wp-config.php file (above the “That’s all, stop editing!” line):

// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );

// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );

// Disable display of errors and warnings 
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );

This will log errors to /wp-content/debug.log. Check this file for any theme/plugin-related errors and share them with us. Please provide the following details

  • WordPress Login URL
  • Admin-level username and password
  • FTP login details

You can find the Secure Note button at the bottom of your posts

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.