Enable caching. Remove stuff for development.

This commit is contained in:
James Cole
2016-05-15 14:48:21 +02:00
parent 5065b1ee03
commit a84de5db77
22 changed files with 27 additions and 964 deletions

View File

@@ -308,7 +308,7 @@ class CategoryController extends Controller
$cache->addProperty('specific-period');
if ($cache->has()) {
// return $cache->get();
return $cache->get();
}
$entries = new Collection;
Log::debug('Start is ' . $start . ' en end is ' . $end);