hey! I was wondering how exactly webpagetest figures out if an image could be more compressed or not, so I could test/tweak stuff see if my site is generating the “right” sized images
i gave a shot at looking at the source and found this constant in wpt_test.cc:37 which looks like maybe a clue… →
wpt_test.cc
37:static const BYTE JPEG_DEFAULT_QUALITY = 30;
:huh: