Cache

Drive the speed and responsiveness of your reports to the max

Introduction

This package is all about the speed and responsiveness of your reports. Let imagine your report need to pull large data from various sources to deliver the computed results. It takes time to load and process data. If many people go to your report at the same time, server may be overloaded.

Cache package will solve above problem. It will store the computed results temporarily in a period of time. If the report need to reload, results will be loaded from the cache, which results in lowering the load on your database and also the computation of your report. Ultimately, it will increase the speed and responsiveness of your report.

Depend on your preference, we provide FileCache, ApcCache and MemCache for your choice of caching methods. The file cache is the easiest way and the others two are more advanced and requires some installation of APC extension or Mem Cache extension.

Documentation

The details of how to install and how to use Cache package can be found at our documentation.

Licenses

The package is released under MIT License which is free and can be use in any of your purpose. It is also pre installed inside KoolReport Pro package.

User Reviews
(2)
Jerry Sanford
on Nov 13, 2017

It works! My report loaded very fast in second touch.

Curtisfieva
on Feb 4, 2018

Hey, this is awesome package.