varnish - Magento 1.9 minicart not showing product -


i had upload project new server. on new server installed varnish . adding product cart not showing product cart.

is due varnish ?

<reference name="cart_sidebar">     <action method="setesioptions">         <params>             <access>private</access>             <flush_events>                 <sales_quote_save_after/>             </flush_events>             <registry_keys>                 <current_category/>             <registry_keys>         </params>     </action> </reference> 

shortly: don't use it.

over past couple days have done extensive experiments turpentine generated vcl , found default values , use of nginx ssl termination it's not not full page cache security hole.

if magento version after 1.8, first visit of user result in "pipe" (completely uncached) request, worse php based fpc.

moreover, default values , nginx ssl - form keys not change page page disabling csrf absent knowledge.

here substantial backing of why turpentine of no use anymore.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -