justcoded / just-responsive-images

WordPress Plugin to support better responsive images with <picture> tag, backgrounds, retina support etc.
48 stars 8 forks source link

Image sizes cache/fastboot #9

Open aprokopenko opened 7 years ago

aprokopenko commented 7 years ago

The process to register all image sets/sizes is time consuming, because it validates user settings array, parse retina options etc.

Would be great to save configured array of sizes inside cache and then load objects from cache. Unfortunately final sizes are class objects, so it's not trivial to cache them.

lilialili commented 6 years ago

Hello, I have the problem with this plugin it does not work on IE window

aprokopenko commented 6 years ago

Please create a new Issue describing in details what problems do you have, maybe screenshots, your config, etc.