开发者 |
wetooit
AmigoDheena |
---|---|
更新时间 | 2025年7月26日 00:44 |
PHP版本: | 8.0 及以上 |
WordPress版本: | 6.9 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
?ver=4.6
) from CSS and JavaScript URLs. Some servers and proxy caches cannot cache files with query strings, even with proper cache headers. This optimization can improve caching efficiency significantly.wp-emoji-release.min.js
) on every page. If you don't use WordPress emojis, removing this saves 13.5KB and reduces HTTP requests.
3. JavaScript Defer Parsing
Defers the parsing of non-critical JavaScript until it's actually needed. This reduces the initial page load time by allowing the browser to render the page content first before processing JavaScript files.
4. Advanced Iframe Lazy Loading
Prevents iframes from loading until they're visible in the viewport. Since iframes often load external resources beyond your control, lazy loading can dramatically improve initial page performance.
5. Modern Image Lazy Loading
Implements efficient image lazy loading using modern techniques to improve Core Web Vitals, particularly Largest Contentful Paint (LCP) scores.
6. CSS Minification (NEW in v3.2)
Reduces CSS file sizes by automatically removing unnecessary whitespace, comments, and redundant code. Minified CSS files load faster and consume less bandwidth, improving overall page performance.
7. JavaScript Minification (NEW in v3.2)
Optimizes JavaScript files by removing comments, whitespace, and unnecessary characters without changing functionality. Smaller JS files parse and execute faster, leading to improved page speed scores.ques to improve Core Web Vitals, particularly Largest Contentful Paint (LCP) scores.
🎯 Perfect For
amigo-performance
folder to /wp-content/plugins/
directoryAmigo Performance is designed with safety in mind. However, we recommend testing changes on a staging site first. The plugin allows you to selectively enable/disable features, so you can find the perfect balance for your site.
Results vary depending on your current setup, but users typically see:
Yes! Amigo Performance works excellently alongside caching plugins like WP Rocket, W3 Total Cache, and WP Super Cache. It focuses on different optimization areas that complement caching solutions.
Absolutely! The plugin works with all major page builders including Elementor, Divi, Beaver Builder, and Gutenberg. The new Asset Manager in v3.0 is especially powerful for page builders - you can optimize each page individually without affecting others. If you accidentally disable a required asset, simply restore it with one click.
The Asset Manager is the flagship feature of v3.0. Visit any page on your website while logged in as admin, click "Asset Manager" in the admin bar, and you'll see all CSS/JS files loading on that page. Toggle them on/off with simple switches. Unlike the old system that only worked on the homepage, this works site-wide. If something breaks, restore it instantly.
The old "Remove JS" and "Remove CSS" tabs that only worked on the homepage have been replaced by the far superior Asset Manager that works on every page of your site. The Asset Manager gives you the same functionality but with much more power and flexibility.
We recommend these free tools:
Simply deactivate the features you don't want, or deactivate the entire plugin. All changes are reversible, and your website will return to its previous state.
Yes! The plugin is fully compatible with WooCommerce and can significantly improve your store's performance, leading to better conversion rates.