Troubleshooting · Yogi's VPS

Troubleshooting a slow WordPress dashboard

ADMIN Slow backend
STEP BY STEP Simple checks
PERFORMANCE Faster workflow

If your WordPress dashboard feels sluggish, takes several seconds to load each screen, or hangs when saving posts, something in your stack is slowing down the admin side.

Use this checklist to quickly narrow down whether the problem is caused by plugins, database size, remote calls, low resources, or a mix of all of the above.

Start with safe, non destructive checks Works for blogs, WooCommerce, and membership sites
Image placeholder: Screenshot of a slow loading WordPress dashboard with spinner.

1. Confirm what "slow" means

Before changing anything, get a feel for where the slowness happens.

  • Is the login page slow, or only after you log in.
  • Are all admin screens slow, or specific ones like Plugins or WooCommerce orders.
  • Does the dashboard feel slow only at certain times of day.
  • Is the front end also slow, or only the backend.
Tip: If the front end is fast but the dashboard is slow, the cause is often plugins, database bloat, or admin related AJAX calls rather than basic hosting resources.

2. Quick checks inside the dashboard

Start with simple, low risk checks you can perform from inside WordPress.

Disable dashboard widgets

  • From the main Dashboard screen, click the "Screen Options" tab at the top right.
  • Uncheck heavy widgets like news feeds, plugin promo panels, and stats boxes.
  • Reload the dashboard and see if load time improves.

Check for background updates

  • Go to Dashboard → Updates and see if large updates are pending.
  • Avoid running huge batches of updates while editing or working heavily in the admin.
Image placeholder: "Screen Options" menu open in the WordPress dashboard.

3. Check for heavy or conflicting plugins

Many slow dashboards are caused by one or two plugins loading heavy code on every admin page.

Temporarily disable non essential plugins

  • Make a quick backup or restore point if possible.
  • Disable marketing, analytics, backup, and dashboard style plugins first.
  • Leave core plugins such as WooCommerce active if the site depends on them.
  • Reload the dashboard after disabling a group and note if speed improves.

Look for duplicated functionality

  • Remove overlapping SEO, security, or caching plugins.
  • Keep a single plugin for each major task where possible.
If the dashboard gets noticeably faster with some plugins off, re enable them one by one to find the main cause. You can then ask us for lighter alternatives.
Image placeholder: Plugins screen with several plugins toggled off.

4. Check resource usage on Yogi's VPS

Low PHP memory or high CPU usage can also make the dashboard feel sticky, especially on busy WooCommerce or membership sites.

  • Check the PHP memory limit in Tools → Site Health → Info → Server.
  • For larger sites, aim for at least 256M of memory for WordPress.
  • Ask support to review server CPU and RAM usage if you see frequent spikes.
  • Confirm that you are not running scheduled scans or heavy cron jobs during peak editing times.
Image placeholder: Site Health info tab showing PHP memory limit and server details.

5. Clean up database bloat and transients

Large options tables, expired transients, or logging tables can slow down admin queries.

Use a trusted cleanup plugin

  • Install a tool such as WP-Optimize or Advanced Database Cleaner.
  • Remove post revisions, trash, and spam comments.
  • Clean expired transients on a regular schedule.

Watch autoloaded options

  • Large autoloaded options can slow every admin page.
  • If you suspect this, open a ticket and we can review the options table for you.
Image placeholder: Database cleanup plugin screen with selected cleanup tasks.

6. Tweak Heartbeat and admin AJAX

WordPress uses the Heartbeat API and admin AJAX for autosaves, notifications, and real time updates. Misconfigured plugins can overload these requests.

  • Install a Heartbeat control plugin if you see constant admin-ajax.php calls.
  • Reduce Heartbeat frequency in the dashboard instead of fully disabling it.
  • Turn off live stats widgets that constantly poll for data.
Image placeholder: Network tab showing repeated admin-ajax.php calls.

7. Speed up page and post editing

If the dashboard feels normal but the editor itself is slow, focus on what loads inside the editor for each post.

Gutenberg and page builders

  • Disable editor sidebars and panels you do not use.
  • Limit the number of heavy reusable blocks or templates on a single page.
  • Keep page builder addons trimmed to the ones you actually need.

Metabox and plugin panels

  • Hide unused metaboxes via "Screen Options" on the editor screen.
  • Turn off per post analytics, heatmaps, and social previews if they slow down editing.
Image placeholder: Post editor with Screen Options panel open.

8. When to contact Yogi's VPS support

If you have tried the steps above and the dashboard is still slow, we can help profile what is happening on the server side.

  • Send us your WordPress admin URL and a brief description of where it feels slow.
  • Mention the steps you already tried from this guide.
  • Tell us your theme, key plugins, and whether you use WooCommerce or membership plugins.
  • We can review PHP logs, slow queries, and plugin impact from the server level.
Include a short Loom or screen recording if you can. Seeing the slowdown in real time helps us narrow down the exact cause much faster.