Details
This bug / missing feature is a big annoyance since 1.5 - there is no option to
disable recording of article read statistics (hits) in Joomla 1.5. / 1.6.
This should really be fixed before RC, because:
- it creates unnecessary UPDATE / SET if one does not need / want this kind of
statistics
- renders query cache unusable (queries can't be cached as data gets updated
over and over again)
- causes problems for hosting providers doing incremental backups - databases
need to be re-stored every day even on otherwise totally static sites
Beside all this it even doesn't work if joomla cache is enabled - in that case
hits get recorded only when cache expires and gets recreated and so this hit
counter is effectively more or less useless.
Patch to remove this feature is attached |