When working with i18n we want to avoid caching the original path. For example

1) French user navigates to example.com/fr
2) Boost caches /fr.html and /index.html
3) Other spanish user navigates to example.com
4) Apache serves up the Boost cached page in French

The solution is to not cache the original/system/aliased path. However there is a slight performance advantage for non-i18n sites to cache both. So this patch adds a new advanced setting to control whether Boost caches the system path.

CommentFileSizeAuthor
boost_no_cache_aliased.diff3.23 KBdalin

Comments

dalin’s picture

I should add that this requires the no-symlinks patch here:

http://drupal.org/node/174380#comment-663794

aaron’s picture

subscribe

mikeytown2’s picture

Status: Needs review » Closed (fixed)

Closing all 5.x issues; will only reevaluate if someone steps up #454652: Looking for a co-maintainer - 5.x

Reason is 6.x has 10x as many users as 5.x; also last 5.x dev was over a year ago. The 5.x issue queue needs to go.