• To count the amount of content in your Drupal website:
  1. login with your admin account,
  2. go to Admin Menu => Content,
  3. count the number of posts multiplied by the number of pages.

drupal_entities

  • To count the amount of users in your Drupal website:
  1. login with your admin account,
  2. go to Admin Menu => People,
  3. count the number of users multiplied by the number of pages.

drupal_entities

  • To count the amount of comments in your Drupal website:
  1. login with your admin account,
  2. go to Admin Menu => Modules=> Comments=> Configure,
  3. count the amount of comments multiplied by the number of pages.

drupal_entities