Linux 软件免费装
Banner图

Zero Config Performance Optimization

开发者 fernandot
ayudawp
更新时间 2026年2月8日 22:42
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2+
版权网址: 版权信息

标签

speed cache performance optimization lazy-loading

下载

0.9.15 1.0.3 1.0.4 0.9.26 0.9.27 0.9.28 0.9.8 0.9.9 2.0.2 2.1.0 0.9.18 0.9.21 0.9.24 0.9.29 0.9.30 0.9.12 0.9.16 0.9.17 0.9.19 0.9.23 0.9.25 0.9.31 1.0 1.0.1 1.0.2 0.9.11 2.1.2 1.0.7 2.1.3 0.9.13 0.9.22 1.0.6 0.9.10 0.9.20 1.0.5 2.0.1 2.0.3 2.1.1 0.9.14 2.0 2.2.0

详情介绍:

Zero Config Performance Optimization is the most complete performance optimization plugin for WordPress. It combines the best WPO (Web Performance Optimization) practices in a single easy-to-use tool. No configuration needed: activate and enjoy a faster WordPress. By default, WordPress loads several functions, services and scripts that are not mandatory and usually slow down your installation and consume hosting resources. For years I have been testing tweaks to save hosting resources and improve WordPress performance and loading times. After thousands of tests, this plugin includes my best speed and performance optimizations with a single click. With this plugin you can safely disable those annoying services, unnecessary codes and scripts to save resources and hosting costs, and speed up WordPress to get better results in tools like Google PageSpeed, Pingdom Tools, GTMetrix, WebPageTest and others. New version 2.2.0 with enhanced .htaccess rules and LCP optimizations! NEW FEATURES V2.2.0 Enhanced .htaccess Rules: INCLUDED OPTIMIZATIONS Frontend Optimizations: HOW TO VERIFY OPTIMIZATIONS ARE WORKING You can check each optimization individually to ensure Zero Config Performance Optimization is working correctly: Logo Preload: View page source (Ctrl+U) and look for <link rel="preload" ... fetchpriority="high"> pointing to your logo image. fetchpriority: Inspect the first image in your content (F12 > Elements). It should have fetchpriority="high" attribute. Brotli/GZIP Compression: Test at giftofspeed.com/gzip-test - should show compression enabled. Cache Headers: Check your .htaccess file for a section marked "BEGIN Zero Config Performance" with immutable in Cache-Control headers. Critical CSS: View page source and look for <style id="ayudawp-wpotweaks-critical-css"> in the head section. Deferred CSS: In source code, look for <link> tags with rel="preload" as="style" instead of rel="stylesheet". Lazy Loading: Inspect images (F12) - they should have loading="lazy" and decoding="async" attributes. Keep-Alive: Use browser dev tools (F12 > Network) and check response headers for Connection: keep-alive. Use tools like Google PageSpeed, GTMetrix, Pingdom Tools, and WebPageTest to measure overall performance improvements. Always test twice to account for caching effects. COMPATIBILITY AND EXTENSIBILITY The plugin includes multiple filters for developers: Compatible with: INSTALLATION AND USE No options. Just activate the plugin and test your site speed in your favorite tool (GTMetrix, Pingdom Tools, Google PageSpeed, etc.) The plugin is completely automatic and applies optimizations safely without breaking functionality. MEASURING RESULTS Recommended tools: Best measurement practices:

安装:

  1. Go to your WP Dashboard > Plugins and search for 'zero config performance' or...
  2. Download the plugin from WP repository
  3. Upload the 'wpo-tweaks' folder to '/wp-content/plugins/' directory
  4. Activate the plugin through the 'Plugins' menu in WordPress

屏幕截图:

  • Pingdom Tools results after plugin activation

升级注意事项:

