Counts words in posts, and how many words each author written. These values are stored in a database, and viewed either in backend (Administration panel) or or frontend (widgets, pages, etc). Since these values are only calculated when posts published/modified, it does not stress RDBMS.
Counts words in posts, and how many words each author written. These values are stored in a database, and viewed either in backend (Administration panel) or or frontend (widgets, pages, etc). Since these values are only calculated when posts published/modified, it does not stress RDBMS.