Ineluki
Ineluki
In trying to achieve 100% cached status (especially for categories), these are some improvements I needed to hack in: First, after dispatching the event 'fpc_helper_collect_params', you need to ksort the...
To support cache-warmers, there needs to be a Request-Header that forces a refresh on the called page, e.g.: Fpc-Force-Refresh: 1 To prevent this from becoming an attack surface for DDoS,...
When items are repeatedly added to and removed from new trees, the symbols stay and start clogging up the memory. Don't know if this is necessary by design or not....