Linux 软件免费装
Banner图

WPO Tweaks & Performance Optimizations

开发者 fernandot
ayudawp
更新时间 2025年9月16日 01:26
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2+
版权网址: 版权信息

标签

speed cache performance optimization lazy-loading

下载

1.0.5 1.0.7 0.9.14 0.9.15 2.0 2.0.1 2.0.2 2.0.3 2.1.0 0.9.13 0.9.20 1.0.3 1.0.4 1.0.6 0.9.26 0.9.27 0.9.28 0.9.8 0.9.9 0.9.18 0.9.21 0.9.22 0.9.24 0.9.29 0.9.30 0.9.10 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

详情介绍:

WPO Tweaks 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.1.x with modular architecture and enhanced reliability! NEW FEATURES V2.1.x Modular Architecture: INCLUDED OPTIMIZATIONS Classic Optimizations (since v1.0): HOW TO VERIFY OPTIMIZATIONS ARE WORKING You can check each optimization individually to ensure WPO Tweaks is working correctly: Missing Image Dimensions: Inspect images in your browser (F12 > Elements). Images should have width="X" and height="Y" attributes even if they weren't originally coded with dimensions. Critical CSS: View page source (Ctrl+U) and look for <style id="ayudawp-wpotweaks-critical-css"> in the head section containing basic CSS rules. Deferred CSS: In source code, look for <link> tags with rel="preload" as="style" instead of rel="stylesheet", followed by <noscript> fallbacks. Google Fonts Optimization: Google Fonts URLs should include &display=swap parameter. Preconnect: Look for <link rel="preconnect"> tags in the head pointing to fonts.googleapis.com, fonts.gstatic.com, etc. DNS Prefetch: Check for <link rel="dns-prefetch"> tags pointing to external domains like gravatar.com, stats.wp.com. Lazy Loading: Inspect images (F12) - they should have loading="lazy" and decoding="async" attributes. Resource Preload: Look for <link rel="preload"> tags for your theme's CSS and critical fonts. Version Removal: Source code should NOT contain <meta name="generator" content="WordPress X.X"> or ?ver= in script/style URLs. Dashicons Removal: When logged out, source code should NOT include dashicons.min.css. When logged in, it should appear. Emojis Removal: Source code should NOT contain wp-emoji-release.min.js or emoji-related styles. Header Cleanup: Source code should NOT contain <link rel="EditURI">, <link rel="wlwmanifest">, or <link rel="shortlink">. JavaScript Defer: Most <script> tags (except jQuery) should include the defer attribute. GZIP Compression: Test at giftofspeed.com/gzip-test - should show "GZIP is enabled". Cache Headers: Check your .htaccess file for a section marked "BEGIN WPO Tweaks by Fernando Tellado" with expiration rules. Heartbeat Control: In WordPress Dashboard, open browser dev tools (F12) > Network tab. AJAX requests to admin-ajax.php with action=heartbeat should occur every 60 seconds instead of 15. 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: 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:

安装:

  1. Go to your WP Dashboard > Plugins and search for 'wpo tweaks' 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.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 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 security 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 'WPO Tweaks by Fernando Tellado') 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. WPO Tweaks 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, since v2.0+ the plugin includes multiple WordPress filters for developers that allow customizing plugin behavior according to specific site needs.

更新日志:

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