Overview
This extension improves caching of content objects in TYPO3 so it can increase time rendering of page and overall performance of your site.
COA_GO fills the gap between full cached COA and COA_INT that is rendered each time the page is delivered to user browser. COA_GO renders its content only once and then if TYPO3 requests COA_GO again the content is fetched from cache (db,file, file with ajax) each time unless the cache period expires.

