[TYPO3-core] RFC #5500: Feature: Load Inline Elements On Demand

Steffen Kamper info at sk-typo3.de
Wed Mar 24 10:32:21 CET 2010


Hi,

Lars Houmark schrieb:
> 
> Off-topic but still.
> 
> All includes of CSS and JS in the backend should use a timestamp for the 
> mtime of the file.
> 
> Ie. the output will be: <script type="text/javascript" 
> src="t3lib/jsfunc.inline.js?1269441180"></script>
> 
> This way the browser will automatically recache all includes files when 
> they are changed. Parsing all includes through a function that adds the 
> mtime in the backend should be easy to add.
> 

absolutely no ;) this can be used for develop, but then you disable 
cache for css completely.
The Problem must be with ajax, you can send cached and non-cached 
requests, or something different.
Also beware of IE, i think the max number of stylesheet files he can 
handle is 22.

vg Steffen


More information about the TYPO3-team-core mailing list