Hi, sorry it took so long. When I call wp_get_attachment_metadata I get:
Array ( [width] => 1024 [height] => 679 [file] => 2014/04/mieso-paleo-smak.jpg [sizes] => Array ( [thumbnail] => Array ( [file] => mieso-paleo-smak-150×150.jpg [width] => 150 [height] => 150 [mime-type] => image/jpeg [ewww_image_optimizer] => Zmniejszono o 7.6% (692,0 B ) – Poprzednio zoptymalizowano [cw_image_optimizer] => No savings ) [medium] => Array ( [file] => mieso-paleo-smak-500×332.jpg [width] => 500 [height] => 332 [mime-type] => image/jpeg [ewww_image_optimizer] => Zmniejszono o 7.3% (3,1 kB) – Poprzednio zoptymalizowano [cw_image_optimizer] => No savings ) [large] => Array ( [file] => mieso-paleo-smak-500×332.jpg [width] => 500 [height] => 332 [mime-type] => image/jpeg [ewww_image_optimizer] => Brak zysku [cw_image_optimizer] => No savings ) [post-thumbnail] => Array ( [file] => mieso-paleo-smak-672×372.jpg [width] => 672 [height] => 372 [mime-type] => image/jpeg [ewww_image_optimizer] => Zmniejszono o 6.8% (4,5 kB) – Poprzednio zoptymalizowano [cw_image_optimizer] => No savings ) [twentyfourteen-full-width] => Array ( [file] => mieso-paleo-smak-1024×576.jpg [width] => 1024 [height] => 576 [mime-type] => image/jpeg [ewww_image_optimizer] => Zmniejszono o 6.0% (9,5 kB) – Poprzednio zoptymalizowano [cw_image_optimizer] => No savings ) [crp_thumbnail] => Array ( [file] => mieso-paleo-smak-150×150.jpg [width] => 150 [height] => 150 [mime-type] => image/jpeg [ewww_image_optimizer] => Brak zysku [cw_image_optimizer] => No savings ) [tptn_thumbnail] => Array ( [file] => mieso-paleo-smak-50×50.jpg [width] => 50 [height] => 50 [mime-type] => image/jpeg [ewww_image_optimizer] => Zmniejszono o 18.5% (390,0 B ) – Poprzednio zoptymalizowano [cw_image_optimizer] => No savings ) ) [image_meta] => Array ( [aperture] => 0 [credit] => [camera] => [caption] => [created_timestamp] => 0 [copyright] => [focal_length] => 0 [iso] => 0 [shutter_speed] => 0 [title] => [orientation] => 0 ) [ewww_image_optimizer] => Reduced by 3.6% (5,3 kB) – Poprzednio zoptymalizowano [cw_image_optimizer] => No savings )
So shitload of rubbish parameters. I don’t have anymore the sizes 50×50, but I guess the metadata is still there.
Any idea how I can clean up this rubbish without coding it? Is there a nice plugin for it? ??