[TYPO3-english] Clean ts cache without cleaning page cache

Dmitry Dulepov dmitry.dulepov at gmail.com
Wed Nov 5 08:13:50 CET 2008


Hi!

Tania Morales wrote:
> But now i need to make a change in a TS configuration, and I cleaned only
> the configuration cache, I even removed the cache files from typo3conf.
> And i was waiting for some cache_pages to expire so the new change should
> take effect. But nothing happens.

Configuration cache does exactly what you did manually: removes
temp_CACHED_* from typo3conf/. It does nothing else.

> I did the same in my local environment and at the end I had to clean All
> Caches to make the ts change work,
> I can not do the same in my production site as I will loose the 40000
> records that are already cached.

What is the problem with that? They will regenerate when pages are
accessed. Smaller tables means faster access to most frequently used
 pages.

> Am I missing something I should do, besides Cleaning Configuration Cache and
> removing the files in typo3conf that will make this possible without the
> option of Clear All Caches ? Thanks for any clue.

You can go and empty cache_hash manually in phpMyAdmin. This will
also remove all cached TS templates.

-- 
Dmitry Dulepov
TYPO3 translations support
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book
In the blog:
http://typo3bloke.net/post-details/max_os_x_use_php_help_in_chm_format/


More information about the TYPO3-english mailing list