Tag: sqlite

1 result

CE Cache

Causing Effect (Aaron Waldon)

ExpressionEngine 2, ExpressionEngine 3

CE Cache allows you to store and retrieve parts of your templates (fragment caching via file-based caching, database, APC, Redis, Memcache or Memcached) or full-page static caching. Since much of the heavy lifting doesn't have to be run on every page-load, your performance increases can be astonishing. With fragment caching, you can also escape any parts of your cached code, so they remain dynamic (like logged_in conditionals for example). This enables you to enjoy the speed increases without sacrificing usability or functionality where you need it.