Maelezo
Amigo Performance is used to Optimize Website Performance and improve Site Score in services like Google Page Speed Insight, GTmetrix.
Very simple user interface to optimize selected option, Currently available optimization features are,
- Remove Query String
- Remove Emoji
- Defer Parsing of JavaScript
- Iframe Lazy load
- Dequeue JS
- Dequeue CSS
- Image Lazy load
-
Remove Query String
Your CSS and JavaScript files usually have the file version on the end of their URLs, such as domain.com/style.css?ver=4.6. Some servers and proxy servers are unable to cache query strings, even if a cache-control:public header is present. By removing them, you can sometimes improve your caching.
-
Remove Emoji
From WordPress 4.2, they added support for emojis into the core, by default WordPress load the wp-emoji-release.min.js file, if you are not using emojis you can remove the file to save 13.5Kb.
-
Defer Parsing of JavaScript
In order to load a page, the browser must parse the contents of all Script tags, which adds additional time to the page load. By minimizing the amount of JavaScript needed to render the page, and deferring parsing of unneeded JavaScript until it needs to be executed, you can reduce the initial load time of your page.
-
Iframe Lazy load
Mostly iFrames are load data from an external site, so its contain lot of resources form external sites, we are unable to control that resources but we can prevent by lazy loading iFrame.
-
Dequeue JS
In this option you can remove unwanted JS file from Front Page
-
Dequeue JS
In this option you can remove unwanted CSS file from Front Page
-
Image Lazy load
Image lazy load Integrated
2.0
- Added Image Lazy load feature
- Improved performance of plugin
- Bug Fixed
1.0
- Introduced Dequeue JavaScript(Front Page Only)
- Introduced Dequeue Stylesheet(Front Page Only)
- UI updated.
0.1
- Initial release.
Screenshots
Installation
This section describes how to install the plugin and get it working.
e.g.
- Upload the plugin folder to the
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Use the Amigo Perf screen to configure the plugin
- That’s it!
FAQ
-
How can I use this Plugin to Optimize?
-
By simply select (Tick) the option to Activate and deselect to Deactivate the operation.
-
How to Check My Site Performance?
-
You can check in an popular services like GTmetrix and Google Page Speed Insight.
Reviews
Wachangiaji & Wasanidi
“Amigo Performance” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Amigo Performance” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.