- CACHE CONTROL HEADERS - One of the most important features in TYPO3 3.8 is the possibility to make use of so-called cache-control headers on frontend output. This allows a site to be cached by client browsers and proxies. See http://typo3.org/development/articles/using-cache-control-headers-in-typo3/ for more information. Thanks to such cache-control headers, browser clients and proxy servers become aware of how long a sent page can be cached (or in other words: how long it is not needed to re-fetch it again). The result of that is a big speed gain for servers who might have been permanently under high load because proxy server never cached their contents.
- INDEXED SEARCH - TYPO3s powerful search engine has got some high improvements. It now can offer statistics of entered search words, supports a lot of new file types for indexing (Excel tables, Powerpoint presentations, StarOffice/OpenOffice.org documents and even some more...). Furthermore, indexed search now contains support for "crawler" extensions which makes it possible to index all pages automatically by simply starting one of these crawlers from the backend of TYPO3.
- IMPORT/EXPORT ENHANCED - This extension has been available for a long time, however it was not very comfortable to work with it because of its incompleteness. In TYPO3 3.8.0 most of the missing features have been completed. Here is a brief summary:
-
Support for flexforms (hence TemplaVoila)
-
Support for RTE embedded images
-
Support for updates of existing records in various forms
-
Optional XML format
-
Support for a new concept called "soft references" which are plain-text links/file references/markers and allows to track and include these in export. Examples are "fileadmin/..." references in TypoScript templates and <link> typolink tags.
-
It can export from the page tree root
-
Extension dependencies can be set
-
Export links directly from clipboard and Web>List
-
Support of meta data including embedded thumbnails
-
Added a new feature to force all UIDs in the Import/Export function
Cache-Control Headers: http://typo3.org/development/articles/using-cache-control-headers-in-typo3/
Index Search: http://typo3.org/documentation/document-library/indexed%20search/
TypoScript reference: http://typo3.org/documentation/document-library/doc%20core%20tsref/
[by Thomas Esders, www.typo3.org]