.. include:: ../../Includes.txt CSS concatenation ^^^^^^^^^^^^^^^^^ CSS concatenation is the process of combining and minifying all CSS stylesheets that are loaded. This way the browser only has to load a single stylesheet instead of many, which saves many HTTP requests. The compression is done automatically when using TYPO3 v4.4 or greater. The concatenated files are stored in folder /typo3temp/compressor/, typically:: ../typo3temp/compressor/merged-43184ce406ccfb7c04df66f024414129-403f03ea0692e1f848b48ae4da48b005.css?1278079667 .. ### BEGIN~OF~TABLE ### .. container:: table-row Segment Segment Description Description .. container:: table-row Segment First md5: `43184ce406ccfb7c04df66f024414129 `_ Description Md5 of the whole content (not yet concatenated). .. container:: table-row Segment Second md5: `403f03ea0692e1f848b48ae4da48b005 `_ Description Md5 of the file name + file path + file size .. container:: table-row Segment Time stamp: `1278079667 `_ Description The creation time stamp of the file itself. .. ###### END~OF~TABLE ######