GordonLesti / Lesti_Fpc

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

Product tags results cache problem #284

Open danielchicote opened 7 years ago

danielchicote commented 7 years ago

Hello, when i activate lesti cache, all the tags pages are always the same.

I have tried to put the tag_products, tag_list_index, tag_product_list and search_result_list blocks as lazy blocks, bypass, and adding tag and tagId as uri paramos, but magento always returns the first cached page with the same tag.

¿Has anyone else tried the lpc cache with the tagged product lists?

GordonLesti commented 7 years ago

Hello @danielchicote Unfortunately, I am not so familiar with Tags. Can you explain a little bit more detailed what you mean with tags pages? Did you mean the actions tag_list_index and tag_product_list?

danielchicote commented 7 years ago

Hello GordonLesti, finally there was a problem with other module (aligent cacheobserver), that creates a block cache for tag results.

I have desactivted the module and allorks perfectly.