Answer the question
In order to leave comments, you need to log in
What algorithm does Google use to compress images (Pagespeed test)?
In the Pagespeed test, I get warnings that the pictures are not optimized, although they are crap optimized. For the sake of the test, I put the super-killed compressed in the script imagemin
and still an error
imagemin([`images/*`], 'optimized', {
plugins: [
mozjpeg({quality: 30, progressive: true})
]
})
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question