Closed (fixed)
Project:
Commerce Core
Version:
7.x-1.x-dev
Component:
Cart
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2013 at 19:54 UTC
Updated:
27 Feb 2014 at 17:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
znerol commentedComment #2
znerol commentedComment #3
rszrama commentedSeems easy enough, but I'm curious - how is this page being served from cache if the second anonymous user has a product in the cart? In that case, the user would have a session and should be bypassing the page cache, no?
Comment #4
znerol commentedAuthcache 7.x-2.x has support for delivering blocks, views and panels content panes using Ajax or ESI. It also supports delivering cached pages for anonymous users with an open session. See this tutorial for instructions on how to explore Authcache 2 with Commerce Kickstart 2.
Comment #5
rszrama commentedCool, thanks for the info. I'll go ahead and get the patch in - should have no performance impact at all, especially given CSS aggregation and stuff.
Comment #8
rszrama commented