Due to various things like google's page cache, the less things that are ajax-ed the better IMHO. Also document what is being replaced, with the current shotgun approach.
Due to various things like google's page cache, the less things that are ajax-ed the better IMHO. Also document what is being replaced, with the current shotgun approach.
Comments
Comment #1
csevb10 commentedI'll add documentation to the project so that it has a README. For informational purposes, it ajax replaces blocks that cannot be statically cached for all users:
BLOCK_NO_CACHE, BLOCK_CACHE_PER_USER, BLOCK_CACHE_PER_ROLE
All other blocks are handled as normal.
Comment #2
ManyNancy commentedIs this likely to come?
Comment #3
csevb10 commentedThis was the main impetus behind the new patch/fixes. Check the commit: #366456