Wordpress LScache Plugin: Lazy Load/Cache issues with WP Ultimate Post Grid
Last Updated on: Wed, 15 Apr 2026 00:00:02 Hi, Ive tried all sorts of things to combat this problem, with no luck. I have a page with a grid plugin that displays blog posts on a recipe page. The grid loads but the images arent always the right size, sometimes they load over top of each, sometimes they flicker on mouseover, etc. Its finicky and I cant pin down exactly what is the issue: lazy load, cache, or minify. Is there a way that I can force the plugin, and all resources, to be excluded from all three functions? Or, if its just a lazy load issue, is there some code I can add just for that plugin issue? Thanks, Mitch Report number: GHMSXFWC The page I need help with: https://cassidyscraveablecreations.com/recipes-2/ Hi @thinkmedia, have you tried to disable lazy load and minify respectively to see the result? Under our preliminary checking, your gallery plugin(grid) need the image size from src to render the grid and set the height. So should not use lazy loading on this page. You can add data-no-lazy=1 to your image to avoid lazyload on that image. Hi @stanleylitespeed Thanks for taking a look at it. Unfortunately the grid is created using a plugin so its impossible to add the tag to each image as its dynamic. M Hi @thinkmedia, can you try to disable Lazy Load Images setting to see can the wrong size error fixed? Also, could you share the gallery plugin name with us? Hi @thinkmedia, To better improve the compatibility with gallery plugins, we added a new feature to exclude by image classnames. The commit is in https://github.com/litespeedtech/lscache_wp/commit/bf50379e19b5b91651a9ae968f834d8c2c917b9d and will be included in next release. Hope this can help. Best regards, Hai Thank you so very much @hailite That is great news! @stanleylitespeed Its the WP Ultimate Post Grid Premium (by: https://bootstrapped.ventures/) Mitch
LiteCache Rush: Speed comes from using less, not from doing it faster
Reference