Skip to content

Optimize PNG images

by calling optipng -preserve -o7 $(find -name '*png'). This reduces the total amount of bytes transferred to the browser.

Merge request reports