THE FASTEST Smarty Cache Handler
Posted
by rob.effect
on Stack Overflow
See other posts from Stack Overflow
or by rob.effect
Published on 2010-03-21T12:17:13Z
Indexed on
2010/03/21
12:21 UTC
Read the original article
Hit count: 356
Does anyone know if there is an overview of the performance of different cache handlers for smarty?
I compared smarty file cache with a memcache handler, but it seemed memcache has a negative impact on performance.
I figured there would be a faster way to cache than through the filesystem... am I wrong?
© Stack Overflow or respective owner