I'm using image resize filter for blog posts, but when I use a view to display the posts list rendering time is huge, even if there are no images to resize.
If I disable the image resize filter, view rendering turn normal.
Do you know if it's possible to disable image resize filter on views? Or any other solutions?
Many thanks
Comments
Comment #1
quicksketchHmm, Image Resize Filter should really only trigger when editing or creating new nodes. Though it will also trigger after clearing your Drupal caches. After it's run once, there should be no difference at all between when the Image Resize Filter is on or off, since the entire filtering process is skipped entirely once it's been loaded into the cache. Regarding disabling the filter, it depends on how your View is set up. Under most circumstances I don't believe it's possible to turn off an individual filter.
Comment #2
pabloid commentedYou are right!
Activating normal cache solved the problem for anonymous user.
Thank you for explanation!
Comment #3
quicksketch