[symfony-users] Re: ysfDimensions with sfSQLiteCache

2009-08-26 Thread Dustin Whittle
If I ever fail to reply to a ticket in under a week, please feel free to assign it to dwhittle. Thanks. I will resolve your issue tomorrow. I am not sure of the impact of sqlite cache will have, please do follow up with metrics once you find out. Cheers, Dustin On Aug 25, 4:43 am, ju1ius

[symfony-users] Re: ysfDimensions with sfSQLiteCache

2009-08-25 Thread Thomas Rabaix
Dustin, Can you give us your trac username ? my ticket http:// trac.symfony-project.org/ticket/6267 wasn't be reviewed since 5 month ... thanks ! On Tue, Aug 25, 2009 at 12:42 AM, Dustin Whittle dustin.whit...@symfony-project.com wrote: Jules, Create a ticket with patch in trac and assign

[symfony-users] Re: ysfDimensions with sfSQLiteCache

2009-08-25 Thread ju1ius
Yes I know, but my host says it won't install APC because it conflicts with Zend Optimizer which they use to obfuscate code ... And for now I've never seen a shared host with APC installed :-( Anyway, if I use sfNoCache, would the config and various paths have to be parsed on every request ?

[symfony-users] Re: ysfDimensions with sfSQLiteCache

2009-08-24 Thread Dustin Whittle
Jules, Create a ticket with patch in trac and assign to me and I will resolve. I will refactor the plugin for 1.3. Also, the whole point of using apc/eaccelerator is not to have to read from disk - sqlite requires disk, which defeats the point of the cache. You should just use sfNoCache or