Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
I set up frontend cache and i found the first query seems to always be empty. Maybe when frontend cache is active it can skip it?[PHP]$config['cache']['enabled'] = true;$config['cache']['frontend'] = 'Core';$config['cache']['frontendOptions'] = array( 'caching' => true, 'automatic_serialization' => true, 'lifetime' => 10800, 'cache_id_prefix' => 'xen_');$config['cache']['backend'] = 'Xcache';[/PHP]
I set up frontend cache and i found the first query seems to always be empty. Maybe when frontend cache is active it can skip it?
[PHP]$config['cache']['enabled'] = true;
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions'] = array(
'caching' => true,
'automatic_serialization' => true,
'lifetime' => 10800,
'cache_id_prefix' => 'xen_'
);
$config['cache']['backend'] = 'Xcache';[/PHP]
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences