GordonLesti / Lesti_Fpc

Simple Magento Fullpagecache
https://gordonlesti.com/lesti-fpc-documentationversion-1-4-5/
Other
358 stars 159 forks source link

Issue in caching custom Layout Handles #302

Open denogio opened 7 years ago

denogio commented 7 years ago

When adding a custom cacheable action using a modules layout handle we have in multiple cases exerienced a specific issue.

Eg. a module that handles configurable product pages with a layout called virtual_product_view.

Visiting the a configurable product after adding the layout handle in cacheable actions, will correctly cache the page, however visiting other configurable products will always show the first page that was cached with that specific action. Is this a known issue, and is there a workarround, or is it a bug?

mortenjakobsen commented 7 years ago

I have the exact same issue - when one product is cached, it's shown on every URL.

Also using the virtual_product_view handle.