17488 Posts in 4473 Topics by 1978 members
| Go to End | ||
| Author | Topic: | 3141 Views |
-
Re: Adding "You're logged in as" to a page

21 April 2008 at 1:27pm
We had the same issue with ecommerce, where the cart wasn't showing the products properly.
Except that it only happened in certain situations. What's the implication of including HTTP::set_cache_age(0) in _config.php?
Sean
-
Re: Adding "You're logged in as" to a page

21 April 2008 at 4:07pm
It will mean that all pages are served as dynamic pages, which means that proxy/cache usage won't be as efficient.
But, frankly, I think we need to be explicitly saying that certain page types are cachable, rather than saying certain page types are dynamic. It's a question of optimising download size vs. having features break.
This is why I think we should change the default.
| 3141 Views | ||
| Go to Top |


