[TYPO3-dev] Testing TYPO3 caching vs. [FE][pageCacheToExternalFiles]
Dmitry Dulepov
typo3 at fm-world.ru
Wed Apr 12 15:29:35 CEST 2006
Hi!
Dmitry Dulepov wrote:
> Btw, I am going to try setting typo3temp on tmpfs (ram disk) and see if
> it helps...
Visually it started to serve pages faster. Here is what I did:
mkdir -p /some/path/ramdisk/
mount -t tmpfs tmpfs /some/path/ramdisk
mkdir -p /some/path/ramdisk/typo3cache/myweb
chown -R root:apacheuser /some/path/ramdisk/typo3cache
chmod -R g+w /some/path/ramdisk/typo3cache
rm -fR /path/to/web/typo3temp/cache_pages
ln -s /some/path/ramdisk/typo3cache/myweb \
/path/to/web/typo3temp/cache_pages
and enabled disk cache in Install.
Dmitry.
--
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
More information about the TYPO3-dev
mailing list