Seit Version 4.1 gibt es die Möglichkeit die Anzeige des Backends stark zu beschleunigen, indem statische Bilder die
TYPO3 Version 4.1 beinhaltet mehrere Beispiel .htaccess Dateien die das laden von statischen (sich nicht veränderten) Bilder beschleunigt. Der Aufbau des BE wird dadurch stark beschleunigt.
Folgende _.htaccess Dateien müssen dafür in .htaccess umbenannt werden
- typo3/gfx/_.htaccess
- typo3/mod/user/ws/_.htaccess
- typo3/sysext/_.htaccess
- typo3/sysext/t3skin/stylesheets/_.htaccess
Note: this feature requires mod_expires to be installed for Apache. If mod_expires is not installed, images will not be cached and TYPO3 will work as in previous versions. The .htaccess files will detect if mod_expires is installed and use it automatically.
Using this feature requires certain Apache configuration. Main Apache configuration file should have "AllowOverride Indexes" directive for typo3-based web site (note that there can be also other values in AllowOverride" but "Indexes" is mandatory).