Here’s a hypothetical….
Say I have a blog landing/archive page containing a blog entries loop:
{exp:channel:entries
channel="blog"
limit="8"
dynamic="no"
paginate="bottom"
cache="yes"
refresh="1440"
}
....
It requires pagination. What is the most efficient way to cache this?
Would it be something like cache*prefix="blog"?
Say I also have category landings/archives, would I use a different cache*prefix for each category?
Maybe this a bad example because it falls into a different use case.
Does using a cache_prefix break the pagination?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.