wordpress-plugin
wordpress-plugin copied to clipboard
Speed up your WordPress website. Optimize your JPEG and PNG images automatically with TinyPNG.
Sometimes it's just easier to do things from CLI. Please consider adding WP CLI commands to: - optimize particular image (by attachment ID or URL ), - optimize particular image...
Making Tinify available outside wp-admin. For example if you sideload an image using an API or a frontend plugin (e.g. contact forms). No performance impact because compressor is only initialised...
The plugin covers basic functionality. However, as a developer, I sometimes need to do custom tasks that aren't covered by the plugin (for example, I wrote WP CLI wrapper around...
Please provide an option to keep EXIF data untouched even when compressing original
During my plugin tests my proxy was ignored.
…ion. I have a function in my functions.php file that retrieves images from vimeo. I know those images are already compressed, so I don't need tinypng to touch them. I'm...
Adding a bit of double checking to avoid undefined index errors for unique attachment cases. Re: https://github.com/tinify/wordpress-plugin/issues/12
Hi I love TinyPNG/JPG but there are still 2 things that I am not 100% satisfied about. 1. This plugin only optimizes the images uploaded via wordpress media tool. But...
As the Tinify API now supports converting images to webp, it would be nice to also have that in the plugin. As a first step converting the images would be...
The meta key `tiny_compress_images` would be better prefixed with an underscore (`_tiny_compress_images`) so that it doesn't appear in the Custom Fields select/dropdown UI.