@@ -16,7 +16,7 @@ class IndexController extends HomeBaseController
{
public function index()
- $cacheKey = 'cache:index_pages:index';
+ $cacheKey = 'cache:index_pages:index_'.intval(cmf_is_mobile());
$pageHtml = RedisService::get($cacheKey);
if($pageHtml){
return $pageHtml;