Knowledge Base Help & Documentation:
How to count the amount of entities in Drupal?
- To count the amount of content in your Drupal website:
- login with your admin account,
- go to Admin Menu => Content,
- count the number of posts multiplied by the number of pages.
- To count the amount of users in your Drupal website:
- login with your admin account,
- go to Admin Menu => People,
- count the number of users multiplied by the number of pages.
- To count the amount of comments in your Drupal website:
- login with your admin account,
- go to Admin Menu => Modules=> Comments=> Configure,
- count the amount of comments multiplied by the number of pages.