[TYPO3-core] RFC: minify JavaScript
Dmitry Dulepov [typo3]
dmitry at typo3.org
Tue Sep 11 14:26:00 CEST 2007
Ingo Renner wrote:
> Would that mean that it runs with each page request? If so, how about
> caching the minified output?
If page is cached, it is stored in cache with all generated javascripts.
Minification will run only if page is not in cache (first time hit or
no_cache=1 or set_no_cache). Minification is performed by TSpagegen
script, which is called only if index_ts.php could not fetch cached
content from $TSFE.
So all fine there.
--
Dmitry Dulepov
TYPO3 freelancer / TYPO3 core team member
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
More information about the TYPO3-team-core
mailing list