solve-it-once / frost

Drupal 10 atomic construction kit
https://www.frostdrupal.com/
GNU General Public License v2.0
16 stars 4 forks source link

Determine if imageapi optimization is required #38

Closed ao5357 closed 1 year ago

ao5357 commented 1 year ago

Given that any bitmapped images served via image styles are formatted into webp, determine if all the overhead of the imageapi_optimization pipelines yields any benefits for site performance or overall compatibility. If the optimizations aren't doing anything, remove them from the base installation.

ao5357 commented 1 year ago

Retained the dependencies in composer but uninstalled the modules and removed their configs in #44, as the pipelines would burn in png files, and the operation of the module was only useful prior to the widespread use of webp. Closing this ticket, but will consider new open issues to remove the dependencies or other image optimization topics.