[TYPO3-GSoC] RFC GSoC 2011 Project Static File Caching

Ryan Graham ryangrahamnc at gmail.com
Wed Aug 17 16:17:27 CEST 2011


Hi Olivier,

- are there some drawbacks, e.g. does it need realurl/simulatestatic like
> nc_staticfilecache which also doesn't work when there is a '?' in the URL
>
It doesn't need realurl, but supports it, and can correctly handle urls with
?id=x . These are saved based on the called page name (not the id because
the htaccess can't grab from the database), so pages like "/about-typo3/"
and "?id=51" will save as separate files even if they're the same page in
the database.

- how does it handle *_INT cOjects?
>
That data is serialized and reparsed as part of the "dynamic" static files.
On future page loads, it and $_GET data is grabbed and updated, then the
dynamic portions of the page are reparsed using that data. It's then pushed
into the base page (which is cached) by replacing the INT_{hash} comments in
the html.

-- Ryan Graham


More information about the TYPO3-gsoc mailing list