-
The whole point is to limit SQL and I believe the area that should work is this field http://cl.ly/gEgA but it won’t restrict based on any entry here. If I restrict above in the filters, then it still…
-
Caching resources is a nice feature of CiviProxy. It currently uses the file based ``PEAR Cache_Lite``, but there is no reason why a PHP Memcache shouldn't work. It would probably be even better.
-
Symphony 2.7.7
Cachelite 2.1.2
'clean-strategy' => 'cron',
-
We have tried to exclude our cms but doesn't seem to work 100%.. (we are not logged on to symphony). We need to disable caching when a member is logged in..
Would it be possible to have some more inf…
-
We can't exclude our frontend cms from the cachelite cache.
@nitriques : The member extension needs to bypass the cache.
> In the extension.driver.php file of the member extension. It needs to h…
-
### Steps to reproduce the issue
random failure occurring in cachelite test usually with php 7.1 on windows
https://ci.appveyor.com/project/rdeutz/joomla-cms/build/1.0.4240/job/r3ms19arudrf3rtw
…
-
http://www.oursite.be/nl/ (no caching)
http://www.oursite.be/nl/home/ same page, works..
-
#### Expected Behavior
A new caching method could be implemented using the CacheLite library[1] to prevent many queries being executed to the database, and as a new cache method for SuiteCRM.
[1…
-
MySQL Error (1067): Invalid default value for 'timestamp' in query: CREATE TABLE `sym_cachelite_references` ( `page` char(128) NOT NULL, `section_id` int(11) NOT NULL default 0, `entry_id` int(11) NOT…
-
We use Symphony 2.61 and cachelite 1.3.
We use a frontend cms, which is loaded after logging in.
When we are logged in (/data/logged-in-author/author) then there is no caching and everything works per…