[TYPO3-dev] COA_GO: default cacheDirectory

Krystian Szymukowicz t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Tue Aug 18 15:28:01 CEST 2009


Thomas Scholze wrote:
> Hello list,
> yesterday i tried the COA_GO extension written by Krystian Szymukowicz 
> and i recognized a performance boost. Thanks at all.

Good to hear it works well for you.


> But i've a question related to the default cacheDirectory.
> The default cacheDirectory "typo3temp/cached_cobj/" wasn't createt 
> during the install process of coa_go.
> Is this directory considerable and i have to create it manually or could 
> i leave it uncreated?

Well. This folder should be created automatically if you use
cache.type = afterCache_file
or
cache.type = afterCache_file_ajax

In this case cached content is put into files which are later used by 
php include or ajax calls.


But if you are using only cache.type = beforeCache_db
then the cache directory is not needed. So maybe this is your case.


--
grtz
Krystian Szymukowicz




More information about the TYPO3-dev mailing list