H
H
hackuun2018-07-15 13:07:45
Images
hackuun, 2018-07-15 13:07:45

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 imageminand still an error

imagemin([`images/*`], 'optimized', {
  plugins: [
    mozjpeg({quality: 30, progressive: true})
  ]
})

What does he not like? There, the picture is almost invisible, some pixels are cloudy from compression.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2018-07-15
@dimonchik2013

it's about the fact that the declared visible area is much smaller than the actual size of the picture, in pixels

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question