Your server might offer a dedicated caching engine such as APC or Memcached. You can leverage it with one line of PHP. concrete5 employs Zend Frameworks File cache out-the-box, however you're not constrained to using the Zend_cache library alone. Indeed, your web server may well have a dedicated c… https://mail.turbineui.com/resources/alternative-caching-engines/
If you're developing a block you'll need to consider how that block might work with concrete5's caching model. Caching can bring big speed improvements to your website, particularly if your database performance is a bottleneck. If you're building a block for your own, or others' use, you'l… https://mail.turbineui.com/resources/block-caching-options/