2.2.0 REBRANDING + NEW FEATURES: Plugin renamed to Zero Config Performance Optimization. New Brotli compression, Keep-Alive, immutable cache headers, logo preload, and fetchpriority for LCP. Security tweaks removed (use dedicated plugins). Fixed .htaccess cleanup on deactivation. 2.1.3 FIX: Resolves Divi 5 Visual Builder compatibility issue. Recommended update for Divi users. 2.1.2 Plugin tested with WordPress 6.9 (and it works) 2.1.1 CRITICAL FIX: Resolves admin bar display issue for Editor and Author roles. Immediate update recommended for multi-user sites. 2.1.0 MAJOR UPDATE: New modular architecture with enhanced file management system. Automatic backups, missing image dimensions feature, and improved reliability. Fully backward compatible. 2.0.3 NEW: First Image Preload Optimization for better LCP performance and smart first image detection. 2.0.2 Important fix for pagination issues. Update recommended for all users experiencing pagination problems. 2.0.1 Fixed: WooCommerce compatibility improvements. 2.0.x NEW MAJOR VERSION! Includes advanced optimizations like automatic critical CSS, deferred CSS loading, automatic preconnect, native lazy loading, database optimizations and much more. Fully backward compatible. Update for maximum performance!

常见问题:

What does Zero Config mean?

Zero Config means you don't need to configure anything. Just activate the plugin and all optimizations are applied automatically. No settings page, no options to tweak, no learning curve.

What does WPO mean?

WPO stands for Web Performance Optimization. It measures a set of various improvements in optimization and improvement of performance and loading times of web pages.

Where can I test my site performance?

What is the best way to test my site performance?

Use one of the tools above and run at least two tests to measure your site performance. This is because cache systems don't load the first time your site is tested with these tools. Always test your site with the same tool and measure your site performance over time, not just once. And always remember that no tool can replace human perception. If you see that your web loads faster than ever, no tool is going to tell you what you and your visitors feel in real life. Don't go crazy with tools, they are machines and, for example, Google PageSpeed can show you a measure of 100/100 when your site is broken, and that's far from being an optimized web, right?

How can I verify that the optimizations are working?

Please check the "HOW TO VERIFY OPTIMIZATIONS ARE WORKING" section in the Description for detailed instructions on how to verify each optimization individually.

Something went wrong after activation

This plugin is compatible with all WordPress JavaScript functions (wp_localize_script(), js in header, in footer...) and works with all well-coded plugins and themes. If a plugin or theme is not enqueuing scripts correctly, your site may not work. If your hosting doesn't support some of the tweaks, usually due to server restrictions, something may fail. If something fails, please access your /wp-content/plugins/wpo-tweaks/ directory via your favorite FTP client or hosting panel (cPanel, Plesk, etc.) and rename the plugin folder to deactivate it. If you get a 500 Error (server error), then go to your hosting panel and edit the .htaccess file to remove the lines added by the plugin (they start with 'Zero Config Performance') and save changes, or delete the file and create it again from Dashboard > Settings > Permalinks > Save changes.

What's next?

I will be including in next updates every new performance tweak I test for better results in order to speed up WordPress.

Do you plan to include a settings panel?

No. Zero Config Performance Optimization plugin is intended for users who want to get optimizations and speed safely with one click. If you are a developer and know what you are doing, then please check out Machete plugin by my friend Nilo Velez, a complete suite to decide how to solve common WordPress problems and annoyances. And yes, it has a huge settings page!

Can I customize the optimizations?

Yes, the plugin includes multiple WordPress filters for developers that allow customizing plugin behavior according to specific site needs.

Is it compatible with caching plugins?

Yes! Zero Config Performance Optimization plugin is designed to work alongside caching plugins. We recommend using it with Cache Enabler, WP Super Cache, W3 Total Cache, LiteSpeed Cache, or WP Rocket for maximum performance.

Is it compatible with security plugins?

Yes! This plugin focuses exclusively on performance optimizations and does not include any security features, so it won't conflict with your security plugins.

Does it work with CDNs?

Yes. The plugin includes CORS headers for fonts and proper Vary headers that ensure full compatibility with CDNs like Cloudflare, StackPath, KeyCDN, and others.

更新日志:

2.2.0 2.1.3 2.1.2 2.1.1 2.1.0 2.0.3 2.0.2 2.0.1 2.0.0 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0 0.9.31 0.9.30 0.9.29 0.9.28 0.9.26 0.9.25 0.9.24 0.9.23 0.9.22 0.9.21 0.9.20 0.9.19 0.9.18 0.9.17 0.9.16 0.9.15 0.9.14 0.9.13 0.9.12 0.9.11 0.9.10 0.9.9 0.9.8 0.9.7 0.9.6 0.9.5 0.9.4 0.9.3 0.9.2 0.9.1 0.9