manifest / performance / simple-optimizador-de-imagenes
Simple Optimizador de Imágenes self-updates
Plugin de WordPress: optimiza imágenes al subir (WebP, dimensiones, peso, nombres)
by Paco Castilla · github.com/macgrafic/simple-optimizador-de-imagenes
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/macgrafic/simple-optimizador-de-imagenes/archive/refs/heads/main.zipShips its own WordPress updater (Plugin Update Checker), so new versions show up under Dashboard → Updates.
Automatically optimizes images on upload: converts to WebP, limits file size and dimensions, validates filenames, and removes intermediate sizes.
Description
Optimizador de Imágenes processes each image at upload time:
- Converts JPG and opaque PNG images to WebP at quality 85.
- Limits the maximum file size.
- Resizes images that exceed the configured maximum width or height.
- Validates and cleans filenames.
- Removes intermediate sizes generated by WordPress.
Each module can be enabled or disabled independently from Settings > Optimizador de Imágenes.
Installation
- Upload the
simple-optimizador-de-imagenesfolder to the/wp-content/plugins/directory. - Activate the plugin from the WordPress Plugins menu.
- Configure the options under Settings > Optimizador de Imágenes.
Changelog
1.10
- Security improvements: nonce verification, WP_Filesystem usage, and wp_safe_redirect.
1.0
- Initial release.