GordonLesti / Lesti_Fpc

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

Custom layout update ignored after refresh #340

Open gijsve opened 5 years ago

gijsve commented 5 years ago

We have for one catergory this xml update:

<reference name="product_list_toolbar">
  <action method="addPagerLimit"><mode>list</mode><limit>200</limit></action>
  <action method="addPagerLimit"><mode>grid</mode><limit>200</limit></action>
</reference>

This works okay when FPC is turned off. When it is turned on and we refresh one or two times the update is ignored.

We have the same kind of problem on the layered navigation. Using it after cache refresh, all works okay. Refreshing the filter, for example click on an attribute, then deselect it and select it again and it doesn't work anymore.

Who can help? The problem is driving me nuts.

gijsve commented 5 years ago

Ok so I solved it. Very stupid. I totally debugged it and found that productlist was in lazy blocks config. :D hope I did not waste anybody's time.