=== StaticOptimizer ===
Contributors: lordspace,statopt,orbisius
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7APYDVPBCSY9A
Tags: wp,static,optimization,smush,ewww,autoptimize,cache,minify,caching,speed,performance,supercacher,wp-super-cache,wp-fastest-cache,image,asset,js,css,font,optimisation
Requires at least: 4.0
Tested up to: 5.5
Requires PHP: 5.6
Stable tag: 1.0.2
License: GPLv2 or later
Optimizes your assets (images, css, js, fonts) for faster site loading so they are loaded by StaticOptimizer Optimization servers.
== Description ==
StaticOptimizer is a static file optimization cloud service that speeds up your site by optimizing and serving (the selected) static files from your site.
The service optimizes & compresses the files automatically.
No database or files changes are performed therefore there's no risk if you want to uninstall the plugin later (... but why would you?)
If our optimization server are down (upgrade, maintenance or outage) your original files will be loaded instead.
= Features / Benefits =
* Easy to set up. Just get your API key and you're good to go.
* Automatic js and css minification & compression
* Automatic image optimization (gif, jpeg, png)
* Files are reloaded only when they are changed on your server (or deleted from ours).
* Our servers check and if the visitor's browser support webp that's what we'll serve.
* Responsive Images (from srcset) are also processed
* We've put extra efforts to make this plugin as efficient as possible.
* Simple to use
= How it works =
After you get your API key the plugin will install as a system (mu-plugin) and will correct the location where the selected files are loaded from.
During the plugin configuration you can tell the plugin which file types you'd like to be optimized.
By default only images are selected for optimization. You can also select js, css & font files to be optimized as well.
The first time our servers get a file it will be downloaded and optimized. Because this operation can take several seconds
your users will be redirected back to the original file that was requested. Any subsequent requests will be served from our servers.
= Who is this plugin for? =
People who have lots of images on their site such online stores, photographers.
= Thanks =
I'd like to express my gratitude to the people who have taken the time to test the plugin & make suggestions and/or has provided access to troubleshoot glitches.
* Ryan Chaffe - https://site123.ca
* Michel Veenstra - https://www.adventis.nl
* and to many more.
== Demo ==
https://www.youtube.com/watch?v=1KC_JJOcu1s
== Support ==
Bugs? Suggestions? If you want a faster response contact us through our website's contact form at https://statopt.com and
not through the support tab of this plugin or WordPress forums.
= Author =
Svetoslav Marinov (Slavi) | StaticOptimizer
== Upgrade Notice ==
n/a
== Screenshots ==
1. Showing the attachments listing page
2. Showing the result
== Installation ==
1. Unzip the package, and upload `static-optimizer` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Configure which file types you'd like to get optimized
4. Create a free account and pick a plan
5. Done
== Frequently Asked Questions ==
= How to use this plugin? =
Check out https://statopt.com
= Bug Report / Feature Requests =
Please submit any bug report or feature requests to our github issue tracking system.
Report Bugs / Features
= Does it work with WordPress multisite? =
Yes
== Changelog ==
= 1.0.2 =
* Removed the check for body start which was making the plugin to not process anything pretty early. On some sites the body started after 60-70kb
* fixed twitter handle to statopt
* hide the settings form when there's no api key so it's easier to see what's expected from the user.
= 1.0.1 =
* Updated text & labels
= 1.0.0 =
* Initial release