I am working on a client site that use workspaces extensively for content publishing, with multiple editors working on their own site section in their own workspaces. Sometimes a single editor works on multiple workspaces. Each content publish in a workspace triggers a CDN cache clear (Akamai in our case).
Since, the content was not changed (published) in a Live workspace, it stays the same for anonymous user, making the purge unnecessary.
purge_queue
database table).Expected result: No purge queue entries should be created.
Actual result: Purge entries are created.
Do not add entries to the purge queue if they are changed in a non-Live workspace.
MR
TBD
None
None
Active
3.0
Code