wprigel logo
  • Home
  • Products
    • commandify-logo-pink

      Commandify- Best Command Palette Plugin for WordPress

      Navigate, search, and manage everything on your site with a simple keyboard-first workflow.
    • pollify plugin logo

      Pollify- Ultimate Poll Creator Plugin for WordPress

      Build interactive polls, surveys & voting experiences in WordPress with the best Gutenberg-native poll plugin.
  • Docs
  • Blog
  • Contact Us
Pricing
  • What Is a Command Palette? And Why Every WordPress User Needs One

    What Is a Command Palette? And Why Every WordPress User Needs One

    The command palette is one of the most borrowed ideas in modern software. VS Code has one. Figma has one. Linear has one. Notion has one. Slack has one. GitHub has one.

    If you spend time in professional tools, you almost certainly already use one somewhere in your daily workflow.

    In every case, the idea is the same: press a keyboard shortcut, type what you want to do, and do it. No menu hunting. No mouse-driven navigation. No remembering where a setting is buried. Just type and act.

    WordPress introduced one since version 6.9– but with important limitations that most users do not know about. And a generation of third-party plugins has emerged to fill the gaps that the built-in version leaves open.

    This guide explains what a command palette actually is, how it works in WordPress specifically, where the built-in version falls short, and what a dedicated command palette plugin like Commandify adds to the picture.

    What is a Command Palette in WordPress Actually?

    A command palette is a search-driven interface that accepts typed input and returns matching commands, content, or navigation targets. You activate it with a keyboard shortcut, usually Cmd+K on Mac or Ctrl+K on Windows. A text box appears. You start typing. Results appear as you type, filtered in real time by what you have entered.

    The results are not just links. They are actions. “Publish this post.” “Clear cache.” “Open order #4521.” “Edit product: Blue Running Shoes.” Each result is something you can do, not just somewhere you can go.

    commandify command palette dashboard

    The term “command palette” comes from the programming world. Visual Studio Code popularised it as the way to access every editor function without memorising every keyboard shortcut or hunting through menus.

    You press Cmd+Shift+P, type a fragment of what you want, and the matching command appears. The pattern proved so effective that it spread rapidly into other tools until it is now a near-universal feature of professional software.

    The underlying principle is simple: searching is faster than navigating when you know what you want. A menu assumes you will browse to discover options. A command palette assumes you already know what you are looking for and just need to get to it instantly.

    The WordPress Built-In Command Palette

    WordPress added a native command palette in version 6.3, released in August 2023. It is accessible anywhere in the WordPress editor via Cmd/Ctrl + K. In WordPress 6.9, the palette expanded further across more admin screens.

    The built-in palette is genuinely useful for certain tasks. Inside the block editor or site editor, you can navigate between templates, insert blocks, toggle editor preferences, add custom CSS, reset template customisations, and jump between pages and posts by typing their name.

    wordpress 6.9 introduces core command palette

    For content creators who spend most of their time in the editor, it reduces a meaningful amount of friction.

    But it has significant boundaries. As the WordPress command palette limitations guide covers in depth, the core palette is editor-focused. It does not cover WooCommerce. It does not cover plugin management.

    It does not cover user accounts or bulk maintenance tasks. It is not available on most standard wp-admin screens outside the editor context. And it offers no integration with the page builders, form plugins, or e-commerce tools that most WordPress sites actually depend on.

    For someone whose WordPress life extends beyond writing posts, the built-in palette covers a portion of their daily work and leaves the rest unchanged.

    Why WordPress Admin Navigation Is a Problem Worth Solving

    To understand why a command palette matters for WordPress specifically, it helps to understand what WordPress admin navigation actually looks like for someone who manages a non-trivial site.

    A typical WordPress admin menu has somewhere between 20 and 60 top-level and second-level menu items, depending on how many plugins are installed. A WooCommerce store adds its own section with Orders, Products, Customers, Reports, and Settings, each with multiple nested tabs.

    Page builders like Elementor and Bricks add their own menu sections. Security plugins, SEO tools, caching plugins, form plugins- each adds to the menu.

    Navigating this by clicking is slow by nature. Finding an order requires: clicking WooCommerce, clicking Orders, waiting for the page to load, entering a search term, clicking the result. That is five steps minimum.

    Repeat this thirty times a day for different orders and you have spent a surprising amount of time on navigation alone, for zero productive output.

    A command palette replaces that entire sequence with: Cmd+K, type order number, press Enter. Two actions. The page loads directly on the record you needed. The arithmetic of daily friction is completely different.

    What a Dedicated WordPress Command Palette Plugin Adds

    Third-party command palette plugins for WordPress exist precisely because the built-in palette covers the editor use case well but leaves everything else untouched.

    The most capable of these is Commandify, which is available as a free plugin on WordPress.org with a Pro tier that extends deeply into WooCommerce and page builder workflows.

    Commandify-wordpress.org-banner

    Here is what a full-featured WordPress command palette plugin covers that the built-in version does not.

    Full Admin Navigation from Any Screen

    Unlike the core palette, which is constrained to the block editor context, Commandify is available on every screen in wp-admin from a single consistent shortcut. Cmd/Ctrl + K works whether you are on the dashboard, a WooCommerce screen, a plugin settings page, or anywhere else in the admin.

    The palette mirrors your complete menu structure (every plugin, every nested page, every settings section) so anything reachable by clicking is reachable by typing.

    Content Search With Context

    Type a post title fragment and the matching posts appear with their status, date, and author shown alongside. You can edit, view, preview, or trash the post directly from the result without opening it first.

    The same applies to pages, media items, custom post types, and any other registered post type on the site. Search results include enough context to confirm you have the right record before you act on it.

    User Lookup

    Type a name or email address and matching user accounts appear. Open the user profile, check their order history, or manage their account from the palette result.

    For membership sites, learning management systems, or any site with significant user accounts, this replaces the process of navigating to Users, searching manually, and scrolling through results. The guide on switching WordPress users and handling user issues faster covers this workflow in detail.

    Maintenance Commands

    Commandify Free includes maintenance actions accessible directly from the palette: clear cache, flush rewrite rules, clean transients, regenerate thumbnails, and similar housekeeping tasks.

    These are actual operations, not links to settings pages. Press the shortcut, type “clear cache,” press Enter. Done. No plugin settings screen required.

    WooCommerce Command Suite (Pro)

    Commandify Pro’s WooCommerce integration is the feature that most distinguishes it from every other option in this space, including the WordPress core palette, Turbo Admin, and any other command palette plugin currently available.

    Pattern recognition identifies what you have typed without requiring you to specify a search category. A hash-prefixed number (#4521) is recognised as an order ID. An email address triggers a customer lookup.

    how to manage woocommerce orders products and customers faster with commandify

    A known SKU format opens the matching product variation. Actions available on each record (status changes, order notes, stock adjustments) are accessible from within the palette result without opening the full admin screen for that record.

    The full scope of the WooCommerce command suite is covered in the WooCommerce management guide. For store managers handling daily orders and customers, the productivity difference is significant and immediate from the first day of use.

    Who Benefits Most from a WordPress Command Palette

    The honest answer is: anyone who spends more than a few hours per week inside wp-admin. But the benefits scale with how much you use the admin and how complex your site is.

    WooCommerce store managers who handle daily orders and customer queries see the most dramatic improvement. Every lookup that previously required five navigational steps becomes a two-keystroke action. For high-order-volume stores, this is hours recovered per week, not minutes.

    Agency developers who manage multiple client sites benefit from the speed of navigating to any admin screen without remembering where each plugin puts its settings. The fuller the plugin ecosystem, the more confusing the menu structure, and the more useful the command palette becomes as an alternative to that structure.

    Content editors who publish regularly benefit from the built-in WordPress palette for editor navigation, and from a plugin like Commandify for cross-site and cross-content-type navigation beyond the editor context.

    Developers building client sites benefit from maintenance commands and plugin management from the palette, reducing the time spent on setup and housekeeping tasks during site builds.

    If you manage a simple one-page site and visit the admin once a week to publish a post, a command palette plugin is not a high-priority addition. If WordPress admin is part of your daily professional workflow, the question is not whether a command palette is worth it- it is which one fits your workflow best.

    The Learning Curve

    The most common reaction from new users of command palette tools is: “Why didn’t I have this earlier?” The pattern of pressing a shortcut and typing is immediately intuitive for anyone who has used a search engine, a code editor, or Spotlight on macOS. There is no training required to understand the basic interaction.

    The efficiency gains compound with use. In the first week, you are still sometimes falling back to menu clicks for things you cannot immediately recall the name of. By the second week, most common actions feel faster through the palette.

    By the fourth week, using WordPress without a command palette starts to feel unnatural in the way that using a computer without copy-paste would feel unnatural.

    The fuzzy search in Commandify makes this transition even smoother. You do not need to type the exact name of what you are looking for. Type “woo order” and WooCommerce order screens appear. Type “elem temp” and Elementor templates appear.

    The palette matches fragments and partial strings, so you get results even before you remember the exact wording of what you need.

    How to Get Started in Two Minutes

    The fastest way to understand what a command palette feels like is to install one and use it.

    Install Commandify free from WordPress.org. Activate it. Press Cmd/Ctrl + K from anywhere in your WordPress admin. Type the name of any admin page- “plugins,” “users,” “settings,” or the name of a post you know exists on the site.

    Watch the results filter as you type. Press Enter on the result you want.

    That is it. You now understand what a command palette does for WordPress. The rest is a matter of which features matter for your specific site and whether the free version covers your needs or whether the Pro version’s WooCommerce and page builder integrations are worth the upgrade.

    The 14-day money-back guarantee means there is no risk in finding out.

    FAQs on What is A Command Palette

    Is the command palette only for power users and developers?

    No. The command palette is actually more accessible than keyboard shortcuts because you do not need to memorise anything. You just type what you want in plain language. “New post,” “clear cache,” “view orders”- these all work.

    Any WordPress user who can type a search query can use a command palette from day one without any learning investment.

    Does WordPress have a built-in command palette?

    Yes. WordPress added a built-in command palette in version 6.3 (August 2023), accessible with Cmd/Ctrl + K inside the block editor and site editor. WordPress 6.9 expanded it to more admin screens.

    However, it is focused on the editor context and does not cover WooCommerce, plugin management, user lookup, maintenance tasks, or most third-party plugin functionality.

    Many users install a dedicated command palette plugin like Commandify to cover the complete wp-admin surface area that the core palette does not reach. The command palette limitations article covers the specific gaps in detail.

    What is the keyboard shortcut for the WordPress command palette?

    For the built-in WordPress palette: Cmd + K on Mac, Ctrl + K on Windows, within the block or site editor. For Commandify: the same Cmd/Ctrl + K shortcut, available on every wp-admin screen.

    The shortcut is configurable in Commandify Pro if you prefer a different key combination. Turbo Admin uses a different default shortcut but also allows customisation through your browser profile settings.

    Will a command palette plugin slow down my WordPress site?

    No. Commandify loads its scripts exclusively in wp-admin, for authenticated admins only. It adds nothing to the public-facing site for regular visitors. The plugin uses client-side filtering for most search results, which means no additional server requests are made per keystroke.

    Longer operations like cache clearing or database maintenance display a progress indicator while they run. There is no measurable frontend performance impact.

    What is the difference between a command palette and WordPress keyboard shortcuts?

    Keyboard shortcuts require memorisation. You press a specific combination of keys to trigger a specific pre-assigned action. If you do not remember the shortcut, you cannot use it. A command palette requires no memorisation- you type what you want in natural language and the palette finds it for you.

    The command palette is also more flexible: it surfaces dynamic content like specific posts, orders, and users based on what is actually in your site, which static keyboard shortcuts cannot do.

    The two tools complement each other; a full guide to WordPress keyboard shortcuts covers the shortcuts worth memorising alongside a command palette workflow.

    The wpRigel Team

    March 28, 2026
    user guides
  • How to Speed Up WordPress Admin Dashboard: 9 Fixes That Actually Work

    How to Speed Up WordPress Admin Dashboard: 9 Fixes That Actually Work

    Here are the 9 proven ways to Speed Up WordPress Admin Dashboard with ease!

    A slow WordPress admin dashboard is one of those problems that compounds quietly. One second of loading time per page does not feel serious. Across twenty admin page loads per day, it is twenty seconds.

    Across a working month, it is meaningful time and more importantly, it is accumulated friction that degrades the quality of the work you do inside the admin.

    The problem is also commonly misdiagnosed. Many WordPress speed guides treat admin speed as an extension of frontend speed and recommend the same fixes: get a CDN, install a caching plugin, optimise your images.

    These have zero effect on wp-admin. The admin is authenticated, dynamic content that bypasses every frontend caching layer.

    This guide covers what actually works. Nine specific fixes, each explained precisely, each targeted at the admin environment rather than the frontend. We also address the category of slowness that no technical fix touches: workflow speed, which is about how many steps it takes you to do things inside the admin rather than how long those steps take to load.

    Before You Start: Understand Which Type of Slowness You Have

    WordPress admin slowness comes in two distinct forms. Applying the wrong category of fix wastes your time and leaves the actual problem unsolved.

    Technical slowness: Admin pages take a long time to fully load. You click a menu item and wait two, three, or five seconds before the page arrives. The bottleneck is server processing, database query time, or poorly written plugin code running on every page request.

    Workflow slowness: Pages load quickly but reaching what you need still requires too many steps. Five clicks to check an order. Seven clicks to get to a plugin settings screen. Searching through a list of 400 posts to find the one you want to edit. The admin is technically fast; the process is the problem.

    Both types are addressed below. Fix 1 targets workflow slowness directly, which is often the higher-value fix and takes two minutes. Fixes 2 through 9 address technical slowness in order of impact.

    Fix 1: Install a Command Palette for Instant Workflow Speed

    This is the fastest fix with the highest day-one impact and requires no server access, no plugin configuration, and no technical knowledge.

    Commandify adds a command palette to wp-admin. Press Cmd/Ctrl + K from any admin screen and a search bar opens. Type the name of any admin page, post, user.

    Or, with Commandify Pro– any WooCommerce order, product, or customer. The result appears instantly. Press Enter and you are there.

    The free version covers full admin navigation, content search across all post types, user lookup, plugin and theme management, and maintenance commands like cache clearing and database cleanup.

    Install it free from WordPress.org and try pressing Cmd/Ctrl + K within sixty seconds of activation.

    For WooCommerce stores, Commandify Pro adds a full WooCommerce command suite. Type an order number, a customer email, or a product SKU and it recognises the pattern automatically and opens the correct record.

    Change order statuses, add notes, and adjust product stock from within the palette itself without visiting the corresponding admin screens. The WooCommerce management guide walks through this in detail.

    If you are managing WordPress sites with complex admin menus from many plugins, or running a WooCommerce store with daily orders, this single fix will have a more noticeable effect on your daily experience than any server-side optimisation.

    Fix 2: Identify Slow Plugins Using Query Monitor

    Before changing your hosting, upgrading your PHP version, or touching your database, do this diagnostic step. A single poorly written plugin can add two to four seconds to every admin page load, making your admin feel slow regardless of how good your hosting is. Query Monitor finds it in 30 minutes.

    Query Monitor is a free WordPress plugin that exposes the full performance picture of any page load. Install it, visit the admin screen that feels slowest, and open Query Monitor from the toolbar. Navigate to “Queries by Component.” This view shows every database query made during the page load, grouped by the plugin or theme that generated each query.

    A healthy admin page load involves somewhere between 30 and 80 database queries. If one plugin is generating 150, 200, or 400 queries on a single page load, it is your culprit.

    Common offenders are security plugins running file scans on every admin page view, analytics plugins computing complex reports in real time, backup plugins triggering during business hours, and old or abandoned plugins with poor caching of their own queries.

    Once identified: deactivate the plugin and reload the page. If the admin speed improves significantly, you have confirmed the source. Your options are to replace the plugin with a more efficient alternative, reach out to the developer, or check whether there is a setting to limit when the plugin runs its intensive operations.

    Uninstall Query Monitor after your diagnostic session. It is a diagnosis tool, not a permanent installation.

    Fix 3: Upgrade PHP to 8.2 or 8.3

    PHP is the language WordPress runs on. Every admin page load, every plugin function call, and every database interaction goes through PHP. Newer PHP versions process all of this faster. PHP 8.2 benchmarks approximately 25-35% faster than PHP 7.4 on typical WordPress workloads. PHP 8.3 improves further. For sites still on PHP 7.x, this is likely the highest-impact server-side improvement available.

    Check your current PHP version at WooCommerce → Status → Server Information, or at Tools → Site Health → Info → Server.

    If you are on PHP 7.4 or below, upgrading is urgent from both a performance and a security standpoint. PHP 7.4 reached end-of-life in November 2022, meaning it no longer receives security patches.

    On most quality managed hosts (Kinsta, WP Engine, SiteGround, Cloudways, Rocket.net) PHP version selection is a dropdown in your hosting dashboard.

    Select PHP 8.2 or 8.3, save, and the change applies immediately. Test your site over the next 24 hours for any plugin compatibility issues. In rare cases an older plugin may not support PHP 8.x syntax, but the vast majority of actively maintained plugins have been updated for compatibility.

    Fix 4: Enable Object Caching (Redis or Memcached)

    Page caching saves rendered HTML pages for anonymous visitors and deliberately bypasses wp-admin. If you have only ever installed a page caching plugin, you have not done anything for admin speed from a caching perspective.

    Object caching is different. It stores the results of database queries in server memory (RAM). When WordPress needs the same data again, it retrieves it from RAM instead of querying the database again. Every admin page load benefits because the admin makes many repeated database queries.

    Redis is the industry-standard object cache for WordPress. Memcached is an older alternative still offered by some hosts. The setup process depends on your hosting environment. On Kinsta, enable Redis in the Kinsta dashboard under your site’s tools. On Cloudways, toggle Redis in your application settings. On SiteGround, enable Memcached or Redis in Site Tools.

    On WP Engine, contact support for Redis add-on options. Once enabled at the hosting level, follow your host’s instructions to connect it to WordPress- typically done through your host’s own plugin or a dedicated Redis plugin.

    Do not attempt to configure Redis manually on shared hosting without confirmed host support. A misconfigured object cache causes more problems than it solves. Most quality managed hosts offer it with one-click enablement.

    Fix 5: Regulate the WordPress Heartbeat API

    The WordPress Heartbeat API runs in the background of wp-admin and sends regular AJAX requests to your server. It powers autosave functionality in the post editor, post locking when multiple editors are active, and some plugin notification systems. By default it fires a request every 15 seconds while you have an admin page open.

    On most sites, that default is more frequent than necessary. On shared hosting with limited server resources, multiple admin tabs open simultaneously can produce what effectively becomes a sustained stream of server requests from your own browser. This consumes CPU and can cause the admin to feel sluggish under what should be very light load.

    The Heartbeat Control plugin (free on WordPress.org) lets you set the Heartbeat interval separately for the dashboard, the post editor, and the frontend, without editing any code. The recommended approach: set the dashboard to 60 seconds (the maximum), keep the post editor at 30 seconds to retain reliable autosave, and disable the frontend heartbeat entirely unless a specific plugin requires it. This configuration reduces Heartbeat-related admin-ajax.php calls by roughly 60 to 75% compared to defaults.

    Do not disable Heartbeat completely in the post editor. Doing so removes autosave protection while you are writing. The risk of losing content is not worth the marginal performance improvement.

    Fix 6: Clean Dashboard Widgets and Admin Notices

    The WordPress dashboard loads several default widgets that make outbound HTTP requests to external servers: the WordPress news widget fetches data from WordPress.org, some plugin widgets fetch remote data from their own servers, and marketing notifications from various plugins load content from external APIs. Each of these is a blocking HTTP request that your server makes before the dashboard finishes rendering.

    Remove or disable any dashboard widgets you do not actively use. From the WordPress dashboard, click Screen Options at the top right and uncheck any widget section you do not need. For more aggressive cleanup, Admin Notices Manager (free on WordPress.org) consolidates admin notices into a dedicated panel so they do not fire their loading overhead on every admin page view.

    Additionally: if you have WooCommerce installed, the WooCommerce admin dashboard loads remote inbox notifications from WooCommerce’s servers by default. Disable WooCommerce Bloat (free on WordPress.org) removes these with checkboxes, eliminating the outbound HTTP request they generate on every WooCommerce admin page load.

    Fix 7: Optimise Your Database

    WordPress databases accumulate overhead over time. Post revisions from years of content editing. Expired transients that cron jobs failed to clean up. Orphaned metadata from deleted posts and users. Tables left behind by plugins you removed months ago. Autoloaded data in the wp_options table growing beyond a healthy size.

    None of this causes dramatic slowness individually. Accumulated over a year or more on a busy site, it meaningfully increases the time it takes to execute common database queries. The wp_options table is particularly important:

    WordPress loads all autoloaded options on every single page request. A bloated wp_options table with megabytes of autoloaded data from old plugins slows every page load proportionally.

    WP-Optimize handles database cleanup through a safe, previewed interface. Before removing anything it shows exactly what will be deleted.

    Start with expired transients, post revisions, orphaned metadata, and spam comments. Also use the built-in WordPress tools: go to Tools → Delete Revisions if available, and WooCommerce → Tools → Clear transients and clear customer sessions if you run WooCommerce.

    After cleanup, run the WP-Optimize table optimisation to rebuild indexes and reclaim space. On a site that has been running for two or more years without a database cleanup, this step alone often produces a noticeable admin speed improvement.

    Fix 8: Disable WP-Cron and Replace with a Real Cron Job

    WordPress’s built-in WP-Cron system runs scheduled tasks — plugin updates checks, scheduled post publishing, email notifications, cache rebuild triggers — by piggybacking on page views. Every time any visitor or admin loads any page, WordPress checks whether any scheduled tasks are pending and runs them if so.

    On a busy site, this creates a consistent overhead on every page load. On a quiet site, it means scheduled tasks only run when pages are loaded, which can delay them unpredictably. Neither behaviour is ideal.

    The fix is to disable WP-Cron and replace it with a true server cron job that runs independently on a schedule you control. Add define('DISABLE_WP_CRON', true); to your wp-config.php file to disable the default system.

    Then create a server cron job in your hosting control panel (cPanel, Cloudways, Kinsta, or via SSH) that calls your site’s cron URL every 10-15 minutes: wget -q -O /dev/null "https://yourdomain.com/wp-cron.php?doing_wp_cron".

    Your hosting provider’s documentation will have specific instructions for creating cron jobs in their environment.

    This change removes the WP-Cron overhead from every single page load and replaces it with clean scheduled execution at the server level. On sites with many scheduled tasks running through plugins, the admin speed improvement is noticeable.

    Fix 9: Limit Admin Screen Items Per Page

    WordPress admin list tables — the posts list, pages list, users list, WooCommerce orders list, products list — default to displaying 20 items per page. Many users increase this through Screen Options to reduce pagination clicks, setting it to 50, 100, or more items per page.

    This seems efficient but has a cost. Loading 100 items on a WooCommerce orders list means 100 database queries for order data, 100 queries for order metadata, and potentially additional queries for custom columns added by plugins. On a store with thousands of orders, a list set to 100 items per page can add several seconds to the orders list load compared to the default 20 items.

    Check your Screen Options setting on your most-used list screens. Set them back to 20 unless you have a specific reason to see more at once.

    If your main need is finding specific records quickly rather than scanning through lists, a command palette like Commandify is a better tool for that purpose: it finds specific records in under two seconds without loading a large paginated list at all.

    What Does Not Speed Up Your WordPress Admin

    These recommendations appear regularly in WordPress speed guides and are simply not relevant to the admin environment.

    Page caching plugins. WP Rocket, LiteSpeed Cache, W3 Total Cache, and every other page caching plugin explicitly skips wp-admin for authenticated users. They are designed this way by intent. Installing or optimising a page cache has zero effect on admin page load times.

    CDN for the admin. Content delivery networks route frontend static asset delivery through geographically distributed servers. Admin pages are dynamic, authenticated PHP responses that do not go through CDN layers. A CDN setup change will not improve admin speed.

    Image optimisation. Compressing and converting images improves frontend page load speed for visitors. The admin does not serve your product images or post images to visitors. Image file size has no relationship to admin page load time.

    Increasing PHP memory limits. Unless your admin pages are crashing with out-of-memory errors, increasing the memory limit does not speed anything up. Memory limit affects stability under peak load, not baseline performance. If your admin is slow but not crashing, the memory limit is not the constraint.

    Prioritised Action Plan

    FixTypeTime RequiredImpactDo First If…
    Install Commandify freeWorkflow2 minutesHigh immediatelyAlways, the fastest visible improvement
    Run Query Monitor diagnosticTechnical30 minutesVery high if problem plugin foundAdmin pages are slow for all users
    Upgrade PHP to 8.2+Technical5 minutesHigh if currently on PHP 7.xPHP version is below 8.1
    Enable Redis object cachingTechnical10 minutesHigh on busy sitesOn quality managed hosting
    Regulate Heartbeat APITechnical10 minutesMedium on shared hostingOn shared/budget hosting
    Clean dashboard widgetsTechnical10 minutesLow-mediumDashboard specifically feels slow
    Database cleanup (WP-Optimize)Technical20 minutesMedium on older sitesSite is 12+ months old
    Disable WP-CronTechnical20 minutesMedium on busy sitesSite has many scheduled tasks
    Reduce items per pageTechnical5 minutesMedium on large list screensOrder/product/post lists are slow

    FAQs on How to Speed Up WordPress Admin Dashboard

    Why is my WordPress admin slow but my frontend is fast?

    This is the most common pattern and it has a specific explanation. Your frontend is fast because it is being served from a page cache that pre-rendered pages serve to visitors without hitting PHP or the database. Your admin bypasses all caching.

    Every admin page load is a live PHP and database operation. When the admin is slow but the frontend is fast, the problem is either application-level: a slow plugin, database bloat, no object caching, or a PHP version that is well behind current. The Query Monitor diagnostic step is the right starting point.

    Does switching hosts actually improve admin speed?

    Sometimes, but not always. If you are on shared Apache hosting with no object caching, switching to LiteSpeed-based hosting with Redis can produce a very significant admin speed improvement because the server architecture handles PHP and database workloads much more efficiently.

    However, if the cause of your slowness is a badly coded plugin, a bloated database, or PHP 7.4, none of those problems are fixed by switching hosts. Always diagnose with Query Monitor before spending money on a hosting migration.

    How much does fixing the WordPress admin speed actually matter for SEO?

    Admin speed has no direct relationship with your search rankings. Google’s Core Web Vitals measure frontend performance for visitors, not authenticated admin sessions. The value of a fast admin is entirely about your own productivity and operational efficiency.

    A slow admin does not hurt your rankings, but it does slow down the work you do to improve your site, which has an indirect compounding effect on every other aspect of your workflow.

    Is it safe to disable WP-Cron?

    Yes, provided you replace it with a server-level cron job. WP-Cron is not a service that runs independently- it is a hook that fires on page loads.

    Disabling it and configuring a real cron job is strictly better: your scheduled tasks run at consistent, predictable intervals rather than being dependent on page traffic, and every page load is freed from the cron-check overhead.

    The only risk is if you disable WP-Cron without setting up a replacement cron job, in which case no scheduled tasks will run. Follow the setup process in Fix 8 completely before deactivating WP-Cron.

    The wpRigel Team

    March 28, 2026
    user guides
  • Best WordPress Productivity Plugins in 2026 (Focused on Admin Workflow)

    Best WordPress Productivity Plugins in 2026 (Focused on Admin Workflow)

    “Best WordPress productivity plugins” articles have a recurring problem. Most of them are lists of generally useful WordPress plugins that happen to be popular: SEO tools, security plugins, backup solutions, image optimisation.

    These are valuable, but they are not productivity plugins. They are site-management plugins. The distinction matters.

    A productivity plugin has one job: reduce the time and effort required for the person managing the site to get things done inside wp-admin. It is not about what the site does for visitors. It is about how much faster and less frustrating it is to operate the site from the inside.

    With that definition established, this list is entirely different from the standard roundups. Every plugin here is evaluated against one question: does it save the site manager meaningful time or effort in their daily or weekly workflow? Nothing else qualifies.

    Category 1: Navigation and Daily Admin Speed

    Commandify: Best Command Palette for WordPress

    Free on WordPress.org. Pro from $47/year.

    The single highest-impact productivity plugin for WordPress admin users in 2026, and the starting point for any honest discussion of WordPress workflow improvement. Commandify adds a command palette to wp-admin accessible via Cmd/Ctrl + K from any screen. Type what you need and act on it immediately. No menu navigation, no page loads between steps.

    The free version covers everything non-WooCommerce users need: complete admin navigation that mirrors your full menu structure, content search across all post types with edit and view actions inline, user lookup by name or email, plugin and theme management, and maintenance commands including cache clearing and database cleanup.

    It is hard to overstate how different the admin experience feels after using this for a week. Menu navigation starts to feel like a previous era of workflow that you did not realise was slow until you stopped doing it.

    Commandify Pro adds the WooCommerce command suite, which is in a different category entirely. It does not just search for WooCommerce records — it uses pattern recognition and fuzzy search to identify what you have typed and infer what you need. A hash-prefixed number is automatically treated as an order lookup. An email address becomes a customer lookup.

    A SKU format opens the correct product variation. Actions on each result — status changes, order notes, stock adjustments — are available without visiting the underlying admin screen. For store managers, the full WooCommerce workflow makes this the tool with the clearest return on investment in this entire list.

    Pro also adds Elementor template access, Bricks Builder integration, CF7/Flamingo and Fluent Forms support, dark mode, and per-user configuration options. For agencies building and maintaining sites on these tools, the integration depth is something no other command palette plugin provides. See the Elementor template management and Bricks Builder management guides for workflow specifics.

    Best for: Everyone. The free version belongs on every WordPress site. Pro pays for itself within the first week for anyone managing WooCommerce orders, Elementor sites, or any admin-heavy workflow. Install free on WordPress.org or see Pro pricing here.

    Category 2: Content and Editorial Workflows

    PublishPress Planner- Best Editorial Calendar

    Free version available. Pro from $99/year.

    WordPress’s default content management is a flat chronological list with no visual planning layer. If you publish content on a schedule — blog posts, product updates, course modules, news articles, the absence of a calendar view means every publication decision requires manually checking dates across multiple post-list screens.

    PublishPress Planner adds a drag-and-drop editorial calendar where scheduled content is visible at a glance across days and weeks. You can drag a post from one date to another to reschedule it, see all post types across a unified calendar view, and assign content to team members from within the calendar. For content teams or solo publishers maintaining a regular publishing cadence, this makes the difference between having a plan and having chaos.

    The Pro version adds custom content statuses beyond the default draft/pending/published set, email and Slack notifications when post statuses change, and editorial comments that persist in the post sidebar for team communication. For teams where content goes through review cycles before publishing, the custom statuses and notifications significantly reduce the need to communicate about content status through external channels.

    Best for: Any site with a regular publishing schedule and more than one person involved in content decisions. Solo publishers also benefit from the visual scheduling view even without the team features.

    Duplicate Post- Best for Content Templates and Repurposing

    Free on WordPress.org.

    Duplicate Post adds “Clone” and “New Draft” actions to the post and page list screens. Clone creates an immediate copy of any post including all its metadata, custom fields, and featured image. New Draft creates a copy and opens it for editing immediately.

    For sites with consistent post structures — review sites that follow a template, product sites with standardised page layouts, news sites with recurring content formats — duplicating a well-structured existing post and editing it is dramatically faster than building from scratch each time. It is also the simplest way to create reusable page templates without requiring a page builder or custom post type setup.

    Yoast SEO acquired this plugin in 2021 and maintains it actively. It works with all custom post types, respects custom fields, and integrates cleanly with WooCommerce products if you need to duplicate product structures.

    Best for: Any site with recurring content formats that follow a consistent structure. Essential for agencies delivering the same content page type across multiple client sites.

    Category 3: Bulk Operations and Data Management

    Smart Manager- Best for Bulk Editing Across All Content

    Free version available. Pro from $149/year.

    WooCommerce’s native editing interface requires opening each product individually to edit it. For a store with 300 products that needs a 10% price increase across one category, doing this one product at a time is hours of repetitive work. Smart Manager replaces this with a spreadsheet-style grid view of any post type (products, variations, orders, coupons, users, or custom post types) where you can filter, sort, and edit directly in the grid.

    Bulk edits in Smart Manager support formulas and conditions. Increase all products in category X by 15%. Set all products with stock below 5 to out-of-stock. Update all published posts in a specific category to use a different author. These operations that would take hours manually complete in minutes through the grid.

    The Pro version adds an activity log that records who changed what and when. For teams where multiple people edit product or order data, this auditability is often a non-negotiable requirement. It also adds support for WooCommerce Subscriptions and Bookings if you use those extensions.

    Best for: WooCommerce stores with 100+ products, sites with large post archives requiring periodic bulk updates, and any team environment where multiple people edit shared data.

    Category 4: Admin Interface Improvements

    Admin Menu Editor- Best for Decluttering the Admin Menu

    Free version available. Pro from $25 one-time.

    Every plugin installed on a WordPress site adds its own items to the admin menu. After five or ten years of a site’s life, the admin menu typically contains 30 to 50 items, the majority of which most users never access. This menu clutter increases the cognitive load of every visit to the admin, makes navigation by scanning slower, and creates confusion for non-technical users like clients or content editors.

    Admin Menu Editor lets you reorder, rename, hide, or restrict any menu item through a drag-and-drop interface. Hide the menu items your users never need. Rename items to match the language your team uses. Move frequently-used items to the top of the menu. Restrict items to specific user roles so that editors only see what they need.

    This is especially valuable for client handoff. A client who only needs to manage posts and WooCommerce orders does not need to see the full plugin menu, the theme settings, the SEO plugin configuration, or the dozens of other items installed for your development workflow. Admin Menu Editor lets you create a clean, role-appropriate experience without building a custom admin from scratch.

    Best for: Agencies handing off sites to clients, sites with non-technical content editors, and anyone whose admin menu has grown unwieldy after years of plugin accumulation.

    WP Dashboard Notes- Best for In-Admin Documentation

    Free on WordPress.org.

    When you hand a site off to a client, or when multiple people manage a site, institutional knowledge about how the site works tends to live in someone’s head or in an external document that nobody reads. WP Dashboard Notes adds sticky notes directly to the WordPress dashboard that specific user roles can see.

    The practical use is straightforward: add a note to the dashboard explaining how to use the custom checkout workflow, what not to change in the WooCommerce settings, which plugins should never be auto-updated without testing, or how the editorial process works for this particular site. Everyone who logs in sees this information in context, without needing to know where the external documentation lives.

    Best for: Agencies managing multiple client sites, sites with rotating or part-time content contributors, and any situation where site-specific knowledge needs to be accessible in context.

    Category 5: Site Maintenance and Health

    WP-Optimize- Best for Database Maintenance

    Free version available. Pro from $49/year.

    Database maintenance is the routine task that most WordPress sites never receive. Post revisions accumulating from years of content editing. Expired transients from plugin data that was supposed to clean itself up. Tables left behind by plugins that were deleted months ago. All of this overhead adds query time to every admin page load in a way that compounds gradually and invisibly.

    WP-Optimize handles database cleanup through a safe, preview-first interface. It shows exactly what it will remove before anything is deleted. It also goes beyond what standard cache plugins offer for database work: it identifies and removes orphaned tables from plugins you have already uninstalled, which most other cleanup tools miss. Pair it with a UpdraftPlus backup before running a full cleanup on an older site — WP-Optimize integrates with UpdraftPlus directly and can trigger a backup before any cleanup operation.

    Run database cleanup quarterly on any site more than a year old. On sites that have gone through significant plugin testing and removal, run it immediately. The admin speed improvement on a site with several years of accumulated database overhead is consistently noticeable.

    Best for: Any site more than 12 months old, especially sites where multiple plugins have been installed and removed over time.

    WP Crontrol- Best for Debugging Scheduled Tasks

    Free on WordPress.org.

    WordPress’s cron system is invisible by default. Tasks are scheduled in the background and run without any admin-facing reporting. This makes it impossible to know whether cron jobs are running correctly, what is scheduled to run and when, or whether a plugin has registered a task that is firing far more frequently than it should.

    WP Crontrol makes the cron schedule visible. You can see every scheduled task, when it last ran, when it is next scheduled to run, and what it does. You can manually trigger any task to verify it is working. You can identify and remove tasks registered by plugins you have already deleted but that left their cron entries behind. For diagnosing unexplained admin slowness or site behaviour that occurs at inconsistent intervals, WP Crontrol is often the tool that provides the answer.

    Best for: Developers maintaining complex sites with multiple plugins, or anyone investigating unexplained periodic behaviour or performance issues.

    The Right Stack by User Type

    The plugins above do not all apply equally to every WordPress user. Here is how to think about building your productivity stack based on what your actual workflow looks like.

    Solo Content Creator or Blogger

    Start with Commandify Free for admin navigation and Duplicate Post for efficient content creation. Add PublishPress Planner if you maintain a regular publishing schedule that you need to see visually. WP-Optimize quarterly for database health. These four tools cover your workflow entirely. Total cost: free, or close to it.

    WooCommerce Store Manager

    Commandify Pro is the anchor plugin here; the WooCommerce command suite is why. Add Smart Manager when bulk product or order editing becomes a time sink. WP-Optimize quarterly. If you process customer service requests, consider adding a dedicated user management workflow built around Commandify’s user lookup feature before adding more plugins.

    Keep the stack lean and direct. WooCommerce sites already carry a high plugin overhead; every additional plugin has a performance cost that must be justified by the workflow benefit it delivers.

    Agency Developer Managing Multiple Client Sites

    Commandify Pro on sites where WooCommerce or page builder integration is needed. Admin Menu Editor on every client site for clean, role-appropriate admin experiences. WP Dashboard Notes for site-specific documentation that clients and contributors see in context. WP-Optimize on a quarterly maintenance schedule. WP Crontrol in your toolkit for diagnosing issues, not as a permanent install on every site.

    Content Team With Multiple Editors

    Commandify Free for admin navigation. PublishPress Planner Pro for editorial workflow management, custom statuses, and team notifications. Duplicate Post for template-based content creation. Admin Menu Editor to keep non-essential menu items out of editors’ views. The combination of a visible calendar and clean admin navigation removes the two most common friction points in multi-person WordPress content workflows.

    Best WordPress Productivity Plugins: Tools That Do Not Belong on This List

    These are included in most “productivity plugin” roundups and are worth calling out directly.

    SEO plugins (Yoast, Rank Math) are workflow tools for content optimisation, not admin productivity tools. They improve what you produce, not how quickly you produce it.

    Backup plugins (UpdraftPlus, BackupBuddy) are site-safety tools. They protect your work; they do not accelerate it.

    Security plugins (Wordfence, Sucuri) protect your site. They do not reduce the time it takes to manage it — in fact, poorly configured security plugins are one of the most common causes of a slow WordPress admin.

    Form plugins (Gravity Forms, WPForms, Fluent Forms) are features added to the site for visitors. They become workflow tools only in combination with a command palette that gives you fast access to form entries. On their own, they are functionality plugins, not productivity plugins.

    The distinction matters because every plugin installed adds some overhead to the admin. Installing plugins that do not actually save you workflow time has a real cost in administrative complexity and performance. Be selective.

    FAQs on Best WordPress Productivity Plugins

    How many productivity plugins is too many for a WordPress site?

    There is no magic number, but the test for each plugin is the same: does it remove a specific friction point you experience regularly? If you cannot identify the specific problem it solves for your workflow, it does not belong on your site.

    For most users, three to five genuinely productivity-focused plugins, combined with quality site infrastructure, covers everything. More plugins beyond that point tend to add overhead without proportional benefit.

    Is Commandify only useful for WooCommerce stores?

    No. The free version is broadly useful for any WordPress site and any user who spends regular time in wp-admin. The WooCommerce command suite in Commandify Pro is the feature with the highest return for store managers specifically, but the admin navigation, content search, user lookup, and maintenance commands in the free version are valuable across all site types.

    Publishers, agency developers, membership site managers, and LMS administrators all benefit from the core command palette functionality independently of the WooCommerce features.

    Do productivity plugins slow down the WordPress frontend?

    None of the plugins on this list load anything on the public-facing frontend. Commandify loads scripts in wp-admin only, for authenticated administrators. PublishPress Planner, Smart Manager, Admin Menu Editor, WP Dashboard Notes, WP-Optimize, and WP Crontrol are all admin-only tools.

    Your visitors are not affected by any of them. Always verify this with new plugin additions using a tool like Query Monitor to confirm where scripts are loading.

    What is the difference between a productivity plugin and a utility plugin?

    A productivity plugin saves time for the person managing the site: Commandify makes navigation faster, Smart Manager makes bulk editing faster, Duplicate Post makes content creation faster.

    A utility plugin adds functionality to the site or protects it: security plugins, backup plugins, and SEO plugins are utilities. Both categories have value, but they solve different problems.

    A useful way to think about it: productivity plugins improve your experience as a site manager; utility plugins improve your site’s performance, safety, or capabilities for visitors and for the site itself.

    The wpRigel Team

    March 24, 2026
    Tools
  • Commandify vs Turbo Admin: Which WordPress Command Palette Is Right for You?

    Commandify vs Turbo Admin: Which WordPress Command Palette Is Right for You?

    Both Commandify and Turbo Admin exist to solve the same basic problem: WordPress admin navigation is menu-driven, mouse-heavy, and slow for anyone who lives inside their site every day.

    Both reach for the same solution: a command palette triggered by a keyboard shortcut that lets you type what you need instead of clicking through menus to find it. Both are genuinely good at what they do, and both have real users who swear by them.

    But they make fundamentally different architectural decisions, serve different primary users, and diverge dramatically the moment you need to do anything beyond admin navigation.

    This comparison lays all of that out clearly so you can pick the right one for your situation rather than guessing.

    If you want to understand what a command palette plugin does before diving into the comparison, the guide on what a command palette is and why WordPress users need one is a useful starting point.

    If you want to understand why the WordPress built-in palette is not a complete solution, the WordPress command palette limitations guide covers exactly that.

    Commandify vs Turbo Admin: The Core Architectural Difference

    This is the most important thing to understand before comparing any specific features.

    Turbo Admin is a browser extension first. Its primary product is a Chrome, Firefox, and Edge extension that you install in your browser once. After that, it detects any WordPress site you log into and activates automatically. No plugin install required on each site.

    Your settings and preferences travel with you across every site because they live in your browser, not on any individual WordPress installation.

    Commandify is a WordPress plugin first. You install it on a WordPress site and it becomes part of that site’s environment.

    Its features are deeply integrated with WordPress itself: it reads the actual admin menu structure, accesses the database directly for search results, runs maintenance tasks with real WordPress functions, and in Pro integrates natively with WooCommerce, Elementor, Bricks Builder, and CF7 at the application level.

    Neither approach is objectively better. They reflect entirely different priorities and produce different strengths and limitations. That distinction drives nearly every difference in the feature comparison that follows.

    Commandify vs Turbo Admin Side-by-Side Feature Comparison

    FeatureCommandify FreeCommandify ProTurbo Admin (Extension)
    Trigger shortcutCmd/Ctrl + KConfigurableConfigurable (not Cmd+K by default)
    Admin navigationYes — full menu mirrorYes — full menu mirrorYes — scraped from menu
    Content search (posts, pages, media)YesYesYes
    Fuzzy searchYesYesYes
    User lookupYesYesLimited
    Plugin/theme managementYesYesPartial (browse only)
    Maintenance commands (cache clear, etc.)YesYesNo
    WooCommerce orders/products/customersNoYes — full suiteLimited order/customer search
    WooCommerce context-aware actionsNoYesNo
    Elementor integrationNoYesNo
    Bricks Builder integrationNoYesNo
    CF7 + Flamingo integrationNoYesNo
    Fluent Forms integrationNoYesNo
    Dark modeNoYesNo (extension has separate UI tweaks)
    Frontend palette accessYes (admins only)Yes (admins only)No
    Per-user preferencesYesYes — extendedYes — stored in browser
    Admin bar cleanup (Barkeeper)NoNoYes
    Notice management panelNoNoYes (experimental)
    Works without plugin installNoNoYes (extension version)
    Works on SafariYesYesNo
    Works on client/shared sitesRequires plugin installRequires plugin installYes if you can log in
    Multisite supportYes (each subsite counts toward license)Yes (each subsite counts toward license)Yes (unlimited sites)
    Pricing modelFree foreverAnnual or lifetimeOne-time fee
    License scopeUnlimited5 / 30 / 100 sitesUnlimited sites, 6 browsers

    Where Commandify Wins

    Commandify-wordpress.org-banner

    WooCommerce Integration Is Not a Comparison, It’s a Category

    Turbo Admin has some WooCommerce order and customer search capability. It can find an order if you type the order number and open the customer profile. That is useful.

    Commandify Pro’s WooCommerce suite is a different magnitude entirely. It does not just find records — it understands context. Type #4521 and it recognises the hash as an order ID pattern and jumps directly to that order. Paste customer@email.com and it detects an email address and opens the customer record. Type a product SKU and it opens that specific product variation.

    Beyond lookup, Commandify Pro lets you take actions from within the palette itself. Change an order status. Add an order note. Recalculate an order total. Apply a coupon to an existing order. Edit a product’s stock, price, or status without visiting the product screen.

    These are not navigation shortcuts. They are actual workflow replacements. The full WooCommerce command suite is documented in detail in the guide on managing WooCommerce orders, products and customers faster with Commandify.

    For any store that processes orders daily, this difference is felt immediately and constantly.

    Page Builder and Form Plugin Integration

    Commandify Pro integrates directly with Elementor, Bricks Builder, Contact Form 7 with Flamingo, and Fluent Forms. From the palette, you can jump to a specific Elementor template, open a Bricks component, find a form submission by email, or locate a Fluent Forms entry by field data.

    Turbo Admin does not have integrations at this level. It navigates to admin pages. It does not understand the data structures of third-party plugins at the application level.

    For agency developers who manage client sites built on these tools, Commandify’s integration depth means you can retrieve a specific form submission or template component in seconds rather than drilling through nested admin menus.

    Maintenance Commands Built In

    Commandify Free includes maintenance commands accessible directly from the palette: clear cache, flush rewrite rules, regenerate thumbnails, run database optimizations, manage transients, and more. These are functional commands that execute WordPress operations, not just navigation shortcuts to settings pages.

    Turbo Admin does not offer maintenance commands. It is a navigation and search tool, not an action executor. If you manage WordPress sites regularly, the difference between being able to clear cache from the palette versus navigating to your caching plugin’s settings page is a small but constant workflow improvement every single day.

    Frontend Command Palette Access

    Commandify gives admin users access to the command palette from the frontend of the site, not just from within wp-admin. If you are reviewing how a page looks on the frontend and need to quickly edit it, find a related post, or trigger a maintenance action, you can do it without navigating back to the dashboard. Turbo Admin’s palette is wp-admin only.

    Where Turbo Admin Wins

    turbo-admin-homepage

    No Plugin Install Required

    This is Turbo Admin’s defining advantage. Install the browser extension once and it activates on every WordPress site you log into. For a freelancer or agency developer managing fifteen client sites, this means you get the command palette everywhere without touching the plugin manager on a single client installation.

    From a client relationship standpoint, this also means you are not adding a plugin to a client site they did not ask for. Your productivity tooling stays in your browser. The client’s plugin count and site footprint are unaffected.

    Commandify requires a plugin install on every site where you want to use it. For a developer managing a large portfolio of client sites, that installation overhead is real, even if it is small per site.

    Admin Bar and Notice Management

    Turbo Admin includes features specifically for improving the visual experience of wp-admin that Commandify does not attempt. The Barkeeper feature hides non-critical admin bar items into a slide-out panel, keeping the admin bar clean. The notice management panel (experimental at time of writing) moves admin notices into a dedicated panel so they do not clutter your screen during normal work.

    Commandify focuses entirely on the command palette interaction model and does not offer admin bar or notice management. If you find wp-admin visually cluttered and want a tool that addresses that alongside the command palette, Turbo Admin offers more in this specific area.

    Unlimited Sites at a One-Time Price

    Turbo Admin’s browser extension is a one-time purchase that covers unlimited WordPress sites and six browser installs. For a developer managing a large and growing portfolio where the site count changes regularly, this pricing model is simpler and scales with zero additional cost.

    Commandify Pro is priced per site tier, similar to most WordPress plugins. The Professional plan at $79/year covers 30 sites, which is sufficient for most agencies. But for very large portfolios or freelancers who manage many small client sites, the unlimited model of Turbo Admin’s extension has a clear pricing advantage.

    Safari Is Not Supported

    This deserves its own mention because it is a meaningful limitation for Mac-based developers. Turbo Admin’s browser extension works on Chrome, Firefox, Edge, and Chromium-based browsers. It does not work on Safari. If your primary browser is Safari, Turbo Admin’s extension is simply not an option for you. Commandify as a WordPress plugin works in every browser since it runs server-side.

    Commandify vs Turbo Admin: Real-World Decision Scenarios

    Scenario 1: WooCommerce Store Manager

    You handle 30 to 100 orders daily. You field customer emails, process refunds, check order status, update product stock, and look up customer order history throughout the day. You work exclusively on this one store.

    Choose Commandify Pro. The WooCommerce command suite turns your daily lookups from five-step navigation sequences into two-keystroke actions. Turbo Admin’s WooCommerce capabilities are not in the same category for this use case. The Pro Basic plan at $47/year covers five sites and pays for itself within days of daily use.

    Scenario 2: Agency Developer Managing 20+ Client Sites

    You log into different client sites daily. Sites are on different hosts. Clients use a variety of themes and plugins. Your workflow is navigation, content checks, plugin updates, and occasional maintenance. WooCommerce is a factor on some sites but not your primary daily task. You work in Chrome or Firefox.

    Turbo Admin’s extension is the right starting point. One install, every site, no overhead on client installations. You might also install Commandify on the specific WooCommerce client sites where you need the deeper order management capabilities, treating them as complementary tools rather than alternatives.

    Scenario 3: Solo Site Owner or Content Creator

    You manage one or two sites. You publish content regularly. You use Elementor or Bricks Builder. No WooCommerce. Your main friction is navigating to settings, finding old posts, and running occasional maintenance tasks.

    Start with Commandify Free. The free version on WordPress.org handles all of this and requires no payment. If you later find you want the page builder integration or dark mode, upgrading to Pro is an incremental decision. Turbo Admin is also a reasonable choice for the navigation use case, particularly if you manage multiple sites.

    Scenario 4: Mac User on Safari

    Simple answer: Commandify. Turbo Admin’s extension does not run on Safari. If that is your primary browser and you manage your sites from it, the choice is made for you.

    Scenario 5: Developer Who Manages Elementor and Bricks Sites

    You build and maintain sites for clients using Elementor and Bricks Builder. Your daily tasks involve jumping between templates, checking form submissions in CF7/Flamingo or Fluent Forms, and managing page builder components across multiple sites.

    Commandify Pro. The page builder and form plugin integrations mean you can access specific templates, submissions, and entries from the palette without navigating through the Elementor or Bricks admin interfaces. Turbo Admin cannot do this.

    You can read more about the Elementor template management workflow and the Bricks Builder template management guide to see this in practice.

    Can You Use Both?

    Yes, and this is actually a sensible approach for some agency developers. Turbo Admin extension gives you the no-install benefit across all client sites for general navigation.

    Commandify Pro gets installed on the specific sites where you need WooCommerce management depth, page builder integration, or maintenance commands. They do not conflict.

    The cost math works out reasonably. Turbo Admin’s extension is a one-time purchase. Commandify Pro’s per-site licensing can be applied selectively to the sites that need it. You are not paying for Commandify Pro on every site in your portfolio if only a subset of those sites need the deeper functionality.

    Turbo Admin vs Commandify Pricing Summary

    ProductFree TierPaid TierPricing ModelSite Limit
    Commandify FreeYes, full free version on WordPress.orgN/AFree foreverUnlimited
    Commandify Pro BasicFree version included$47/yr or $135 lifetimeAnnual or lifetime5 sites
    Commandify Pro ProfessionalFree version included$79/yr or $215 lifetimeAnnual or lifetime30 sites
    Commandify Pro EnterpriseFree version included$159/yr or $399 lifetimeAnnual or lifetime100 sites
    Turbo Admin (plugin)Yes, basic free pluginN/A (extension required for premium features)Free pluginUnlimited
    Turbo Admin (extension)3-site trial$35 one-timeOne-time paymentUnlimited, 6 browsers

    The Bottom Line

    Turbo Admin is a well-built tool that earns its reputation, especially for developers who need a no-install solution that travels with them across a large portfolio of client sites. Its admin bar and notice management features go beyond what Commandify offers on the visual side of the admin experience. And its unlimited site pricing is genuinely advantageous for high-volume agency work.

    Commandify’s edge is depth. It is not just a navigation tool, it is an action-execution environment. The WooCommerce command suite, page builder integrations, form plugin access, maintenance commands, and frontend palette availability make it more useful for users who want to actually do things from the palette rather than just find where to go.

    For anyone running WooCommerce seriously, there is no meaningful comparison: Commandify Pro is the choice.

    Start with Commandify Free from WordPress.org. It costs nothing and shows you immediately what the command palette model feels like in daily use. Upgrade to Commandify Pro when you want WooCommerce management, page builder integration, and the full action suite.

    Add Turbo Admin’s extension if you want seamless cross-site navigation without plugin installs on client sites. The two tools serve different enough use cases that owning both is a reasonable choice for serious WordPress professionals.

    Frequently Asked Questions

    Does Commandify conflict with Turbo Admin if both are active?

    No known conflicts exist between Commandify and Turbo Admin’s browser extension, as they operate in different contexts: Commandify runs server-side as a WordPress plugin, while Turbo Admin’s extension runs in the browser layer. Some users run both without issue.

    The main practical consideration is that both try to use Cmd/Ctrl + K as a default trigger, so you would want to configure one of them to use a different shortcut if running both simultaneously.

    Does Turbo Admin work on WordPress Multisite?

    Yes. Turbo Admin’s browser extension works on any WordPress installation you are logged into, including multisite network sites. It has no site count limit. Commandify also works on multisite, but each subsite counts toward your license limit, so a 10-subsite network uses 10 license slots on a Commandify Pro plan.

    Which is better for a solo blogger with one WordPress site?

    Commandify Free is the most straightforward answer: free, no browser extension required, full admin navigation and content search from install. If you are on Safari, Commandify is also the only option since Turbo Admin’s extension does not support Safari.

    If you are on Chrome or Firefox, Turbo Admin’s free plugin is also a reasonable choice for basic navigation use.

    Is Turbo Admin’s plugin the same as its browser extension?

    No. The free plugin provides basic command palette functionality but does not include the premium features exclusive to the browser extension: notice management, certain admin UI improvements, and the ability to carry settings across all sites.

    The extension is Turbo Admin’s full-featured product. The plugin is a free entry point, but the developer is clear that the extension is the recommended experience.

    How does Commandify Pro’s WooCommerce search work exactly?

    Commandify Pro uses pattern recognition to identify what you have typed. A hash followed by numbers (like #4521) is interpreted as an order ID. An email address format is interpreted as a customer lookup. A string matching known product SKU patterns opens the corresponding product.

    These patterns work without you selecting a search mode or specifying what type of record you are looking for.

    You type what you know and the palette figures out what you mean. See the WooCommerce commands documentation for the full pattern reference.

    The wpRigel Team

    March 24, 2026
    Commandify
  • Best WooCommerce Admin Tools and Plugins for Store Managers in 2026

    Best WooCommerce Admin Tools and Plugins for Store Managers in 2026

    Most “best WooCommerce plugins” lists are really product catalogues. They cover SEO plugins, payment gateways, and subscription extensions.

    They are written for people setting up a new store, not for people who already have a store running and spend hours inside the WooCommerce admin every single day.

    This guide is different. Every plugin here is evaluated through one specific lens: does it reduce the time and effort required to manage an active WooCommerce store? Not what it adds to the frontend. Not what it enables for customers. What it saves for the person managing the site from the inside.

    If you are a store manager handling daily orders, a developer maintaining WooCommerce sites for clients, or a business owner who does their own admin work, this list is built around your actual workflow.

    One note upfront: if your WooCommerce admin is currently slow, the WooCommerce admin speed guide covers technical and workflow fixes in detail. Getting the admin running well before adding more tools is always the right sequence.

    Category 1: Navigation and Daily Admin Speed

    Commandify Pro: Best WooCommerce Command Palette

    Free version on WordPress.org. Pro from $47/year.

    If there is one plugin that changes how WooCommerce admin feels to work in, it is this one. Commandify adds a command palette triggered by Cmd/Ctrl + K. Type what you need and act on it instantly, without touching the WooCommerce menu structure at all.

    The free version already covers full admin navigation, content search across all post types, plugin management, and maintenance commands. For WooCommerce store management specifically, the Pro version’s WooCommerce command suite is what makes it essential.

    Here is what it replaces in practice. Looking up an order currently means: WooCommerce menu, Orders, page loads, search for customer or order number, click the order. Five to seven steps. With Commandify Pro, you press Cmd/Ctrl + K, type the order number, and it is there.

    Commandify-wordpress.org-banner

    Type a customer email and it recognises the pattern and opens the customer profile. Type a product SKU and it opens the product. Change order status and add notes directly from the palette without visiting the order screen at all.

    For store managers handling support queries through a helpdesk or email, this is the tool that removes the daily bottleneck. You stop switching between your support tool and WooCommerce admin screens for every individual lookup. You paste, the palette recognises the pattern, you act, and you move on.

    You can read a detailed workflow walkthrough in the guide on managing WooCommerce orders, products and customers faster with Commandify.

    Best for: Any store manager or admin who performs daily WooCommerce lookups. The free version is worth installing on every WordPress site. Pro pays for itself in recovered time within the first week for active WooCommerce stores.

    Pricing: Free on WordPress.org. Pro Basic $47/year (5 sites) or $135 lifetime. Pro Professional $79/year (30 sites) or $215 lifetime. Full pricing here.

    Category 2: Bulk Operations and Product Management

    Smart Manager: Best for Spreadsheet-Style Bulk Editing

    Free version available. Pro from $149/year.

    WooCommerce’s built-in bulk editor is genuinely limited. You can change status and a handful of fields across selected products, but you cannot edit pricing, stock, SKUs, and custom fields across a filtered set of products from a single screen with formulas and conditional logic.

    Smart Manager fixes this with a spreadsheet-style interface that loads directly inside wp-admin. Every product, variation, order, coupon, or custom post type appears in a grid you can filter, sort, and edit inline.

    You change prices using formulas: increase all products in Category X by 15%, set all products with stock below 10 to a specific price, update all variations of a product simultaneously.

    For stores that run regular promotions, deal with seasonal pricing changes, or need to update supplier pricing across a large catalogue, the time difference between Smart Manager and doing this manually through individual product screens is extreme. What takes hours of clicking through individual product pages becomes a filtered grid edit completed in minutes.

    The Pro version adds bulk editing for WooCommerce subscriptions, bookings, and course post types if you use those extensions. It also includes an audit log that tracks who changed what and when, which is useful for teams where multiple people manage the catalogue.

    Best for: Stores with 100+ products that need regular bulk updates, seasonal pricing changes, or inventory adjustments across variable products.

    WooCommerce Product Import Export (WebToffee): Best for CSV-Based Catalogue Updates

    Free version on WordPress.org. Pro from $69/year.

    When your product updates come from supplier CSV files, when you need to migrate a catalogue from another platform, or when you want to maintain your product data in a spreadsheet and push changes in bulk, a dedicated import/export plugin is essential.

    WooCommerce has a built-in importer, but it handles basic fields only. The WebToffee plugin supports all product types including variable products and variations, custom fields and meta, product categories and attributes, upsell and cross-sell relationships, and custom taxonomy fields. The Pro version adds scheduled automatic imports from an FTP or URL source, which means your catalogue can stay synchronised with a supplier feed without manual intervention.

    The filtering options during export are also worth noting. You can export products by category, status, date range, or custom field value. This makes generating inventory reports and syncing specific product subsets much cleaner than the native WooCommerce export.

    Best for: Stores that receive supplier data in CSV format, run multiple sourcing channels, or need scheduled automatic catalogue updates.

    Category 3: Order and Customer Management

    WooCommerce Order Export (WebToffee): Best for Order Data Extraction

    Free version available. Pro from $69/year.

    WooCommerce’s native order export is rudimentary. It exports a basic CSV with limited field selection and no filtering by custom criteria. For accounting, for fulfilment handoffs, for generating reports for external platforms, this is not enough.

    The WebToffee Order Export plugin lets you export orders filtered by date range, status, shipping method, payment method, or any custom field. You choose exactly which fields appear in the export and in what order. The Pro version adds scheduled automatic exports to email, FTP, or URL endpoints, which is useful for teams using external fulfilment or accounting software that needs regular order data feeds.

    Best for: Stores that hand off order data to external fulfilment providers, accountants, or reporting tools on a regular basis.

    Fluent CRM: Best Self-Hosted WooCommerce CRM

    Free version available. Pro from $129/year.

    WooCommerce has a Customers section, but it is not a CRM. You can view a customer’s orders and basic information, but you cannot segment them, tag them based on purchase history, set up post-purchase sequences, or track their lifetime value against campaigns.

    Fluent CRM is a full self-hosted CRM that lives inside WordPress and syncs with WooCommerce data automatically. Every customer is imported with their order history, spend data, and product purchase records. You can segment customers by total spend, number of orders, specific products purchased, or any combination of factors. Automation sequences trigger based on WooCommerce events: abandoned cart, first purchase, repeat purchase threshold, product category purchases.

    The self-hosted model is the key differentiator from external CRM tools. Your customer data stays inside WordPress, on your server, under your control. No per-contact pricing. No external platform subscription that scales up with your list size. You pay for the plugin once per year and the data is yours.

    For stores that want customer segmentation and post-purchase email automation without the cost and data complexity of Klaviyo, ActiveCampaign, or similar external platforms, Fluent CRM is the clearest choice.

    Best for: Stores that want customer segmentation, post-purchase automation, and email marketing without paying per-contact pricing to an external platform.

    Category 4: Reporting and Analytics

    WooCommerce Admin Dashboard (Built-In): Start Here Before Adding Anything

    Free, included with WooCommerce.

    Before installing a third-party analytics plugin, spend an hour exploring WooCommerce’s native reporting. It is significantly more capable than most store owners realise.

    The WooCommerce Admin dashboard provides real-time sales figures, filterable reports for revenue, orders, products, categories, coupons, and customers. Reports are filterable by date range, product, category, and order status. The Performance Indicators section gives a configurable overview of your chosen metrics on the main dashboard.

    In 2026, the native analytics also includes customer lifetime value summaries, average order value trends, and product performance breakdowns. For a significant percentage of stores, the built-in reporting answers all the daily operational questions without any additional plugin.

    Install something additional only when you identify a specific reporting need that the native dashboard cannot answer.

    Metorik: Best for Advanced WooCommerce Reporting

    Paid, from $50/month. 30-day free trial available.

    When native WooCommerce analytics are genuinely not enough, Metorik is the benchmark external reporting tool for WooCommerce specifically. Not Google Analytics, not MonsterInsights. Metorik is built around WooCommerce data structures and understands them natively.

    It provides cohort analysis showing how customer purchase behaviour changes over time. Customer lifetime value projections based on actual purchase patterns. Subscription metrics if you use WooCommerce Subscriptions. Automated email digests sent to your team at intervals you define. Segmented customer exports for re-engagement campaigns.

    The pricing reflects that it is a specialist tool for stores where data-driven decisions have a measurable revenue impact. At $50/month, it is appropriate for stores doing meaningful monthly revenue where understanding customer cohort behaviour affects what you stock, how you price, and who you target with promotions.

    Best for: Growing stores where customer lifetime value, cohort retention, and subscription analytics directly inform business decisions.

    Category 5: Site Maintenance and Admin Health

    WP-Optimize: Best for Database Maintenance

    Free version available. Pro from $49/year.

    WooCommerce databases accumulate overhead over time. Expired transients, post revisions from product edits, orphaned order metadata, customer session data that was never cleared, and tables left behind by deleted plugins. On a store that has been running for a year or more, this accumulated overhead adds measurable query time to admin page loads.

    WP-Optimize handles cleanup through a checkbox interface that previews what will be removed before anything is deleted. It goes beyond what most caching plugins offer for database cleanup: it identifies and removes tables from plugins you have already deleted that remain in the database as orphaned remnants. It also integrates with UpdraftPlus for taking a database backup before any cleanup operation, which is good practice to have as a built-in step.

    Best for: Any store more than 12 months old, especially stores that have gone through periods of testing and removing plugins.

    Query Monitor: Best for Diagnosing Performance Problems

    Free.

    Not a permanent install. A diagnostic tool you use when something is slow and you need to know why. Query Monitor attributes every database query on any admin page to the specific plugin or theme that generated it. It also surfaces PHP errors, slow queries, uncached queries, and HTTP requests made during page load.

    Install it, visit the slow page, check Queries by Component. If a single plugin is responsible for the majority of your page’s query load, that is your answer. Remove Query Monitor after your diagnostic session is complete.

    Best for: Any situation where an admin page is noticeably slow and the cause is unclear.

    The Store Manager’s Recommended Stack

    how to manage woocommerce orders products and customers faster with commandify

    Not every store needs every plugin on this list. The right set depends on your catalogue size, order volume, and team structure. Here is how to think about building your stack.

    For Any Store, Start With These Two

    Commandify free is worth installing on every WooCommerce site regardless of size. The admin navigation improvement and maintenance commands alone justify the install. Upgrade to Commandify Pro when WooCommerce order and product management become a daily workflow.

    WP-Optimize is worth running quarterly on any store. Database cleanup is one of those maintenance habits that prevents slowness rather than fixing it after the fact.

    For Stores With Growing Catalogues

    Add Smart Manager when individual product edits become a time drain. The transition point is usually when you have 100+ products and find yourself making the same change across many products one at a time. That is exactly the use case Smart Manager solves.

    Add WooCommerce Product Import Export when your product data comes from external sources. If you receive supplier CSV files, import product data from another platform, or manage product content in a spreadsheet, this plugin turns that process from manual to automated.

    For Stores Focused on Customer Retention

    Fluent CRM becomes relevant when your marketing strategy moves beyond one-off campaigns to customer segmentation and lifecycle automation. It is also relevant when the per-contact pricing of external CRM tools starts to become significant relative to your list size.

    For Stores Where Data Drives Decisions

    Check whether the native WooCommerce Admin reporting answers your questions first. It is underused. If you genuinely need cohort analysis, subscription retention metrics, or customer lifetime projections, then Metorik earns its place.

    At $50/month it is not a casual addition, but for stores where those insights inform stocking and pricing decisions, the ROI is real.

    The fastest improvement you can make to your WooCommerce admin workflow today requires no technical knowledge and takes two minutes. Install Commandify free from WordPress.org, press Cmd/Ctrl + K, and type the name of any WooCommerce screen or order.

    Ready for the full WooCommerce command suite? Commandify Pro starts at $47/year with a 14-day money-back guarantee.

    Frequently Asked Questions on WooCommerce Admin Tools

    What is the difference between WooCommerce admin tools and WooCommerce store plugins?

    WooCommerce store plugins extend what your store can do for customers: payment gateways, subscription billing, product types, shipping options.

    WooCommerce admin tools improve how efficiently you manage the store from the inside: faster navigation, bulk editing, reporting, and customer management workflows. They solve different problems. Store plugins add capabilities. Admin tools save the time of the people running the store daily.

    Does Commandify work with all WooCommerce product types?

    Yes. Commandify Pro’s WooCommerce command suite supports simple products, variable products, and individual product variations. Each variation is accessible as its own searchable palette entry. It also works with custom post types registered by WooCommerce extensions.

    The full walkthrough is in the WooCommerce management guide.

    Is Smart Manager compatible with WooCommerce HPOS?

    Yes. Smart Manager has been updated for WooCommerce HPOS compatibility. If you have enabled High-Performance Order Storage, Smart Manager’s order management grid and bulk editing features work correctly with the new storage engine.

    Do I need Metorik if I already have Google Analytics on my WooCommerce store?

    They serve different purposes. Google Analytics tracks traffic, acquisition channels, and user behaviour across your site. Metorik tracks customer purchase patterns, order value trends, cohort retention, and subscription metrics using your WooCommerce order data directly.

    If your decisions are primarily about where traffic comes from and how users navigate the site, Google Analytics is the right tool. If your decisions are about customer lifetime value, which products drive repeat purchases, and how subscription cohorts retain over time, Metorik provides data Google Analytics cannot.

    How many admin tools is too many for a WooCommerce store?

    The right number is however many solve specific, real problems in your current workflow without duplicating each other. Installing tools speculatively, because they look useful or because a guide recommended them, adds plugin overhead without benefit.

    The test for each plugin should be: does this remove a friction point I experience daily? If yes, install it. If you are not sure, wait until the friction point becomes obvious enough to identify.

    The wpRigel Team

    March 24, 2026
    WooCommerce, user guides
  • Commandify Free vs Pro: Full Feature Comparison and Which One You Need

    Commandify Free vs Pro: Full Feature Comparison and Which One You Need

    Let’s be direct about something most plugin comparison articles won’t tell you.

    Commandify’s free version is not a stripped-down teaser. It’s a fully functional command palette that solves real problems for real WordPress users from the moment you install it. If you run a simple blog, a portfolio, or a content-focused site, you may never need to upgrade.

    But Pro is a different category of tool entirely. Not because of artificial feature locks, but because the workflows it unlocks are genuinely more complex. WooCommerce store management, page builder integrations, contact form workflows, pattern recognition, contextual commands. These require deep access to your WordPress data layer. That access is what Pro provides.

    This guide covers every feature in both tiers with real context, a clear comparison table, honest upgrade guidance for specific user types, and pricing details so you can make the right call for your situation.

    What Commandify Free Includes

    The free version is available on WordPress.org. No account required. No credit card. No nag screens. You install it, press Cmd/Ctrl + K, and it works immediately.

    Here is everything you get without spending a cent.

    commandify plugin free features at a glance

    Global Command Palette (Cmd/Ctrl + K)

    The core feature. A clean, centered command interface that opens instantly from any screen in your WordPress admin. No configuration, no learning curve. Press the shortcut, type what you want, press Enter.

    Most WordPress professionals spend an embarrassing amount of time clicking through nested menus to get to settings pages they visit every day. The command palette eliminates this entirely. Type “Permalinks” and you’re there. Type “Discussion” and you’re there. Type the name of any plugin’s settings page and you’re there. Instantly.

    What makes this different from simply bookmarking pages is that the palette mirrors your entire admin structure dynamically. Every submenu, every custom post type screen, every settings page added by third-party plugins appears automatically. You don’t configure anything. It just works.

    Full Admin Navigation

    Commandify reads your complete wp-admin menu structure and makes every item searchable. That includes nested submenus three levels deep, custom admin pages added by your plugins and theme, and any screen that WordPress registers with a menu entry.

    On a site with 20 active plugins, your left sidebar becomes a dense column of items most users scroll past looking for the one thing they need. With Commandify, you just type the name. Two keystrokes and you’re there.

    This alone is worth the install for anyone managing a plugin-heavy site.

    Universal Content Search

    Search posts, pages, media files, users, and any custom post type registered by your theme or plugins. All from the same search bar.

    Each result shows meaningful context. Status (published, draft, pending), date, author. And each result includes quick actions without opening the item first. Edit, View, Preview, Trash, Permanent Delete. You find the content and act on it in one step.

    For editorial teams managing hundreds of posts, this removes a daily navigation pattern that wastes minutes every single time. You stop visiting the Posts list to find a draft. You stop visiting Users to find a profile. You type and you go.

    Plugin and Theme Management

    This is the feature that surprises most people. Commandify free lets you activate, deactivate, install, and search plugins directly from the palette. Including searching the WordPress.org repository and installing a plugin without visiting the Plugins screen.

    Same goes for themes. Search, activate, manage from the palette.

    Most command palette tools lock plugin management behind a paid tier. Commandify ships it free. For developers and agencies who activate and deactivate plugins as part of their daily troubleshooting workflow, this is a genuinely useful free feature.

    User Search and Lookup

    Find any user by name, email, or role and open their profile immediately. Direct actions available from the result: Edit profile, View, or initiate quick collaboration.

    On sites with memberships, LMS enrollments, or customer logins, this saves the daily routine of navigating to Users, filtering by role, searching manually. You open the palette, type the person’s name, and you’re on their profile in two seconds.

    Bulk Maintenance Commands

    Clear cache. Empty trash. Delete spam comments. Check for updates. Remove expired transients. Rebuild image thumbnails.

    These are the routine housekeeping tasks that normally require you to visit multiple admin screens, install separate plugins, or remember which menu item is buried under which section. Commandify free exposes them as direct commands. One keystroke and they run, with a confirmation dialog for destructive actions.

    The transient cleanup alone is more useful than most standalone maintenance plugins. It handles 100,000+ records safely without timing out.

    Fuzzy Search

    The search engine handles typos and partial matches naturally. Type “plgins” and it finds Plugins. Type “woo prod” and it surfaces WooCommerce products. Type “perm” and it finds Permalinks.

    fuzzy search in commandify

    This matters because the quality of a command palette depends entirely on how confident you feel typing quickly without precision. A palette that only works when you type exact names forces you to slow down. Commandify’s fuzzy search lets you type how humans actually type under normal working conditions.

    Frontend Command Palette

    Commandify also works on the frontend of your site for logged-in administrators. Press Cmd/Ctrl + K while browsing any page of your site and the palette opens with theme-independent styling.

    This is useful for developers who review the public-facing site and want instant access to admin actions without switching tabs. It’s useful for content editors who spot a typo while previewing a page and want to jump directly to the editor. The frontend palette is often overlooked in comparisons but it’s a genuinely practical feature in day-to-day use.

    Per-User Preferences

    Every user on the site can configure Commandify to fit their personal workflow. Change the shortcut key. Adjust the number of search results shown. Modify debounce timing for faster or more deliberate triggering. Control which command categories appear.

    This makes Commandify genuinely multi-user ready. The editor who prefers Alt+K doesn’t interfere with the developer who uses Ctrl+K. Each person gets their own experience without affecting others.

    What Commandify Pro Adds

    Commandify-wordpress.org-banner

    Pro builds directly on everything in the free version. Every free feature is retained. What Pro adds is a completely different depth of capability, specifically built for professional WordPress workflows that go beyond navigation and content search.

    The key distinction is this: free navigates you to things. Pro lets you do things to them without visiting those screens at all.

    WooCommerce Command Suite

    This is the flagship Pro feature and the reason most WooCommerce store owners upgrade.

    Think about how a typical day looks for a store manager. A customer emails about their order. You go to WooCommerce, click Orders, wait for the page to load, search for the order by customer name or number, click the order, check the status, add a note, update the status, navigate back. That’s eight to ten actions for a workflow you repeat dozens of times a day.

    With the WooCommerce command suite, you press Cmd/Ctrl + K, type the order number or customer email, and the order appears in your palette with available actions. Change the status to Completed. Add a note. Apply a coupon. Recalculate totals. All with modal confirmations so you never make an accidental change.

    Products and variations work the same way. Every product in your catalogue appears as its own searchable palette entry. Every variation within a product is individually accessible. Edit pricing, update stock, change SKUs, view or delete. No Plugins screen visit required.

    Customer management is fully integrated too. Search by name or email. Open the profile. View their recent orders. Send an email. The kind of lookup a support team does twenty times a day becomes a two-second action instead of a six-click workflow.

    Dynamic Pattern Recognition

    This is one of the most underappreciated Pro features and one of the most useful in real support workflows.

    When a customer contacts you with an order number, you typically copy it from the email or ticket and then manually search for it inside WooCommerce. With pattern recognition, you just paste it directly into the command palette. Commandify recognises the format automatically.

    Type #4152 and it jumps directly to WooCommerce order 4152. Type @sarah and it opens the user profile for Sarah. Paste a customer email address and it identifies it as a customer lookup and shows their profile with direct actions. Type a product SKU and it opens the product. No search required. No pattern matching by you. The palette does it.

    For agencies handling support queries across multiple client sites, this feature alone changes the pace of the workday significantly.

    Contextual Commands

    Commandify Pro detects which screen you’re currently viewing and surfaces relevant commands before you type anything. In the post editor, it shows Publish, Save Draft, Preview, and Duplicate. On the Orders list, it shows order-specific actions. On a product page, it shows product management options.

    This is the difference between a dumb search tool and a smart workflow layer. Instead of always starting from a blank palette, Pro opens with commands that make sense for what you’re doing right now. It anticipates instead of waits.

    Smart Suggestions, Favorites, and Usage History

    The Pro palette opens with curated command groups. Favorites shows commands you’ve pinned. Recent shows what you accessed last. Most Used surfaces the actions you run repeatedly, surfaced automatically based on your real usage patterns.

    This means on a busy day when you’re repeating the same five actions over and over, the palette opens and those actions are right there. Zero typing required. For WooCommerce stores during a busy period like a sale or promotion, this is a genuine time-saver.

    Elementor Template Management

    Search, open, duplicate, rename, and delete Elementor templates without navigating to the Templates screen. For agencies and developers who work across large template libraries, this change removes a persistent daily friction point.

    Finding a specific template across a library of 50+ entries normally means opening Templates, scrolling or searching, clicking in. With Commandify Pro you type the template name and open it directly. On sites where templates are the core of the work, this is accessed dozens of times a day.

    Bricks Builder Template Management

    Full template management for Bricks Builder works the same way. Search, open, and manage templates directly from the palette. Commandify includes intelligent post type detection and gives you direct builder access from any screen in the admin.

    If you’ve moved to Bricks and your template library is growing, this feature becomes more valuable every week. See the existing guide on managing Bricks Builder templates faster for specific workflow examples.

    Contact Form 7 and Flamingo Integration

    Search all Contact Form 7 forms from the palette. Edit them, copy shortcodes, duplicate or delete them. View and search Flamingo submission entries without visiting the Flamingo inbox screen. Search posts and pages containing specific CF7 shortcodes.

    For sites where contact forms are a core lead generation or support tool, managing them through the palette removes a lot of tab switching and screen navigation.

    Fluent Forms Integration

    Search and open Fluent Forms, manage form entries and transactions, access Fluent Forms settings. Everything available from a single palette entry without visiting the Fluent Forms admin section.

    Advanced Settings Forms

    Edit core WordPress settings like site title, tagline, timezone, and discussion options directly from the palette through clean, validated forms. Settings display their current live values before you edit them, loaded via REST so you always see the actual current state.

    Toggle commands like maintenance mode show accurate true/false state before you act. You’re never guessing whether maintenance mode is on or off. You see it in the palette and toggle it from there.

    Free vs Pro: Complete Feature Comparison

    FeatureFreePro
    Global command palette (Cmd/Ctrl + K)YesYes
    Full admin navigation (all menus, submenus, CPTs)YesYes
    Content search (posts, pages, media, CPTs)YesYes
    Quick actions on content (edit, view, trash)YesYes
    Plugin management (install, activate, deactivate)YesYes
    Theme managementYesYes
    User search and profile accessYesYes
    Bulk maintenance commands (cache, transients, trash)YesYes
    Fuzzy, typo-tolerant searchYesYes
    Frontend command palette for adminsYesYes
    Per-user preferences and shortcut configurationYesYes
    WooCommerce order search and actionsNoYes
    WooCommerce product and variation managementNoYes
    WooCommerce customer toolsNoYes
    Dynamic pattern recognition (#ID, @user, email, SKU)NoYes
    Contextual commands (screen-aware suggestions)NoYes
    Smart suggestions, favorites, usage historyNoYes
    Elementor template managementNoYes
    Bricks Builder template managementNoYes
    Contact Form 7 + Flamingo integrationNoYes
    Fluent Forms integrationNoYes
    Advanced settings forms with live REST valuesNoYes
    Toggle and state commands (maintenance mode etc.)NoYes

    Commandify Pro Pricing

    Three plans. All come with a 14-day money-back guarantee.

    PlanSites CoveredAnnual PriceLifetime Price
    Basic5 sites$47/year$135 one-time
    Professional30 sites$79/year$215 one-time
    Enterprise100 sites$159/year$399 one-time

    Basic covers 5 sites at $47/year. That is less than $4 per month. For a WooCommerce store owner who recovers even 15 minutes of daily admin time, that payback is measured in hours, not months.

    Professional at $79/year covers 30 sites. For a freelancer managing a client portfolio, that works out to under $2.65 per site per year. See full pricing details here.

    Who Should Stay on Free

    Free is the right choice when your work inside WordPress is primarily navigation and content creation. If you write blog posts, manage pages, and handle a handful of standard admin tasks each day, the free version removes the friction that matters to you without costing anything.

    Bloggers and content editors working within WordPress’s native tools will find the free version covers their workflow completely. You get fast navigation, content search, plugin management, maintenance commands, and a better admin experience from day one. There’s no expiry on these features and no limits that pressure you to upgrade.

    If you don’t run WooCommerce, don’t work with Elementor or Bricks, and don’t handle contact form submissions daily, you may never need Pro at all.

    Who Should Upgrade to Pro

    WooCommerce Store Owners and Managers

    If you manage orders, products, and customer queries daily inside WooCommerce, this is the clearest upgrade case. The WooCommerce command suite cuts 5 to 10 clicks from every common workflow. Across a full workday of support queries and order management, the recovered time is significant.

    At $47/year for 5 sites, the Basic plan costs less than most monthly SaaS subscriptions that save far less time. The math is straightforward.

    Agencies and Freelancers Managing Multiple Sites

    The Professional plan at $79/year covers 30 sites. For a freelancer handling 10 to 20 client installs, the per-site cost drops to almost nothing. The workflow improvements multiply across every site you manage daily. Client support, monthly maintenance, content updates, WooCommerce management for e-commerce clients. Pro makes every one of these faster.

    Elementor and Bricks Builder Users

    If template management is a core part of your daily workflow, the page builder integrations justify the upgrade on their own. The daily friction of navigating to a template, finding the right one in a long list, and opening it adds up fast. Commandify Pro removes that friction entirely.

    Support Teams and High-Volume Admins

    Anyone handling customer support with access to the WordPress admin spends a large part of their day doing lookups. Order numbers from tickets. Customer emails from support conversations. User handles from forum threads. Pattern recognition turns each of these lookups from a multi-step process into a two-second palette interaction.

    If this describes your team, Pro pays for itself in the first week.

    Not sure which fits you? Start with Commandify free on WordPress.org. Use it for a week. When you find yourself wishing for order lookup, template management, or WooCommerce actions, the upgrade path is clear. Commandify Pro starts at $47/year with a 14-day money-back guarantee.

    Real Workflow Comparisons: Free vs Pro in Practice

    Numbers and feature tables are useful. But the clearest way to understand the difference is to see specific workflows side by side.

    Workflow 1: Handling a WooCommerce Support Query

    With Free: Customer emails with order #4152 asking why it hasn’t shipped. You navigate to WooCommerce, click Orders, wait for the page, search by order number, find the order, click it, check the status and notes, respond. Six to eight actions. One page load.

    With Pro: Press Cmd/Ctrl + K. Type #4152. The order appears with its current status. You add a note and update the status directly from the palette. Two actions. No page load.

    Workflow 2: Finding and Editing an Elementor Template

    With Free: Navigate to Templates via the left sidebar. Wait for the templates list to load. Scroll or search for the specific template. Click it. Wait for the builder to open.

    With Pro: Press Cmd/Ctrl + K. Type the template name. Select it. Builder opens directly. The difference is a few seconds each time, which adds up to minutes every day across dozens of template edits.

    Workflow 3: Looking Up a User

    With Free: Navigate to Users. Search by email or name. Click the user. Their profile opens.

    With Pro: Press Cmd/Ctrl + K. Paste the email directly. Pattern recognition identifies it as a customer email. Their profile and available actions appear immediately. One step instead of four.

    Frequently Asked Questions on Commandify Free vs Pro

    Can I use Commandify free forever without upgrading?

    Yes. The free version on WordPress.org is permanently free. No trial period, no feature expiry, no messages pressuring you to upgrade. All navigation, content search, plugin management, maintenance tools, and per-user preferences are available indefinitely at no cost.

    Pro is an optional upgrade for specific professional workflows, not a requirement for using Commandify effectively.

    Does Commandify Pro work with WooCommerce High-Performance Order Storage (HPOS)?

    Yes. The WooCommerce command suite is fully compatible with HPOS, which became the default storage engine in WooCommerce 8.2. If you’ve enabled HPOS on your store, all order search, lookup, and management commands work correctly.

    What happens to my settings if I upgrade from free to Pro?

    Your existing installation is upgraded in place. All per-user preferences, customised shortcut keys, and existing settings are preserved. Pro features activate immediately after license validation. There is no reinstall, no reconfiguration, and no data loss.

    Does Commandify work on WordPress multisite?

    Yes. Commandify Pro works on multisite installations. Each subsite in a multisite network counts toward your license limit. The Basic plan covers 5 sites, Professional covers 30, and Enterprise covers 100.

    Will Commandify slow down my WordPress site?

    No. Commandify loads its scripts only in wp-admin for logged-in administrators. It adds nothing to the public-facing site for regular visitors. Most commands use client-side filtering with no additional server requests per keystroke.

    Longer operations like maintenance cleanup show a progress bar so you know what’s happening. Performance impact on normal WordPress operation is effectively zero.

    How does Commandify compare to CommandUI and WP Spotlight?

    CommandUI and WP Spotlight are both command palette alternatives with their own strengths. CommandUI is more expensive than Commandify Pro for comparable site counts. WP Spotlight focuses more on search and navigation than on action-depth.

    Neither matches Commandify Pro’s WooCommerce command suite depth, pattern recognition, or page builder integrations. The full breakdown is in the CommandUI vs Commandify comparison if you want a detailed look at the alternatives.

    Is there a money-back guarantee?

    Yes. All Commandify Pro plans come with a 14-day money-back guarantee. If you upgrade and decide it’s not right for your workflow, you can request a full refund within 14 days of purchase.

    The wpRigel Team

    March 23, 2026
    Commandify
  • Talking About WooCommerce Admin Slow Issue: 7 Fixes That Actually Work in 2026

    Talking About WooCommerce Admin Slow Issue: 7 Fixes That Actually Work in 2026

    A slow WooCommerce admin kills more than your patience. It kills your workflow.

    Every extra second loading an order, every extra click navigating to a product, every page load waiting for a filtered list compounds across a full workday. For a store processing 30 orders daily, even a modest reduction in admin friction recovers meaningful hours every week.

    But here is the thing most guides get completely wrong: there are two separate types of WooCommerce admin slowness, and they have different causes, different fixes, and different levels of urgency. Applying server-side fixes to a workflow problem will not help you. Applying workflow fixes to a database problem will not help either.

    This guide separates them clearly, gives you actionable fixes for each, and tells you which to prioritise first.

    The Two Types of WooCommerce Admin Slowness

    woocommerce admin is slow- learn how to manage woocommerce orders products and customers faster with commandify

    Type 1: Technical slowness. Admin pages take a long time to fully load. You click Orders and wait three seconds. You open a product and watch the spinner. This is a hosting, database, or plugin configuration problem. The page eventually arrives but the delay itself is the friction.

    Type 2: Workflow slowness. Pages load fine but reaching what you need still forces you through too many steps. Even on fast hosting, finding a specific order means: WooCommerce menu, click Orders, page loads, search bar, type customer name, click result, order opens.

    That is five to seven actions for a lookup you repeat many times a day. The pages are not slow. The process is.

    Most guides online only address Type 1. That is why people apply every recommended server fix, feel a marginal improvement, and still find WooCommerce admin genuinely exhausting to work in.

    The fixes below address both. We start with the one that delivers the fastest visible change.

    Fix 1: Install a Command Palette to Eliminate Workflow Slowness Immediately

    Commandify-wordpress.org-banner

    This fix goes first because it takes two minutes to implement and works before any server configuration change.

    Commandify Pro adds a command palette to your WordPress admin. Press Cmd/Ctrl + K from anywhere in wp-admin and a search bar opens. Type an order number, a customer email, or a product SKU and the result appears with direct actions. No navigation, no page loads, no menu hunting.

    The WooCommerce command suite is what makes this genuinely transformative for store management. Type #4152 and it jumps directly to order 4152. Paste a customer email and it identifies it as a customer lookup automatically. Type a product SKU and it opens that product. Change order status, add a note, apply a coupon, and recalculate totals all from within the palette itself, without ever visiting a WooCommerce screen.

    For a store manager who was previously navigating the WooCommerce interface manually for every lookup, the time difference is immediately obvious. What was a six-step process becomes two keystrokes. Repeated thirty times a day, this is a material recovery of working time.

    You can read a full walkthrough of the WooCommerce command suite in the dedicated guide on managing WooCommerce orders, products and customers faster with Commandify.

    The free version of Commandify handles admin navigation, content search, plugin management, and maintenance commands. Install it from WordPress.org and you will see the difference within the first hour. WooCommerce command actions require Commandify Pro, which starts at $47/year.

    Fix 2: Enable High-Performance Order Storage (HPOS)

    This is the single most impactful server-side fix for WooCommerce admin speed and one of the most commonly skipped.

    By default on older WooCommerce installs, order data is stored in the WordPress wp_posts and wp_postmeta tables. These tables were designed for blog content, not transactional e-commerce data. As your order volume grows, querying these tables gets progressively slower because they were never optimised for the data structure WooCommerce needs.

    High-Performance Order Storage solves this by moving orders into dedicated custom database tables built specifically for WooCommerce data. WooCommerce has documented speed improvements of up to 5x for order queries on high-volume stores after enabling HPOS.

    How to enable it: WooCommerce → Settings → Advanced → Features → Enable High-Performance Order Storage. WooCommerce provides a built-in migration tool that syncs your existing orders to the new tables before you switch. The migration runs in the background and you can verify data integrity before committing. Always take a full site backup before running the migration.

    If you are on WooCommerce 8.2 or later, HPOS may already be active. Check WooCommerce → Status → System Status to confirm. On WooCommerce 9.x, HPOS is the default for new installs.

    Fix 3: Upgrade Your PHP Version

    PHP is the programming language WordPress and WooCommerce run on. Each major version is meaningfully faster than the last. PHP 8.2 is approximately 30% faster than PHP 7.4 in benchmark tests. PHP 8.3 improves further on 8.2.

    Check your current PHP version at WooCommerce → Status → Server Information. If you are running anything below PHP 8.1, upgrading is the free performance improvement with the highest return on effort. WooCommerce 9.x recommends PHP 8.1 as the minimum. Running 8.2 or 8.3 is best practice for 2026.

    Most quality managed hosts, including Kinsta, WP Engine, Cloudways, and SiteGround, let you switch PHP versions from a dropdown in your hosting dashboard. No code editing required, no server access needed. Switch, check your site for errors in the next 24 hours, and confirm no plugin compatibility issues arise. The performance improvement takes effect immediately.

    One important note: upgrading PHP does not require switching hosts. If your current host does not offer PHP 8.x through their dashboard, contact their support. If they cannot provide it, that is a signal to reconsider your hosting, not to avoid upgrading PHP.

    Fix 4: Identify and Remove Slow Plugins with Query Monitor

    A single poorly written plugin can add one to three seconds to every WooCommerce admin page load. This is one of the most common causes of persistent admin slowness, and most store owners never identify it because they assume slowness is a hosting problem.

    Query Monitor is a free diagnostic plugin that exposes every database query, HTTP request, PHP error, and hook execution on any admin page. Crucially, it attributes each query to the specific plugin or theme that generated it.

    Install Query Monitor, visit a slow admin page, and click the Query Monitor toolbar item.

    Open “Queries by Component.” If one plugin is generating 50, 80, or 150 database queries on a single admin page load, that is your problem. Common culprits are heavy security plugins running scans on every page load, analytics plugins running complex queries in the background, backup plugins triggering during business hours, and abandoned plugins no longer actively maintained.

    Remove Query Monitor after your diagnostic session. It is a tool, not a permanent install. The data it gives you in 30 minutes of investigation is often worth more than any hosting upgrade.

    Fix 5: Enable Object Caching Through Your Hosting Dashboard

    Object caching stores the results of repeated database queries in memory, typically via Redis or Memcached. When WordPress needs the same data a second time, it retrieves it from RAM instead of querying the database again. For WooCommerce admin pages that make many repeated queries, this has a significant cumulative effect on page load times.

    Page caching, which is what most people think of when they hear “caching,” deliberately excludes wp-admin. Object caching applies everywhere, including admin. If you have only ever enabled page caching, you have not addressed the admin speed problem from a caching perspective.

    Most quality managed hosts offer Redis as a one-click enable: Kinsta through their Tools panel, WP Engine as a server add-on, Cloudways through the application settings toggle, Rocket.net as a default inclusion, SiteGround via Site Tools.

    Follow your host’s specific instructions. Do not attempt to configure Redis manually on shared hosting without confirmed support from your host, as a misconfigured object cache can cause more problems than it solves.

    Fix 6: Clean and Optimise Your WooCommerce Database

    WooCommerce databases accumulate overhead that slows down queries over time. Post revisions piling up from years of product edits. Orphaned order metadata from orders that were deleted. Expired transients building up in the wp_options table. Customer session data that was never cleared. Table overhead from deleted plugins whose tables still exist in the database.

    None of this causes dramatic slowness on its own. Combined over months and years on an active store, it adds measurable query time to every admin page load.

    WP-Optimize handles database cleanup through a clean interface without requiring database access. It shows exactly what it will remove before you confirm. Start with expired transients, orphaned metadata, and post revisions.

    Also run the native WooCommerce cleanup tools: WooCommerce → Tools → Clear transients, and WooCommerce → System Status → Tools → Clear customer sessions.

    WP-Optimize also identifies and removes tables left behind by plugins you have already deleted. These orphaned tables do not affect performance significantly but they do indicate your database has accumulated years of installationfootprint worth cleaning. After a cleanup on a store that has been running for two or more years, the difference in query speed is often noticeable.

    Fix 7: Remove WooCommerce Admin Bloat

    WooCommerce loads several default features that run on every admin page, including pages where they provide no value. Dashboard analytics widgets that make external API calls. Remote inbox notifications that fetch marketing messages from WooCommerce’s servers. Status meta boxes, marketplace suggestion panels, and extension recommendations loaded on every screen visit.

    Each of these is individually minor. Together, they add HTTP requests and processing overhead to every WooCommerce admin page load for every admin user on the site.

    The Disable WooCommerce Bloat plugin (free on WordPress.org, 5-star rated) exposes all of these as checkboxes. You select which features to disable and save. No code, no file editing, reversible at any time. Disabling remote inbox notifications alone removes an outbound HTTP request from every admin page load, which on shared hosting can recover a noticeable amount of page load time.

    You can also disable specific WooCommerce admin widgets through Screen Options on the Dashboard screen without any plugin. Click Screen Options at the top right of any admin screen and uncheck dashboard items from WooCommerce and other plugins that you never look at.

    Priority Order: Which Fix to Do First

    Not all fixes have equal impact or equal effort. Here is how to sequence them for the fastest visible improvement.

    FixAddressesEffortExpected Impact
    Install Commandify ProWorkflow slowness2 minutesImmediate, significant for daily WooCommerce use
    Enable HPOSTechnical slowness15 minutesHigh on stores with 500+ orders
    Run Query Monitor diagnosticTechnical slowness30 minutesHigh if a problem plugin is found
    Upgrade PHP versionTechnical slowness5 minutesHigh if currently below PHP 8.1
    Enable Redis object cachingTechnical slowness10 minutesHigh on busy stores, requires host support
    Database cleanup (WP-Optimize)Technical slowness20 minutesMedium, best on stores 12+ months old
    Disable WooCommerce bloatTechnical slowness10 minutesLow to medium, reduces unnecessary requests

    Start with Commandify because workflow improvements are immediate and require no server knowledge. Then work through the technical fixes in order of impact for your specific situation. If you are on PHP 7.4, that upgrade alone may be the most impactful technical change you make. If your store is new, HPOS and a clean database are the right focus.

    If admin pages feel slow for everyone on the team, Query Monitor will tell you exactly why within the first 30 minutes of use.

    What Does Not Help (Despite What You May Have Read)

    A few common recommendations appear frequently in WooCommerce speed guides but have no meaningful impact on admin speed specifically.

    Increasing the WordPress memory limit does not speed up the admin unless you are seeing memory-related errors. If your admin pages are slow but not crashing, increasing memory does not help. If they are crashing, fixing the memory limit addresses the crash, not the speed.

    Page caching plugins explicitly bypass wp-admin. WP Rocket, W3 Total Cache, and LiteSpeed Cache are all designed not to cache admin pages. Installing or optimising a page caching plugin has zero effect on your WooCommerce admin speed.

    A CDN speeds up the delivery of static assets to frontend visitors. It does not affect admin page load times in any meaningful way because the admin is dynamic, authenticated content that bypasses CDN layers.

    Knowing what does not help saves you from spending time on changes that will not move the needle. Focus on the seven fixes above, in the sequence recommended, and you will see genuine improvement.

    FAQs on WooCommerce Admin Slow Issues

    Why is my WooCommerce admin slow even with good hosting?

    Good hosting eliminates server-side bottlenecks but does not fix application-level problems. A poorly coded plugin generating 200 database queries on every admin page load will be slow on any hosting. Object caching being disabled, PHP running at 7.4, HPOS not enabled on a high-order-volume store, and years of accumulated database overhead are all application-level issues that persist regardless of hosting quality.

    Use Query Monitor to identify the specific cause before assuming a host upgrade is the answer.

    How much faster is WooCommerce admin with HPOS enabled?

    WooCommerce’s own testing documented up to 5x faster order query performance in production environments after HPOS migration. The real-world improvement varies significantly based on order volume and server configuration. Stores with fewer than 500 orders may see modest improvements.

    Stores with tens of thousands of orders typically see very noticeable differences in how quickly order lists load, filters apply, and order searches complete.

    Is HPOS safe to enable on a live WooCommerce store?

    Yes. HPOS has been production-ready since WooCommerce 8.2. The built-in migration tool syncs your data between old and new tables simultaneously and lets you run both in parallel while verifying data integrity before committing to the switch. Take a full backup before migrating.

    The migration runs in the background and typically completes without requiring downtime. After migration, you can revert to legacy storage if any issues arise, though this is rarely needed.

    Does adding Commandify affect frontend site speed?

    No. Commandify loads its scripts only in wp-admin for logged-in administrators. It adds nothing to the public-facing site for regular visitors. Most commands use client-side filtering with no additional server requests per keystroke.

    For longer operations like maintenance cleanup, a progress bar appears while the task runs. There is no measurable performance impact on frontend performance from installing Commandify.

    My WooCommerce orders list takes forever to load. What’s causing it?

    A slow orders list specifically is usually one of three things.

    • First, legacy order storage on a high-volume store, which HPOS fixes.
    • Second, a plugin adding custom columns to the orders list that run additional queries for each row.
    • Third, a very large number of orders combined with no object caching, meaning every column calculation hits the database fresh each time.

    Run Query Monitor with the orders list open and check Queries by Component. The culprit will usually be visible within the first review.

    Can I speed up WooCommerce admin without any technical knowledge?

    Yes. Several of the most impactful fixes require no technical knowledge at all. Installing Commandify takes two minutes. Enabling HPOS is a settings toggle with a built-in migration tool. Upgrading PHP is a dropdown selection in your hosting dashboard on most quality hosts. Disabling WooCommerce bloat is a checklist of items to uncheck.

    Running WP-Optimize is a plugin with a clean interface that previews changes before executing them. None of these require server access, file editing, or coding.

    The wpRigel Team

    March 23, 2026
    user guides, WooCommerce
  • Why The WordPress Built-In Command Palette Isn’t Enough (And What to Do About It)

    Why The WordPress Built-In Command Palette Isn’t Enough (And What to Do About It)

    WordPress 6.9 shipped with a command palette that works across the entire wp-admin. Press Cmd/Ctrl + K from any screen and you get a search interface to navigate your dashboard, open posts and templates, toggle editor settings, and run basic site actions.

    For a lot of casual WordPress users, this is genuinely useful. It’s a clean feature, it works well for what it does, and it signals where the platform is heading.

    But here’s the uncomfortable reality for anyone who uses WordPress professionally: the built-in command palette doesn’t touch the tools that define most real WordPress workflows.

    No WooCommerce. No Elementor. No Bricks. No contact forms. No plugin management from the palette. No action commands, only navigation. No customisation without writing code. No frontend access.

    These aren’t edge cases. For store managers, agency developers, freelancers handling client sites, and any serious WordPress professional, these are the tools they use every single day.

    This article breaks down exactly what the core palette does, where it stops, why those limits exist, and what a complete command palette solution actually looks like for professional use.

    What the WordPress Core Command Palette Actually Does Well

    Credit where it’s due. The WordPress 6.9 palette is a meaningful improvement over what shipped in 6.3.

    The original 6.3 release limited the command palette to the Site Editor and the Post/Page editor within block themes. Classic themes didn’t get it at all. Most of the admin was untouched. That was a significant constraint for everyday use.

    wordpress 6.9 introduces core command palette

    WordPress 6.9 changed this. The palette now works across the entire wp-admin. You can press Cmd/Ctrl + K from the dashboard, the settings pages, the users screen, anywhere in the admin and the palette opens.

    The 6.9 palette handles these tasks well:

    • Navigating between admin screens by name
    • Searching for posts and pages and jumping to them
    • Browsing templates, template parts, and patterns in the Site Editor
    • Adding blocks while in the post editor (via the slash command)
    • Toggling editor modes like List View and Code Editor
    • Adding custom CSS through the Styles interface
    • Resetting customised templates to their defaults
    • Undoing and redoing changes in the editor

    For a content editor working primarily within WordPress’s native block environment, this is a solid baseline. The palette removes real friction from common editorial tasks.

    The problem starts when you look at how most professional WordPress users actually spend their day.

    The Specific 8 WordPress Core Command Palette Limitations You Should Know

    wordpress 6.9 overview

    Limitation 1: Zero WooCommerce Integration

    WooCommerce powers roughly 28% of all online stores. For store managers, it’s where the majority of their working hours go.

    The WordPress core command palette cannot access WooCommerce data at all. You cannot search for an order by number or customer email. You cannot look up a product by SKU. You cannot find a customer by name. You cannot change an order status, add a note, check inventory levels, or perform any WooCommerce action from the palette.

    What the palette can do is navigate you to the WooCommerce Orders screen. That’s it. Everything you actually do once you’re there requires the traditional click-heavy WooCommerce interface.

    For a store manager handling 20 to 50 orders a day, this means the core command palette is essentially decorative. The bottleneck isn’t navigating to the Orders screen. The bottleneck is the 6 to 8 action workflow for every individual order lookup and update.

    Limitation 2: No Plugin Management Actions

    You can type “Plugins” and the palette will take you to the Plugins admin screen. That’s the full extent of plugin-related capability.

    You cannot activate a plugin from the palette. You cannot deactivate one. You cannot install a plugin by searching the WordPress.org repository. You cannot update a specific plugin or check which plugins have updates available.

    Developers troubleshoot issues by activating and deactivating plugins constantly. Agencies test client sites before deployments by toggling specific plugins. Support professionals check plugin conflicts by disabling suspected plugins one at a time. All of this still requires a full Plugins screen visit, a page load, finding the right plugin in the list, and clicking.

    This is a significant gap for anyone who works with plugins regularly, which is most professional WordPress users.

    Limitation 3: No Page Builder Integration

    Elementor has over 5 million active installs. Bricks Builder has grown rapidly to become one of the most popular choices among agency developers. Between them, they power a significant percentage of professionally built WordPress sites.

    Neither is accessible through the WordPress core command palette in any meaningful way. You can navigate to the Templates screen. But you cannot search for a specific Elementor template by name, open it directly, duplicate it, or manage it from the palette. Same for Bricks. Same for any other page builder.

    For agencies and developers whose daily work is primarily building and editing templates across multiple client sites, the core palette doesn’t reach the part of WordPress they use most.

    Limitation 4: No Contact Form Management

    Contact Form 7 has over 5 million active installs. WPForms, Gravity Forms, and Fluent Forms each have millions more. Contact forms are a standard part of nearly every professional WordPress site.

    The core command palette cannot search for forms, open them for editing, view submissions, access Flamingo entries, copy shortcodes, or interact with contact form data in any way. You need to navigate to the respective plugin’s admin section for every form-related task.

    For agencies who manage contact forms and form submissions for clients, this is a daily friction point the core palette doesn’t address.

    Limitation 5: Navigation Only, No Action Depth

    This is the most fundamental limitation and it’s worth being precise about what it means.

    A navigation palette gets you to screens. An action palette lets you do things from the palette without visiting those screens. These are genuinely different tools.

    The WordPress core palette is predominantly a navigation tool. It takes you to places. When you arrive, you still use the normal interface to perform actions.

    A true action palette like Commandify Pro doesn’t just navigate to the WooCommerce order. It lets you change the order status, add a note, and apply a coupon from within the palette itself. It doesn’t just navigate to the Plugins screen. It activates or deactivates the plugin directly. It doesn’t navigate to the user’s profile. It surfaces the profile with available actions and lets you act immediately.

    The difference in daily time saved between a navigation palette and an action palette is enormous for professionals who perform the same workflows dozens of times a day.

    Limitation 6: No Fuzzy Search or Pattern Recognition

    The WordPress core palette requires reasonably accurate input to return useful results. It handles partial words to a degree but doesn’t have robust typo tolerance or the kind of fuzzy matching that makes search feel effortless.

    More significantly, it doesn’t recognise input patterns. If you paste an order number like #4152 into the core palette, it returns navigation results containing “4152” if any exist. It doesn’t recognise the format as a WooCommerce order ID and suggest the relevant action. If you paste a customer email, it searches for content matching that string. It doesn’t recognise an email address as a customer identifier and surface the customer lookup workflow.

    Pattern recognition is what separates a smart productivity tool from a search box. The core palette is a search box.

    Limitation 7: No Frontend Access

    The WordPress 6.9 command palette is an admin-only tool. When the WordPress core team expanded it to the full admin, they explicitly decided not to bring it to the frontend of sites.

    For developers reviewing the public-facing site, for content editors spotting issues while previewing live pages, and for site managers who browse their own sites, there’s no way to trigger a palette action without switching to a separate admin tab.

    This is a deliberate scope decision, not an oversight. But it leaves a gap for the significant portion of professional users who would find frontend admin access genuinely useful.

    Limitation 8: Not Customisable Without Code

    The only way to extend or customise the WordPress core command palette is through code. Specifically, via the @wordpress/commands package for static commands or the useCommand React hook for dynamic ones.

    There is no interface for non-developers to add favourite commands, create custom workflows, build role-specific command sets, or personalise the palette in any way. A store manager, content professional, or agency account manager cannot adjust what appears in their palette without developer intervention.

    For teams with diverse roles and different workflow needs, this limits the palette’s practical usefulness to whatever the development team chooses to build into it.

    wordpress 6.9 introduces core command palette

    Why These Limits Exist (And Why That’s Actually Fine)

    Understanding why the core palette has these limitations matters because it shapes the right way to think about filling the gaps.

    WordPress core follows a philosophy of shipping features that work safely across every WordPress install in the world. Deep WooCommerce integration in core would create compatibility risks for the majority of WordPress sites that don’t run WooCommerce.

    Page builder integrations would create maintenance dependencies on third-party products with their own release cycles. Action commands that modify database records introduce user error risks at scale.

    These are reasonable product decisions for a core platform serving hundreds of millions of sites.

    Riad Benguella, the WordPress core contributor who built the original command palette, made clear when it launched that the expectation was always for third-party plugins to extend the palette for professional use cases. The core API allows any plugin to register commands. The architecture is deliberately extensible.

    What this means practically is that the core palette is the foundation. Professional-grade command palette capability requires a purpose-built plugin that uses that foundation and extends it into real workflows.

    What a Professional Command Palette Actually Looks Like

    The gap between the core palette and what professional WordPress users actually need is precisely the space Commandify was designed for.

    Commandify installs as a standard plugin and immediately extends the Cmd/Ctrl + K shortcut with a complete professional command set. It doesn’t replace the core palette. It builds on it and expands it into the workflows the core version was never designed to reach.

    Commandify-wordpress.org-banner

    Here’s the same list of limitations addressed directly:

    WooCommerce: Full Action Suite, Not Just Navigation

    Commandify Pro includes the WooCommerce command suite. Search orders by number, customer email, or status. Change order status, add notes, apply coupons, recalculate totals. Every product and variation appears as its own searchable entry with tools to edit pricing, update stock, and manage SKUs. Customer lookup by name or email with direct profile access and recent order history.

    This is full action depth, not navigation. The order is changed from the palette. The note is added from the palette. No screen visits required.

    Plugin Management: Full Control from the Palette

    Commandify free includes full plugin management from the palette. Activate, deactivate, install from WordPress.org, search installed plugins. This is available without upgrading to Pro and without visiting the Plugins screen.

    Page Builders: Elementor and Bricks Template Management

    Commandify Pro provides full template management for both Elementor and Bricks Builder. Search templates by name, open them directly, duplicate, rename, manage. No navigation to the templates screen required. Direct builder access from the palette with intelligent post type detection for Bricks.

    Contact Forms: CF7, Flamingo, and Fluent Forms

    Contact Form 7 forms are searchable and manageable from the palette. Edit forms, copy shortcodes, view Flamingo submissions, search pages containing specific form shortcodes. Fluent Forms integration covers form management, entries, and transactions. All without navigating to the respective plugin sections.

    Pattern Recognition: Paste and Go

    Type #4152 and Commandify jumps to WooCommerce order 4152. Paste a customer email and it surfaces the customer lookup. Type @sarah and it opens Sarah’s user profile. Type a product SKU and it finds the product. These patterns are recognised automatically. No search finessing required.

    Frontend Access

    Commandify works on the frontend for logged-in administrators. Press Cmd/Ctrl + K while browsing any page of your site and the full palette opens with theme-independent styling. Admin actions available from the public side of the site without switching tabs.

    Per-User Customisation, No Code Required

    Every user can configure their shortcut key, search results size, debounce timing, and command visibility from a settings interface. No code required. The store manager, the content editor, and the developer each get a palette that fits their role and their workflow.

    Side-by-Side: WordPress Core Palette vs Commandify Free and Pro

    CapabilityWordPress Core Palette (6.9)Commandify FreeCommandify Pro
    Full wp-admin navigationYesYesYes
    Post and page searchYesYes + quick actionsYes + quick actions
    Template and template partsYes (Site Editor)YesYes
    Block editor actionsYesYesYes
    Plugin activate / deactivateNoYesYes
    Install plugins from WordPress.orgNoYesYes
    WooCommerce orders (search and actions)NoNoYes
    WooCommerce products and variationsNoNoYes
    WooCommerce customer managementNoNoYes
    Elementor template managementNoNoYes
    Bricks Builder template managementNoNoYes
    Contact Form 7 and FlamingoNoNoYes
    Fluent Forms integrationNoNoYes
    Fuzzy, typo-tolerant searchBasicYesYes
    Pattern recognition (#ID, @user, email, SKU)NoNoYes
    Contextual commands (screen-aware)PartialNoYes
    Frontend palette for logged-in adminsNoYesYes
    Per-user customisation (no code)NoYesYes
    Maintenance commands (cache, transients, trash)NoYesYes

    Who Experiences Which Limitations

    The gaps in the core palette hit different user types with different intensity. Understanding who feels which limitations most acutely helps clarify whether the core palette is enough for your specific situation.

    WooCommerce Store Managers

    This group hits the hardest wall. The entire daily workflow of a store manager revolves around WooCommerce data that the core palette cannot touch. Orders, products, customers, inventory. The core palette is essentially not useful for the bulk of their work. A dedicated plugin like Commandify Pro is genuinely necessary for keyboard-first WooCommerce management.

    Agency Developers and Freelancers

    The missing plugin management actions are the most painful limitation here. Agencies and freelancers activate and deactivate plugins as a standard troubleshooting routine. The template management gaps for Elementor and Bricks also affect this group heavily. The core palette navigates you to the right sections but doesn’t reduce the click-count of the workflows that happen repeatedly every day.

    Content Editors and Bloggers

    This group is the best fit for the core palette as-is. Navigation between screens, post and page search, editor actions within the block environment. If your work is primarily content creation within WordPress’s native tools, the 6.9 palette handles the majority of your use case. The remaining friction is real but not severe.

    Site Administrators Managing Multiple Users or Roles

    The lack of pattern recognition is most felt here. Admins handling user support, client access management, and role-based workflows deal with a constant flow of user lookups. The core palette can navigate to the Users screen. It cannot turn a pasted email address into an immediate profile lookup with actions. That gap is the difference between a useful tool and a transformative one for this group.

    How to Get a Full-Featured Command Palette for WordPress

    If you’re on WordPress 6.3 or later, you already have the core palette. Press Cmd/Ctrl + K anywhere in your admin and start exploring what it can do. For content-focused workflows, it may cover what you need.

    For professional use cases, the path forward is installing Commandify. The free version is available on WordPress.org and adds full plugin management, maintenance commands, universal content search with quick actions, frontend palette access, and robust fuzzy search. This alone addresses several of the core palette’s significant limitations at no cost.

    When you’re ready for WooCommerce integration, page builder template management, pattern recognition, and action-depth commands, Commandify Pro starts at $47/year with a 14-day money-back guarantee.

    You can also read the full breakdown of the best WordPress command palette plugins for a broader comparison of all the options currently available.

    FAQs on WordPress Core Command Palette Limitations

    Does WordPress 6.9 finally fix the command palette limitations?

    WordPress 6.9 made a significant improvement by expanding the palette to the full wp-admin rather than limiting it to the Site Editor. This addressed one of the biggest usability complaints about the earlier versions. But the core architectural limitations remain.

    No WooCommerce integration, no plugin management actions, no page builder support, no frontend access, no customisation without code. You can read more about the 6.9 release and its command palette changes in the WordPress 6.9 overview on this blog.

    Can I extend the WordPress core command palette myself?

    Yes, if you’re a developer. WordPress exposes a commands API via the @wordpress/commands package. Static commands can be registered using wp.data.dispatch(wp.commands.store).registerCommand().

    Dynamic commands that change based on editor state use the useCommand React hook. From WordPress 6.9, plugin developers can also register commands that appear across the full admin, not just the block editors.

    For non-developers, there is no interface-based way to extend or customise the core palette without code.

    Does installing Commandify break or conflict with the WordPress core command palette?

    No. Commandify uses the same Cmd/Ctrl + K shortcut and extends the same WordPress commands infrastructure. It adds to the command set rather than replacing the core palette. All core palette functionality is retained after Commandify is installed.

    The shortcut triggers the expanded palette which includes both the original core commands and all of Commandify’s additions.

    Will the WordPress core palette eventually match what Commandify offers?

    It’s possible but not likely in the near term. WordPress core follows a careful release philosophy that prioritises backward compatibility and universal stability. Deep WooCommerce integration, page builder support, and action-depth commands are the territory of the plugin ecosystem, not core.

    The WordPress 7.0 roadmap (scheduled for mid-2026) shows continued command palette improvements, but the focus appears to be on refining the existing command set rather than expanding into third-party plugin territory.

    Third-party plugins will continue to be the right place for professional command palette workflows.

    Does the WordPress core palette work on classic themes?

    With WordPress 6.9, the command palette is available across the full wp-admin regardless of theme type. The earlier limitation to block themes and the Site Editor has been removed.

    Basic navigation and content search commands work on any theme. Some template-related commands still require a block theme since templates are a block theme concept, but core admin navigation and general commands work universally from 6.9 onwards.

    What is the most important thing the WordPress core palette is missing?

    For most professional users, the answer is action depth. The core palette navigates you to screens. It doesn’t perform actions on data within the palette itself.

    The ability to change a WooCommerce order status, activate a plugin, manage a template, or add a user note without leaving the palette and visiting a separate screen is the capability that separates a productivity tool from a navigation aid. That gap is where Commandify Pro operates.

    The wpRigel Team

    March 23, 2026
    WordPress News and Updates, user guides
  • 15 WordPress Keyboard Shortcuts That Save Hours Every Week

    15 WordPress Keyboard Shortcuts That Save Hours Every Week

    Most WordPress users spend more time clicking than they should. You reach for the mouse to bold a word, click through three menus to add a block, drag to rearrange sections that keep slipping. It’s not a skill problem. It’s a habit problem.

    WordPress keyboard shortcuts fix the habit. The ones in this guide are not a complete list of every shortcut that exists; that list is 85+ entries long and most of it you’ll never use. These are the 15 that actually change how fast you work, whether you’re a blogger, a store owner, or a developer managing client sites.

    Each one includes the correct key combination for both Mac and Windows, because they’re different in WordPress and most guides get this wrong.

    Keyboard shortcuts speed up editing. But they don’t touch plugin management, WooCommerce orders, user lookups, or template access. Commandify adds a command palette to WordPress (Cmd/Ctrl + K) that handles all of that. Free on WordPress.org.

    Before You Start: Mac vs Windows in WordPress

    WordPress uses two different shortcut systems and most guides only show one. Here’s the rule:

    • For formatting shortcuts (bold, italic, undo, save): Windows uses Ctrl, Mac uses Cmd (⌘)
    • For WordPress-specific shortcuts (publish, preview, add media): Windows uses Alt + Shift, Mac uses Ctrl + Option

    This is important. If you’re on a Mac and you try Alt + Shift + P to publish, it won’t work. The correct Mac shortcut is Ctrl + Option + P. Every shortcut below shows both.

    The 15 WordPress Keyboard Shortcuts Worth Learning

    WordPress Keyboard Shortcuts

    1. Open the Keyboard Shortcut Reference Anytime

    Windows: Alt + Shift + H    Mac: Ctrl + Option + H

    Start here. This shortcut opens a popup showing every available keyboard shortcut for whichever editor you’re currently in, block editor or Classic. You don’t need to memorize this entire article. Learn this one shortcut and use it as your reference whenever you need a reminder.

    In Gutenberg, you can also access it from the three-dot menu in the top toolbar → Keyboard Shortcuts.

    2. Save Your Draft Without Clicking

    Windows: Ctrl + S    Mac: Cmd + S

    Works in both the block editor and the Classic Editor. Saves the current state as a draft without publishing. Make this automatic- press it every few minutes while writing and you’ll never lose content to an accidental tab close or browser crash again.

    3. Undo and Redo

    Undo — Windows: Ctrl + Z    Mac: Cmd + Z
    Redo — Windows: Ctrl + Y    Mac: Cmd + Shift + Z

    Gutenberg maintains a deep undo history, far deeper than the Classic Editor ever did. You can step back through dozens of block changes. This makes experimentation safe- try a layout, don’t like it, undo your way back. Note that redo uses different keys on Mac vs Windows, which catches people out.

    4. Publish or Update a Post

    Windows: Alt + Shift + P    Mac: Ctrl + Option + P

    Triggers the publish or update action depending on the post status. On an unpublished draft, it opens the publish panel. On an already-published post, it updates it immediately. Useful when you’re doing a round of quick content updates across multiple posts.

    5. Insert a New Block Instantly

    Shortcut: Type / on any empty block (Mac and Windows)

    This is the highest-value Gutenberg shortcut for anyone who builds pages or writes long-form content. Type a forward slash on an empty line and the inline block inserter opens. Start typing the block name (“image”, “table”, “quote”, “heading”) and it appears. No toolbar clicking, no drag from the sidebar.

    Once you build muscle memory for this, reaching for the + button will feel slow.

    6. Duplicate Any Block

    Windows: Ctrl + Shift + D    Mac: Cmd + Shift + D

    Copies the selected block and places the duplicate directly below it. Useful when building repeating content structures- a set of feature cards, a series of FAQ blocks, or multiple variations of a CTA section. Much faster than copy-paste when you need the exact block type and settings preserved.

    7. Move Blocks Up and Down

    Move up — Windows: Ctrl + Shift + Alt + T    Mac: Cmd + Shift + Option + T
    Move down — Windows: Ctrl + Shift + Alt + Y    Mac: Cmd + Shift + Option + Y

    Drag-and-drop in Gutenberg works fine on short pages. On long pages with 20+ blocks, it’s imprecise and frustrating. These shortcuts move the selected block one position up or down with precision. Select the block, press the shortcut, repeat as needed.

    8. Remove a Block

    Windows: Ctrl + Shift + Alt + Z    Mac: Cmd + Shift + Option + Z

    Deletes the currently selected block. Faster than right-clicking and choosing Remove Block from the context menu, especially when you’re cleaning up a page with blocks you no longer need. If you delete by mistake, Ctrl/Cmd + Z brings it back.

    9. Open the Block List View

    Windows: Ctrl + Alt + O    Mac: Ctrl + Option + O

    Opens the List View panel, which shows every block on the page in a hierarchical tree. Invaluable on complex pages with nested blocks- columns inside groups, buttons inside columns, and so on. You can click any block in the list view to select it instantly rather than hunting for it on the canvas.

    10. Toggle Distraction-Free Writing Mode

    Windows: Ctrl + Shift + Alt + F    Mac: Cmd + Shift + Option + F

    Hides the sidebar, the top toolbar, and all admin chrome. Only your content remains on screen. If you write long-form posts inside WordPress, this is the shortcut that transforms the block editor into something resembling a proper writing environment. Press the same combination to exit.

    11. Switch Between Visual and Code Editor

    Windows: Ctrl + Shift + Alt + M    Mac: Cmd + Shift + Option + M

    Toggles between the visual block editor and the raw block markup (code editor). Useful when you need to inspect or manually fix block HTML- a common need when pasting content from external sources that imports with broken markup. Switch back with the same shortcut.

    12. Bold, Italic, and Underline Selected Text

    Bold — Windows: Ctrl + B    Mac: Cmd + B
    Italic — Windows: Ctrl + I    Mac: Cmd + I
    Underline — Windows: Ctrl + U    Mac: Cmd + U

    Works in both editors. Select the text first, then apply the shortcut. These are the same combinations used in Word, Google Docs, and most text editors; so if you already use them elsewhere, they’re zero learning curve in WordPress.

    13. Insert or Edit a Link

    Windows: Ctrl + K    Mac: Cmd + K

    Select any text in the block editor, press Ctrl/Cmd + K, and the inline link popover opens. Start typing a URL or a post title, WordPress searches your existing content in real time. Press Enter to apply. To remove a link, select the linked text and press Ctrl/Cmd + K, then choose Remove Link.

    Note: in the Classic Editor, this same shortcut opens the Insert Link dialog, which works slightly differently.

    14. Enable Comment Moderation Shortcuts

    Setup: Users → Profile → check “Enable keyboard shortcuts for comment moderation”

    Once enabled, you can moderate your entire comments queue without touching the mouse. J/K moves between comments. A approves, S marks as spam, D deletes, U sends back to pending, R opens the reply field. For high-volume sites, this turns comment moderation from a tedious clicking exercise into something you can process in under a minute.

    These shortcuts must be enabled per user, they’re off by default.

    15. Use Markdown-Style Formatting Shortcuts

    Works in: Gutenberg block editor (type and press Space or Enter to apply)

    Most people don’t know Gutenberg supports Markdown-style shortcuts directly in the editor. Type these at the start of an empty block and press Space or Enter:

    • ## → H2 heading   ### → H3   #### → H4
    • * or – → unordered list
    • 1. → ordered list
    • > → blockquote
    • — → horizontal divider
    • `code` → inline code

    These are faster than clicking toolbar buttons for common formatting tasks and work entirely within your natural typing flow.

    Quick Reference: All 15 Shortcuts

    ShortcutWindowsMacWorks In
    Open shortcut referenceAlt + Shift + HCtrl + Option + HBoth editors
    Save draftCtrl + SCmd + SBoth editors
    UndoCtrl + ZCmd + ZBoth editors
    RedoCtrl + YCmd + Shift + ZBoth editors
    Publish / UpdateAlt + Shift + PCtrl + Option + PBoth editors
    Insert new block//Block editor
    Duplicate blockCtrl + Shift + DCmd + Shift + DBlock editor
    Move block upCtrl + Shift + Alt + TCmd + Shift + Option + TBlock editor
    Move block downCtrl + Shift + Alt + YCmd + Shift + Option + YBlock editor
    Remove blockCtrl + Shift + Alt + ZCmd + Shift + Option + ZBlock editor
    Open List ViewCtrl + Alt + OCtrl + Option + OBlock editor
    Distraction-free modeCtrl + Shift + Alt + FCmd + Shift + Option + FBlock editor
    Toggle code editorCtrl + Shift + Alt + MCmd + Shift + Option + MBlock editor
    Bold / Italic / UnderlineCtrl + B / I / UCmd + B / I / UBoth editors
    Insert or edit linkCtrl + KCmd + KBoth editors

    One Thing These Shortcuts Can’t Do and You Choose Commandify Plugin

    Everything above makes editing faster. But editing is only part of what you do in WordPress.

    Finding a WooCommerce order. Deactivating a plugin. Looking up a user by email. Clearing cache. Switching between staging and live. Opening an Elementor template without loading the full builder first. These are the tasks that actually eat admin time and no keyboard shortcut covers them.

    That’s the problem Commandify solves. It adds a true command palette to WordPress- press Cmd/Ctrl + K from anywhere in wp-admin and type what you want to do.

    • Type order 4152 → jumps directly to that WooCommerce order
    • Type deactivate jetpack → deactivates Jetpack without visiting the Plugins screen
    • Type @sarah → opens Sarah’s user profile with actions ready
    • Type clear cache → clears cache with one confirmation
    • Type maintenance → toggles maintenance mode on or off

    The fuzzy search handles typos and partial input, so you don’t need to type exact command names. Commandify Pro extends this to the full WooCommerce command suite (orders, products, variations, customers, coupons) and adds Elementor, Bricks Builder, and Contact Form 7 integrations.

    If you’ve found yourself switching between WordPress users repeatedly for testing or client support, there’s a command for that too.

    Install Commandify free from WordPress.org– no setup required. Press Cmd/Ctrl + K and start using it immediately. See Pro pricing for WooCommerce and page builder integrations.

    Two Common Issues to Know About

    Browser shortcuts can conflict with WordPress shortcuts

    Some browser extensions (particularly tab managers, password managers, and accessibility tools) use the same key combinations as WordPress. If a shortcut doesn’t work, check whether an extension is intercepting it.

    In Chrome, you can audit extension keyboard shortcuts at chrome://extensions/shortcuts. Firefox extensions like Keyconfig can create similar conflicts.

    Cmd + K opens the command palette, not a link dialog, in Gutenberg

    Since WordPress 6.3, pressing Cmd/Ctrl + K without text selected opens the WordPress command palette. With text selected, it opens the inline link popover. This is intentional but confuses users who muscle-memory the old “press Cmd+K anywhere to insert a link” behavior from the Classic Editor. Select your text first, then press Cmd/Ctrl + K.

    FAQs on WordPress Keyboard Shortcuts

    Commandify-wordpress.org-banner

    Why are my WordPress keyboard shortcuts not working?

    The most common reasons: you’re using the wrong key combination for your OS (Alt + Shift on Windows, Ctrl + Option on Mac for WordPress-specific shortcuts), a browser extension is intercepting the shortcut, or you’re on the wrong editor- some shortcuts are Gutenberg-only and won’t work in the Classic Editor.

    Try pressing Alt + Shift + H (Windows) or Ctrl + Option + H (Mac) first to confirm shortcuts are working at all.

    What is the shortcut to publish a post in WordPress?

    Alt + Shift + P on Windows, Ctrl + Option + P on Mac. On a draft post, this opens the publish confirmation panel. On an already-published post, it updates the post immediately. There’s no single-key “publish without confirmation” shortcut- WordPress always shows the publish panel on first publish to prevent accidental publishing.

    Do WordPress keyboard shortcuts work in WooCommerce?

    Standard WordPress keyboard shortcuts work in the post and page editor, which includes WooCommerce product pages. They don’t work in the WooCommerce Orders, Customers, or Reports screens- those are custom admin pages with their own interface.

    For keyboard-driven navigation across WooCommerce, Commandify Pro’s WooCommerce command suite is the practical solution.

    What is the difference between Gutenberg and Classic Editor shortcuts?

    Formatting shortcuts (bold, italic, undo, save, links) work in both. Block-specific shortcuts (inserting blocks with /, duplicating, moving, List View, distraction-free mode, code editor toggle) only work in Gutenberg.

    The Classic Editor has its own set of Alt + Shift shortcuts for formatting and navigation that Gutenberg replaced with the block-centric shortcuts. If you’re still on the Classic Editor, pressing Alt + Shift + H shows you the full Classic shortcut list.

    Can I add custom keyboard shortcuts to WordPress?

    WordPress doesn’t have a native interface for creating custom shortcuts. You can use browser-level tools like AutoHotkey (Windows) or Keyboard Maestro (Mac) to create system-wide shortcuts that trigger wp-admin actions.

    For admin-level actions like running commands, clearing cache, or managing plugins, Commandify Pro lets you configure the trigger key and customize command visibility per user- which is the closest native WordPress gets to custom shortcut management.

    The wpRigel Team

    March 23, 2026
    user guides
1 2 3 … 6
Next Page
wprigel logo

wpRigel builds innovative WordPress plugins for developers, marketers and agencies. Be with us, get more users for your business and increase conversion using our powerful tools.

  • x.com icon
  • linkedin icon

Products

  • Pollify
  • Commandify
  • Automatify (coming soon)

Company

  • Affiliate Program
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms and Conditions

Resources

  • Docs & User Guides
  • Blog
  • Support Area
  • Refund policy
  • Pricing for Pollify & Commandify

Comparisons

  • Commandify vs CommandUI
  • Pollify vs CrowdSignal

Changelogs

  • Commandify Changelog
  • Pollify Changelog

wpRigel 2026. All Rights Reserved

  • Terms of use
  • Privacy Policy
  • Cookie Policy