
Perfmatters – Speed Up Your WordPress Site
/Year

What is Perfmatters?
Perfmatters is a specialized performance optimization plugin for WordPress designed to help site owners speed up their loading times by reducing bloat and managing resource requests efficiently. Unlike traditional caching plugins that handle server-side caching, Perfmatters focuses on frontend optimization, database cleanup, and script management.
Latest Version 2.6.7 Changes
Perfmatters version 2.6.7 was officially released on August 6, 2026 by forgemedia LLC.
- Perfmatters version 2.6.7 was released on August 6, 2026.
What Does Perfmatters Do?
The plugin provides a comprehensive suite of tools aimed at streamlining how a WordPress site loads assets. Core functionalities include a powerful Script Manager that allows users to disable plugins, scripts, and stylesheets on a per-page or post basis. It also features lazy loading for images and iframes, database optimization, local Google Fonts hosting, and the ability to remove unused CSS to reduce page weight.
Who Is Perfmatters For?
Perfmatters is ideal for website owners, bloggers, ecommerce operators, and digital agencies who want to improve Core Web Vitals scores and user experience without dealing with complex code. It is built for anyone looking for a reliable speed optimization tool that complements existing caching setups without causing conflicts.
Key Capabilities
- Script Manager for disabling unnecessary plugins and scripts per page.
- Lazy loading for images, videos, and iframes to speed up initial load times.
- Database cleanup tools to remove revisions, spam comments, and transients.
- Local Google Fonts hosting to improve privacy and reduce external HTTP requests.
- Heartbeat API control to limit resource-intensive background processes.
Practical WordPress Use Cases
Perfmatters solves common performance bottlenecks in various scenarios. For instance, contact form plugins loaded globally can be disabled on blog posts where forms are absent. Large e-commerce product pages benefit from lazy loading and script disabling, significantly reducing Time to First Byte and improving mobile loading speeds.
Setup and Compatibility Notes
Perfmatters is designed to work seamlessly out of the box with popular themes, page builders, and caching plugins like WP Rocket. Configuration is managed through a clean, streamlined settings dashboard inside the WordPress admin area, allowing users to toggle features on or off with a single click.
Reasons to Choose Perfmatters on WPPick
Choosing Perfmatters through WPPick gives you access to a dependable, lightweight solution that directly targets Google Core Web Vitals. Its modular approach ensures you only load the features you need, keeping your server overhead low and your site running efficiently.
Latest Version Context
Perfmatters version 2.6.7 was officially released on August 6, 2026. This update introduces crucial bug fixes for Script Manager MU Mode, resolves compatibility issues with SMTP plugins and custom post types, enhances security checks, and optimizes license and update API request handling to reduce server load.
Frequently Asked Questions
Does Perfmatters replace a caching plugin?
No, Perfmatters is designed to complement caching plugins rather than replace them. It handles script management, database cleanup, and asset optimization, which work alongside server or page caching.
How does the Script Manager work?
The Script Manager allows you to conditionally disable specific plugins, scripts, or stylesheets from loading on pages where they are not needed, reducing unnecessary HTTP requests.
Is Perfmatters compatible with WooCommerce?
Yes, Perfmatters is fully compatible with WooCommerce and includes features specifically helpful for optimizing online stores and checkout pages.
Will using Perfmatters break my website?
When configured correctly, Perfmatters is safe to use. However, the Script Manager should be used with care, and changes should always be tested in a staging environment before applying them to a live site.
What are the system requirements for Perfmatters?
Perfmatters requires a self-hosted WordPress installation running a modern PHP version compatible with current WordPress standards.
I. Download Limits & Account Benefits
- Free Downloads: Each email address receives 3 downloads per day for free products
- Upgrade Benefits: Purchase any paid product to increase your daily download limit by 3 for each paid product
- No Account Required: You can download immediately by receiving the download link via email
- Account Recommended: Create an account for easier access to your order history and direct update downloads
II. Understanding GPL vs Official Versions
Important: The products available on WPPick are GPL-licensed versions, which differ from official developer versions. Before purchasing, please read our comprehensive guide: Understanding GPL & Official Differences at WPPick
Key Points:
- GPL versions may not include premium support from original developers
- Updates may be delayed compared to official releases
- Some premium features might have limitations
- Always consider your specific needs and support requirements
III. Support & Assistance
We’re here to help through multiple channels:
- Email Support: Direct email assistance for all inquiries
- Live Chat: Real-time support during business hours
- Comprehensive Documentation: Detailed guides and tutorials
IV. Order Tracking
Access your complete purchase history and download links anytime: Order History
V. Account Access
New to WPPick? Login or Create Account to manage your downloads and orders efficiently.
VI. Refund Protection
We stand behind our products with a clear refund policy. Review our terms: Refund Policy
VII. Privacy & Security
Your data security is our priority. Learn how we protect your information: Privacy Policy
VII. Terms of Service
Understanding our service terms ensures a smooth experience: Terms of Use
Quick Tips for Best Experience
- Verify Compatibility: Check plugin/theme compatibility with your WordPress version
- Backup First: Always backup your site before installing new plugins or themes
- Test Environment: Consider testing on a staging site first
- Stay Updated: Regularly check for updates in your account dashboard
- Read Documentation: Review any included documentation for optimal setup
Need Help?
If you have questions about downloads, licensing, or need technical assistance, don’t hesitate to contact our support team. We’re committed to ensuring you have the best possible experience with WPPick products.
Ready to get started? Your download adventure begins with just one click!
- Removed the Script Manager MU Mode dependency on pluggable.php to avoid conflicts with SMTP and other plugins that override core pluggable functions.
- Fixed an issue where Script Manager MU Mode could permanently deactivate plugins when another plugin (such as Freemius) wrote a filtered active_plugins list back to the database.
- Fixed an issue where Script Manager MU Mode could resolve some custom post type URLs to the wrong post ID.
- Fixed an issue where Fetch Priority would always use the first matched priority value when the same selector had separate device rules.
- Added ABSPATH checks to plugin include files where needed.
- Added capability checks to Used CSS and Minify clear actions, and sanitized the Used CSS file type parameter.
- Hardened license form request verification.
- Improved license and update API request handling to reduce how often sites contact the Perfmatters server, including longer update check caching, cached license status checks, and a staggered retry delay after failed update requests.
- Improved code snippet docblock parsing to use UTF-8 aware regex when reading snippet metadata.
- Improved reliability of snippet metadata parsing across different server environments.
- Fixed an issue with multiline code snippet descriptions not saving properly.
- Fixed an issue where the database optimization process button spinner was getting stuck without reloading the page.
- Translation updates.
- Added new perfmatters_rucss_delay_stylesheets filter which allows you to delay a specific stylesheet already excluded from used CSS.
- Added new load behavior option to delay CSS code snippets using the file print method.
- Added new code snippet URL-based conditions for path contains, path equals and path regex.
- Added additional support to code snippet search to allow the search value to match on the code input itself.
- Added default sort order controls to code snippet screen options.
- Made a change to allow an image tag with a missing src attribute to still be able to lazy load if it has a valid srcset attribute.
- Adjusted main code menu behavior to return to the base code view if selected while viewing a single code snippet.
- Fixed utility attribute encoding so certain characters are preserved instead of being converted to HTML entities.
- Fixed a possible JavaScript conflict with minimal analytics declaring variables in the global scope. The script is now wrapped in an IIFE for compatibility.
- Security update to improve escaping of Code Snippets list table admin links built from the current request URL.
- Security updates to add domain verification and content type validation to local Google fonts feature when downloading remote files.
- Translation updates.
- Increased minimum required PHP version to 8.1 to allow for library updates and support for future codebase performance improvements.
- Added new perfmatters_rucss_logged_in filter.
- Added PHP Scoper to our plugin development workflow to be able to silo specific third-party libraries to prevent conflicts with other plugins.
- Added new CSS helper method to rewrite relative URLs in stylesheets that will be printed inline using regex only to prevent having to pass them through the parser.
- Updated code snippets author column to use the user's display name instead of nice name to match the single snippet layout.
- Updated disable RSS feeds function to return a 410 header instead of a 301 when requesting a feed URL.
- Updated PHP CSS Parser library to 9.3.0.
- Made plugin UI styles adjustments in preparation for WordPress 7.
- Made some changes to plugin UI nav JS to improve compatibility when wrapper elements are added in the HTML from another source.
- Added additional logic to used CSS generation to better deal with layer elements that are declared without a content block.
- Removed built-in stylesheet exclusion for Bricks' layer files. We recommend clearing used CSS after updating.
- Made some adjustments to clean_html regex pattern to avoid potential backtracking which could end up hitting a PCRE limit in some cases.
- Made improvements to visual transitions during hard reloads in the plugin UI.
- Fixed an issue that was causing certain attribute values to conflict with the HTML parent selector matching regex.
- Fixed an issue where specific WooCommerce product types were not getting the built-in product exclusion selector added to generated used CSS.
- Fixed an issue where HTML snippets with a condition mismatch were causing the original content to return blank.
- Fixed an issue where code snippet input preserved in the form after a failed save request was not properly unslashed.
- Fixed an issue where the code snippet code type was no longer visible and the selected value was lost after a failed save request.
- Fixed a possible PHP 8.2+ deprecation warning that could occur in specific server environments during PMCS initialization.
- Code snippet security updates to form submission handling.
- Fixed a type cast issue in wp_headers filter that was resulting in a PHP error in cases where the headers were already being filtered.
- Added new perfmatters_lazyload_data_src filter.
- Added nav selector support for functions that target elements inside parent containers.
- Added additional built-in CSS selector exclusion for Kadence active state class.
- Added is_admin check to disable dashicons function for certain edge cases in the admin UI.
- Added logic to prevent certain redundant options from showing up in the UI when parent disables are already toggled on.
- Added new General, License and Analytics classes to separate out specific functionality.
- Fixed an issue with certain attribute pair formats not being recognized when converting an element's attribute string to an array.
- Fixed an issue where delaying certain duplicate scripts would cause a JavaScript error and prevent remaining delayed assets from loading in.
- Fixed a code snippet issue where targeting the front or blog page of the site by page ID would not match correctly.
- Fixed multiple plugin UI HTML warnings for incorrect label target IDs.
- Made some lazy loading adjustments to let WordPress still add the auto size attribute value when necessary before the Perfmatters output buffer runs.
- Made changes to the way we handle images excluded from lazy loading to ensure they don't have a loading attribute applied.
- Removed previous functions.php file, refactored and migrated the of contents to new and existing classes.
- Refactored Utilities class, added a few functions from previous combined file, combined regex passes for clean_html, added memoization to necessary functions to prevent multiple runs.
- Minor update to disable self pingbacks function for better compatibility.
- Removed BETA tag from Code Snippets feature.
- Translation updates.
Been using Perfmatters for a month now, pretty solid. Gets the job done, fr.
Ngl, this plugin does what it says. My site’s way faster now, no cap.
Wow, saw a huge difference in page load times! This plugin is a game changer. 🔥
Perfmatters totally sped up my site, easy install too. 👍 def recommend!