• Resolved The Travel Bunny

    (@mirelaiepurela)


    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: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Hai Zheng?

    (@hailite)

    Yes its possible ??

    Please try this in your theme’s functions.php:

    add_filter( 'litespeed_img_optimize_max_rows', function( $num ){ return 10 ; } ) ;

    If you want to send 10 groups each time.

    Thread Starter The Travel Bunny

    (@mirelaiepurela)

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is it possible to limit the number of images being sent for optimization?’ is closed to new replies.