FWS On-Demand-Resizer

Опис

This plugin is solution for well known flaw in WordPress architecture:
automatic resizing uploaded images in each of registered media sizes.

Although price of hosting space is low and we have gigabytes available that can be issue if you have dozen
(or more) registered sizes and because of that your backup files became larger than 10Gb.
Sooner or later you will be in situation to download (or even worse – to upload) that backup file.

Наша анализа је показала да велика већина умањених сличица није употребљена нигде на веб сајту.
За типичну тему са WooCommerce-ом и додатне 3 нове величине тај проценат иде преко 90%,
док са 6 додатних величина то иде и преко 96% !!!

Because of that developers are often uncomfortable with registering more media sizes trying to find
some workarounds or violating design to accommodate existing similar sizes.

Purpose of this plugin is to eliminate that overhead and allow developer to register as many sizes as he needs.

It will intercept uploading process to prevent creation of thumbnails and intercept getters
(wp_get_attachment_image_src(), get_the_post_thumbnail_url(), the_post_thumbnail(),…) to create thumbnail if needed.
Additionally, it will register in database each created thumbnail allowing WordPress to delete it automatically
when parent image is deleted.

Употреба

At „Settings“ tab of this tool you can pick individually for which size you want to enable or disable this functionality.
Typically, you will enable it for all sizes.

Button „Delete“ on „Utilities“ tab will remove all thumbnails for sizes that are handled by this plugin.
That will significantly reduce size of your „uploads“ directory allowing new thumbnails to be recreated on demand.

Button „Regenerate all thumbnails“ will remove existing and create new thumbnails for all your uploaded images.

Видео презентација:

Контакт

Молимо вас да грешке и предлоге унапређења пошаљете на office@tekod.com

Прегледи

Нема рецензија за овај додатак.

Сарадници и градитељи

„FWS On-Demand-Resizer“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

„FWS On-Demand-Resizer“ је преведен на 2 језика. Хвала преводиоцима за њихове доприносе.

Преведите „FWS On-Demand-Resizer“ на свој језик.

Заинтересовани сте за градњу?

Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.

Белешка о изменама

0.5.0

Release Date – 24 August 2023

  • New – Utility for regenerating thumbnails.
  • New – Added setting for tweaking compression level of JPEG images, this can produce slightly lighter thumbnail files.
  • Enhancement – Utility for delete all thumbnails now works via ajax, so you can track progress.
  • Fix – Improved performances by preloading metadata.
  • Fix – Support for SVG files now cover both image/svg and image/svg+xml mime types.

0.4.0

Release Date – 11 October 2022

  • Enhancement – Added internationalization to plugin. Created project at https://translate.wordpress.org/ and translated to Serbian and Dutch.
  • Fix – Improved performances while handling too small images.

0.3.0

Release Date – 28 November 2021

  • Enhancement – Added compatibility with „Regenerate Thumbnails“ plugin. Thanks to Florian Reuschel.
  • Enhancement – Added compatibility with „SVG Support“ plugin. Thanks to Florian Reuschel
  • Enhancement – Added debug logging feature.
  • Dev – Added filter „fws_rod_avoid_mime_types“ to specify mime-types that have to be skipped by Utilities/Delete feature.
  • Dev – Added filter „fws_rod_enable_sizes“ to configure plugin to handle specified image-sizes.
  • Dev – Added filter „fws_rod_disable_sizes“ to configure plugin to avoid handling specified image-sizes.

0.2.2

Release Date – 19 November 2021

  • Fix – Fixed bug in handling core image sizes (thumbnail, medium, large).