A WooCommerce dashboard that won’t load blocks every operational task. This guide covers the common causes on a SmartXHosting WooCommerce store and the fixes.
Triage by symptom • PHP memory and timeout • Plugin conflict • Theme issues • Database issues • When to contact support • FAQ
WooCommerce needs 256 MB+ memory. SmartXHosting defaults to 512 MB. For “allowed memory exhausted” errors, raise via wp-config.php: define('WP_MEMORY_LIMIT', '1024M');
For timeout errors on admin pages: raise max_execution_time via Plesk › Domain › PHP Settings.
The number-one cause of admin issues. Isolate:
wp-content/plugins folder via SFTP — all plugins disabled.Alternative: use WP Health Check plugin’s Troubleshooting Mode to selectively disable.
Switch to a default theme (Twenty Twenty-Four) to isolate:
Theme conflicts often arise after WooCommerce updates or PHP version changes.
Check database health via Plesk › Databases › phpMyAdmin:
wp_options — autoloaded options eat memorySmartXHosting can do server-side database optimisation via support ticket.
WooCommerce hosting with UK support
SmartXHosting WooCommerce plans include UK-based admin-down priority response and full-stack diagnostics.
See WooCommerce plansQ: I see “Error establishing a database connection.”
A: MySQL down or credentials wrong. Check wp-config.php credentials; check MySQL status via Plesk; contact support if server-side.
Q: Admin is slow (10+ seconds to load).
A: Usually heavy plugins or bloated options table. Query Monitor plugin identifies slow queries.
Q: “Briefly unavailable for scheduled maintenance.”
A: Stale .maintenance file from an interrupted plugin update. SFTP into server, delete .maintenance at site root.
Q: White screen of death.
A: PHP fatal error. Enable debug via wp-config.php: define('WP_DEBUG', true); + define('WP_DEBUG_LOG', true);. Check wp-content/debug.log.
Q: Can I access SFTP on SmartXHosting?
A: Yes — credentials in welcome email under Plesk › Websites & Domains › SSH access.
Q: Storefront OK but admin 502?
A: Admin uses more PHP resources. Raise memory limit or upgrade plan if persistent.
Q: Can I recover a deleted plugin?
A: Restore from SmartXHosting daily backup. Support ticket to restore specific files.