"Prune" means to delete old or unwanted items. We have a politics forum in which people argue all day, usually totally meaningless stuff. To lower db size I would routinely prune (delete) threads older than 30 days.
I kept hoping vb would institute some form of offline archiving, but that may never happen.
Anyway, if you prune like this then you must optimize tables to regain the space.
I too would like to know how PHP info will tell me if I need gzip on. I don't see anything in the manual about 'public php info'. But even if I did, I'm sure you don't want to have to look at everyone's boards?
Is this relevant?
HTTP_ACCEPT_ENCODING gzip,deflate
_SERVER["HTTP_ACCEPT_ENCODING"]gzip,deflate
_ENV["HTTP_ACCEPT_ENCODING"]gzip,deflate
|