79 articles
Knowledge Base
WordPress Plugins
79 articles in the WordPress Plugins category · page 1 of 4.
- Amelia booking plugin on WordPress — operational picks A WordPress Amelia booking operational guide covering employee schedules, service configuration, payment integration, and the calendar sync that determines whether bookings actually arrive.
- WP Fastest Cache vs WP Rocket, W3TC, and WP Super Cache WordPress cache plugin comparison from an operator perspective — what WP Fastest Cache does better than its competitors, where it falls short, and which workload picks each.
- CDN edge config for WordPress — Cloudflare Workers vs BunnyCDN vs Fastly VCL Edge rules behave very differently between Cloudflare, BunnyCDN, and Fastly. The decisions that matter for WordPress — cache key, bypass cookies, ESI — are not interchangeable across vendors.
- Multi-region WordPress — primary/replica DB, sticky sessions, content replication Going multi-region on WordPress is a database problem first, a session problem second, a content problem third. The patterns that actually hold across geographies.
- WordPress hooks debugging — finding which action or filter actually fired A WordPress hook is misbehaving and you can't tell which plugin attached the callback. The tools and techniques to surface which actions and filters fired, in what order, and from where.
- WordPress and Lighthouse — getting actionable results, not just scores WordPress Lighthouse audits surface 30+ recommendations. How to pick the three that matter, ignore the synthetic noise, and validate fixes against real users.
- WordPress trash management — emptying, retention, and recovery A WordPress trash holds posts, pages, comments, and attachments for 30 days by default. How to tune retention, audit the queue, and recover items before the auto-purge.
- WordPress menu management at scale — 100+ items without breaking A WordPress menu with 100+ items strains the admin, the front-end render, and the editorial workflow. Practices that keep large menus maintainable.
- FluentSMTP for WordPress — modern alternative to WP Mail SMTP FluentSMTP is a free WordPress SMTP plugin with multi-mailer routing, real logging, and no gated paywall on the things you need to triage deliverability.
- Post SMTP Mailer on WordPress — pros and cons Post SMTP Mailer is the third major WordPress SMTP plugin. It has a unique OAuth-first design and a built-in mobile push notifier — and a maintenance pattern that deserves scrutiny.
- WordPress profiling patterns: Query Monitor, New Relic, Datadog WordPress profiling with three tools that answer different questions — Query Monitor for the request you can reproduce, New Relic for trends over weeks, Datadog when the stack extends beyond WordPress.
- WP-CLI bulk content cleanup at scale Purging tens of millions of spam comments or post revisions with one big DELETE locks the table and brings the site down. Primary-key chunking and WP-CLI loops are the only way through.
- WordPress emails not arriving — DKIM, SPF, and DMARC alignment WordPress emails accepted by the upstream but rejected at the receiver are almost always a DMARC alignment problem. Here is what alignment means and how to check it for WordPress sends.
- WordPress JavaScript errors from plugins: isolation and fix patterns WordPress JS errors from a plugin usually point at one of three patterns. Here is how to isolate the offending WordPress plugin without disabling the whole site.
- WordPress featured image issues — common failures and fixes WordPress featured image troubles range from missing thumbnails to wrong sizes in social previews. A diagnostic walkthrough that finds the actual cause of WordPress featured image failures.
- MemberPress on WordPress — operational picks that matter A WordPress MemberPress operational guide: the rule configuration that scales, the payment gateway settings that survive a chargeback, and the recurring-billing edge cases you need to test before launch.
- WordPress file size limit — increasing it safely A WordPress upload size limit defaults to 2-8 MB and breaks the first time someone uploads a podcast or video. Where the limit actually lives and how to raise it without weakening the host.
- WordPress transactional vs marketing email separation WordPress sends both classes of email from the same path by default. Here is why you separate them, how to route them through different providers, and the subdomain split that protects reputation.
- WP Job Manager, GeoDirectory, and WordPress directory plugins A WordPress directory plugin operational guide covering WP Job Manager for job boards, GeoDirectory for local listings, the listing approval flow, and the indexing concerns for searchable directories.
- WordPress + Postmark integration — transactional-only, on purpose Postmark for WordPress transactional email — why the strict transactional-only policy makes deliverability better, the server token setup, and the bounce + spam-complaint handling.
- FluentCRM on WordPress — managed marketing operations FluentCRM is a self-hosted email marketing platform inside WordPress. Here is what running it as managed marketing operations looks like, and what breaks at scale.
- WordPress and Git workflows — feature branches, staging, and what to track WordPress Git workflows fail in predictable ways — tracking wp-content/uploads, committing wp-config.php, plugin code in the repo. The branch shape that holds up with a real WordPress team.
- The Newsletter Plugin on WordPress — sending workflow Newsletter (thenewsletterplugin.com) is the longest-running WordPress newsletter plugin. Here is the sending workflow that actually scales past 10k subscribers.
- WordPress "Too many redirects" loop: diagnosing the redirect cycle A WordPress redirect loop has six common shapes. Here is how to identify which one you have, where the bad rule lives, and how to break the WordPress loop without breaking SSL.