Wordpress LScache Plugin: Image optimization and Disk I/o Usage Maxing out
Last Updated on: Wed, 15 Apr 2026 00:00:02 Currently trying to optimize images but it is taking a toll on our web server. It is maxing out or disk i/o usage anytime i send a request and It is also maxing it out when I got my media gallery. Is there anything I could do to minimize server load while trying to get through the optimization? Hi @needmystyle, if the issue is causing by sending out too many images at the same time, you can use litespeed_img_optm_resend_rows filter to limit the max sending size. for example: add_filter( litespeed_img_optimize_max_rows, function( $num ) return 10 ) to send a maximum of 10 rows at the same time.
LiteCache Rush: Speed comes from using less, not from doing it faster
Reference