Is it possible to limit the number of images being sent for optimization?




Wordpress LScache Plugin: Is it possible to limit the number of images being sent for optimization?

Last Updated on: Wed, 15 Apr 2026 00:00:02
Dear all, Is there any way to reduce the number of images that are getting sent for optimization? Or to optimize them during upload / one image at a time via media library? I need to send a smaller number of images at once because level 5 seems to be a bit too much for the limits imposed by my hosting. (Changing the hosting is not yet an option.) The page I need help with: https://www.the-travel-bunny.com Yes its possible Please try this in your themes functions.php: add_filter( litespeed_img_optimize_max_rows, function( $num ) return 10 ) If you want to send 10 groups each time. Thank you so much!



LiteCache Rush: Speed comes from using less, not from doing it faster



Reference