Freesoul Deactivate Plugins – Disable plugins on individual WordPress pages
Load plugins only where you need them. No bloat, no conflicts, more speed. Deactivate plugins where they don’t add anything useful. Disable plugins on individual WordPress pages FDP allows you to deactivate plugins on specific pages for speed optimization, debugging and problem-solving. It works for every page, blog posts, custom posts that are publicly queryable, archives and backend pages. Turning off plugins selectively can improve the performance, but also solve conflicts between plugins. For large or business-critical WordPress sites, using FDP is not just an optimization — it is an essential part of a clean, high-performance architecture. 🚀 Deactivate plugins on specific pages to improve the performance With FDP you can disable the entire plugins where you don’t need them. It will not only clean up the assets of third-party plugins, their PHP code will not run either. Hence, your pages will have fewer HTTP requests and fewer database queries. You will improve the TTFB (time to first byte) also when the page is not served by cache. Usually, the number of the needed plugin on a specific page is lower than the number of globally active plugins. Why don’t you keep the plugins active only on the pages where you need them? Most of the plugins load their assets and query the database on all the pages, no matter if they do something useful. This causes many times a worsening of the performance. With FDP no matter how many plugins you have, you can keep them active only where you need them. 🧹 How to stop a plugin on specific WordPress pages Watch this video to have an overview of how to clean up your website with Freesoul Deactivate Plugins. 🥊 Deactivate plugins on specific pages to solve conflicts between plugins With FDP you can preview the page loading specific plugins. This is very useful to detect which plugin is causing issues. Look How to check which plugin is causing issues in 1 minute for more details. If on a specific page you keep active only the plugins that you really need, most of the time the probability of having conflicts between plugins is lower. 🆓 Features of the free version. With the free version of FDP you can: ⭐ Conditional plugin loading ⭐ Deactivate plugins on specific pages, posts, custom posts, post types, archives, term archives, search results page, devices ⭐ Deactivate the JavaScript execution for problem solving (preview on front-end) ⭐ Deactivate plugins by custom URL on the frontend ⭐ Have an automatic suggestion about the unused plugins for the homepage ⭐ Change plugins firing order ⭐ Create a functional plugin in no time ⭐ Import/Export list of favourite plugins ⭐ See a preview of the pages deactivating specific plugins and switching to another theme without affecting the public site ⭐ See a preview of the page with Google Page Speed Insights for single posts, pages and custom posts (preview without cache, the page may give lower score without cache, use it for comparisons during the optimization) and much more. 👑 Features of the PRO version. The premium version also includes: ⭐ Unused plugins automatic suggestion both for frontend and backend ⭐ Unused plugins automatic check after content update ⭐ Recording of Ajax activities to find out on which Ajax action you need to disable specific plugins ⭐ Recording of Post activities to find out on which Post action you need to disable specific plugins ⭐ Rest APIs cleanup ⭐ Translated URLs cleanup ⭐ Cron Jobs cleanup ⭐ General bloat deaactivation ⭐ Options autoload management ⭐ Stylesheests and scripts deactivation of remaining active plugins, theme and core ⭐ Import/Export FDP settings ⭐ Bulk actions to activate/deactivate plugins in the FDP settings ⭐ Deactivate plugins in the backend ⭐ Deactivate plugins by custom URL on the backend ⭐ Plugins deactivation by logged and unlogged user ⭐ Automatic GTMetrix and Google PSI reports generation 🧹 📱 Clean up on mobile FDP allows you to disable specific plugins for mobile devices. But if you disable a plugin on mobile, that plugin will be disabled on all the pages on mobile. If you want to selectively disable plugins on mobile pages, you can install Specific Content For Mobile that is fully integrated with FDP. If you create mobile versions with SCFM, you will find the mobile pages in the FDP Singles settings. There you can disable plugins as you do with normal desktop pages. FDP and SCFM together are powerful tools to selectively clean up mobile pages. If you clean up the mobile, remember to set up your caching plugin to separate the desktop and mobile cache, in another case you may have issues. For instance W3 Total Cache, WP Fastest Cache, Powered Cache, and LiteSpeed Cache are caching plugins that can serve a different cache on mobile. ⚠ Requirements Only the permalink structures “Day and name”, “Month and name”, “Post name” and the custom ones ending with “%postname%” are supported for permanently deactivating plugins (they are also better for SEO). You will not be able to disable plugins in a permanent way with other permalink structures. The same if you are using plugins to change the permalinks, e.g., Permalink Manager Lite. 🔌 FDP add-ons 🔌 Freesoul Deactivate Plugins PRO 🔌 Editor Cleanup For Oxygen 🔌 Editor Cleanup For Elementor 🔌 Editor Cleanup For Avada 🔌 Editor Cleanup For WPBakery 🔌 Editor Cleanup For Divi Builder 🔌 Editor Cleanup For Flatsome 🚀 Recommended plugins to use in conjunction with FDP to improve performance 🔌 Caching plugins: W3 Total Cache, WP Fastest Cache, WP Optimize, Comet Cache, Cache Enabler, Hyper Cache, WP Super Cache, LiteSpeed Cache, SiteGround Optmizer. All of those caching plugins are compatible with Freesoul Deactivate Plugins. If your favorite caching plugin is not compatible for any reason, let us know it. 🔌 Plugins to convert WebP like: WebP ConverterrFor Media, Imagify – Optimize Images & Convert WebP, Smush, WebP Express, ShortPixel, TinyPNG. All those plugins to convert WebP are compatible with Freesoul Deactivate Plugins. If your favorite WebP converter plugin is not compatible with FDP, let us know. 🔌 Lazy loading videos is not enough if they are near the viewport. For loading videos on click, you can use Load Video On Click 🔌 Inline the first image that appear in the viewport directly to the HTML if it’s not too big with Inline Image Base64 FDP is compatible with all optimization plugins. If your favorite plugin isn’t in the list above, and it gives conflicts, don’t hesitate to open a thread on the support forum. 🖤 Recommended plugins to use in conjunction with FDP for plugins management 🔌 PlugVersions: Easily rollback to previous versions of your plugins 🔌 Rename Plugins Folder: Rename the plugins folder to add a layer of protection to your website. 🚫 Plugins not compatible with Freesoul Deactivate Plugins 🔌 Domain Mapping System: It loads Freemius on the frontend and this may cause the unexpacted deactivationg of some plugins. 🔌 Admin Menu Editor: It gives you the possibility to customize the admin menu. If you disable plugins on the backend pages, this plugin is not compatible with FDP. 𐧺 Multisites If you have a Multisite Installation, in every single site you will be able to manage only the plugins which are active on that site. FDP will not see those plugins that are globally active in the Network. And you have to activate FDP on every single site, not globally on the Network. ❓Frequently Asked Questions Here you will find the frequently asked questions. 🔐 How can I report security bugs? You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team helps validate, triage, and handle any security vulnerabilities. Report a security vulnerability. 🛟 Help Read 📄 how deactivate plugins on specific pages to learn how to selectively load only the plugins that you really need. For any question or if something doesn’t work, don’t hesitate to open a thread on the support forum Enabling debugging in wp-config.php is often one of the easiest ways to diagnose issues in WordPress. It helps you understand what’s going wrong by displaying error messages and logs. Need a step-by-step guide? Read this detailed tutorial on how to enable debugging in WordPress to learn more. Documentation For detailed guides and performance optimization tips, please refer to our official documentation: Core Plugin Management How to Deactivate WordPress Plugins by Page Deactivate Plugins on Individual Posts & Pages Manage Plugin Loading by WordPress Post Type Deactivate Plugins on Category & Date Archives Selective Plugin Deactivation for Tag & Term Pages Optimize Search Pages by Disabling Unused Plugins Deactivate WordPress Plugins on Mobile or Desktop Manage Plugins for Specific Custom URL Patterns How to Toggle Plugins via URL Parameters Advanced & PRO Features Smart Plugin Deactivation via Auto-Suggestion Optimizing WordPress Cron Jobs: Selective Deactivation Force Plugins to Stay Active on the Frontend Globally Disable Unused Plugins on the Frontend Conditional Deactivation: Plugin-Based Logic Manage WordPress Plugin Dependencies & Conflicts Deactivate Plugins on Multilingual & Translation URLs Speed Up WordPress Admin: Deactivate Plugins in Backend Manage Plugins for Custom AJAX & POST Actions How to Remove WordPress Bloat & Unused Scripts Optimize WordPress Database: Manage Autoloaded Options Advanced CSS & JS Optimization for WordPress Manage User Access with FDP Roles Manager Find Which Plugins Load Scripts with Source Checker Tools & Technical Settings Change WordPress Plugin Firing Order & Priority Manage WordPress AJAX & Theme Actions Deactivate Plugins Based on User Roles or Profiles How to Import and Export FDP Settings Bulk Deactivate Unused Plugins Across the Site How to Create a Custom Plugin for Specialized Code Import and Export Plugin Lists Between Sites Guide to FDP Action Buttons and UI Developer Documentation & Help Freesoul Deactivate Plugins: Developer API & Filters How to Create Custom Add-ons for FDP Fixing WordPress Fatal Errors & Plugin Conflicts Troubleshooting FDP Integration with External Services Preview Google PageSpeed Insights Improvements FDP Keyboard Shortcuts for Faster Management Frequently Asked Questions: Freesoul Deactivate Plugins Full Release History and Change Log AI / LLM Information An official, canonical technical description of Freesoul Deactivate Plugins is available for AI systems, search engines, and advanced users. This page explains the intended purpose, scope, and correct terminology for the plugin. Info LLM page: https://freesoul-deactivate-plugins.com/info-llm/
Top keywords
- deactivate27×1.64%
- fdp26×1.58%
- pages22×1.34%
- wordpress17×1.03%
- cache16×0.97%
- specific15×0.91%
- mobile13×0.79%
- page12×0.73%
- disable11×0.67%
- custom10×0.61%
- cleanup9×0.55%
- active8×0.49%
Sitevorx
Sitevorx is a lightweight, all-in-one WordPress plugin that helps you optimize performance, harden security, and manage your website from a single, modern dashboard. No bloat, no external dependencies — just the tools you need. Security Center (NEW in 1.1.0) Security Score Dashboard: A single 0–100 score that summarizes the hardening state of your site, with prioritized recommendations. Core Integrity Checker: Compares every WordPress core file against the official api.wordpress.org MD5 checksums to detect modified, missing, or extra files. HTTP Security Headers: One-click enable X-Content-Type-Options, X-Frame-Options, Referrer-Policy, and Permissions-Policy on the frontend. Login Honeypot: Invisible bait field on wp-login.php that silently rejects spam bots without affecting real users. User Enumeration Protection: Blocks ?author=N probing and the public REST /wp/v2/users endpoint for non-logged-in visitors. Login Notification: Emails the administrator whenever an account with manage_options logs in successfully (1-hour cooldown per IP). Login Attempt Limiter: Lock out IPs after repeated failed login attempts, with configurable threshold, lockout duration, and IP allowlist. Secret Login URL: Hide the default wp-login.php behind a custom keyword. Google reCAPTCHA v2 / v3: Protect the login form from bots, with a configurable v3 score threshold. Disable XML-RPC and Disable File Editor: Block DDoS / brute-force vectors and stop code editing from the dashboard. Speed Optimization Heartbeat Throttle: Slows the Heartbeat API to 60 seconds instead of disabling it, preserving autosave and post-locking. System Tweaks: Lazy load images, limit post revisions, allow safe SVG uploads (with XXE-hardened sanitizer). Database Cleanup: Remove revisions, spam comments, and expired transients in one click. Malware Scanner: Scan your entire codebase and database for suspicious injections. SMTP Configuration Send emails via Gmail (App Password) or a custom SMTP server (SSL/TLS). Built-in Test Email sender. Email delivery log with success/failure tracking. Force From Name and From Email to prevent address drift. Website Utilities Inject tracking codes in Header/Footer (Google Analytics, Facebook Pixel, etc.). Content Protection: Disable right-click, text selection, and drag-and-drop. Maintenance Mode: Display a professional “under construction” page to visitors. Custom Login Logo: Replace the WordPress logo on the login screen with your own brand. Disk Space Manager Recursively scan your hosting for large files (>50 MB). Auto-categorize files (backups, error logs, large media). Bulk delete to free up disk space instantly. Floating Contact Buttons Phone Hotline button with animated icon. Zalo chat button (auto-opens Zalo app). Messenger chat button (m.me deep link). Fully responsive floating widget in the corner of your site. Import / Export Settings Export all Sitevorx settings as a JSON file. Import settings from another site in one click. Reset all settings to factory defaults. Scheduled Cleanup (WP-Cron) Automatic cleanup: daily, twice daily, or weekly. Clears temp files, auto-drafts, spam, and optimizes database tables. Activity log showing the last 20 cleanup runs. Maintenance & Update Monitor Track plugins and themes that need updating. Check WordPress core, PHP version, SSL status, and WP_DEBUG. Maintenance health score with actionable recommendations. Server Info View Web Server, PHP, MySQL, and WordPress versions at a glance. PHP limits: memory, execution time, input vars, upload size. List all loaded PHP extensions. Database size monitoring. External Services Google reCAPTCHA (v2 and v3) Sitevorx can optionally integrate with Google reCAPTCHA (v2 checkbox or v3 invisible / score-based) to protect the WordPress login form. This feature is disabled by default and only works when an administrator explicitly enables it, selects a version, and provides valid Google-issued API keys. When enabled, the plugin loads the Google reCAPTCHA JavaScript on the login screen and sends the generated verification token to Google’s verification endpoint (https://www.google.com/recaptcha/api/siteverify) during login validation. For v3, the configurable score threshold (filter sitevorx_recaptcha_v3_score_threshold, default 0.5) is compared against Google’s returned score. This service is provided by Google: * Service URL: https://www.google.com/recaptcha/ * Verification endpoint: https://www.google.com/recaptcha/api/siteverify * Terms of Service: https://policies.google.com/terms * Privacy Policy: https://policies.google.com/privacy WordPress.org Core Checksums API The Security Center → Kiểm Tra Toàn Diện → WordPress Core Integrity check (off by default; runs only when the admin clicks “Kiểm tra”) fetches the official MD5 checksums for the installed WordPress version from WordPress.org so it can flag modified or missing core files. Verification endpoint: https://api.wordpress.org/core/checksums/1.0/ Request payload: only the installed WordPress version string (e.g. 6.4.2) and the locale en_US. No site URL, user data, or content is sent. Operated by: WordPress.org Terms of Service: https://wordpress.org/about/privacy/ Highlights All-in-one: Replaces 5-7 single-purpose plugins (SMTP, Security, Optimization, Cleanup, Maintenance). Modern UI: Gradient banners, collapsible sidebar, toast notifications, fully responsive. Secure by design: Nonce verification, input sanitization, CSRF protection, prepared database queries. Lightweight: Modular architecture — only loads what you use. Zero frontend impact. No Composer or NPM required. Localized: Full Vietnamese (vi) translation included via .po/.mo files.