Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Cache system into the Core
etc wrote #296084:
When toying with WP, I have tried a very cool cache plugin: it not only saves pages as plain HTML, but also rewrites
.htaccessto serve these pages instead of PHP. The result would be blazingly fast, if only it worked… but wouldn’t fit a highly dynamic site anyway.
This. I spent yesterday reworking a client WordPress site hosted on 1and1 – no access to mod_gzip or mod_deflate, but setting up Super Cache made some difference in page payload and loading speed. In the end, because there was no Apache compression available (not a thing that 1and1 deem worthy of shared hosting), PHP zlib.output_compression was the only feasible option.
Offline