Feature request: Bypass lscache optimization on the first miss and create page cache in the background for subsequent hits
HI, I am not sure if this is possible or not. I feel the first hit to the page(uncached) takes quite a lot of time when the plugin is turned on with optimizations and thats understandable. But would it be possible lets say if the page is uncached and when user try to access the page---> LScache plugin is totally bypasses as in the request is served like without the presence of cache/plugin so that ttfb is better and no extra php processing happens on the first go. and the cache for that page is generated in the background, so for the next hit by the same user/different user, since the cache is created it serves it from the cache providing both the benefit of caching and when not cached. We can of course warm the cache but for a ecommerce store with 1000+ products warming does not seem like a viable idea. Thanks
That's a great idea! I wonder if it is feasible.