You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tested Jitter 2.1 on Craft 4 with PHP 8.1 and the cached file response is working.
For testing I verified that the cache was working by tracking the image response times. Cached images would resolve in ~40ms while non-cached images would resolve in ~150ms. Along with this I also verified that the caching logic was working by modifying the source code to log a "cache hit" message.
Could you provide additional details such as an example of the twig snippet, also if you're caching files locally or on S3.
It looks like every time I load a page, all the images get regenerated. Isn't Jitter saving transformed images of checking if they already exist?
The text was updated successfully, but these errors were encountered: