RonB
Posts: 228
|
| Posted: 05/13/2009, 6:48 AM |
|
I was wondering if anyone is using memcache in combination with codecharge studio. It's supposed to improve performance considerably.
At this point I have no idea how to make use of the memcache functionality provided by our internal webservers.
thnx
Ron
|
 |
 |
jjrjr1
Posts: 942
|
| Posted: 05/18/2009, 12:00 PM |
|
Hi
CCS does support page caching but using database tables.
Not sure it supports the caching you are looking for
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com |
 |
 |
RonB
Posts: 228
|
| Posted: 05/19/2009, 1:57 AM |
|
php memcache does more then just page caching. It's not easy to implement in CCS and not advisable for existing projects. You can cache basically every object you want. For table result sets you would also have to implement some control functions to make sure the cached set is up to date. I decided not to fool around with it and try to optimize mysql query cache some more.
Ron
|
 |
 |