You are here

README.txt in Better Statistics 6

Same filename and directory in other branches
  1. 7 README.txt
-- SUMMARY --

This module augments Drupal Core's Statistics module by collecting additional
information. It does so with no greater performance overhead than Core
Statistics itself introduces.

This module won't do you much good unless you have the Statistics module enabled
and "Enable access log" checked at admin/reports/settings.


-- FEATURES --

* Adds cache status and user-agent fields to the access log.
* Additional fields are integrated with views (filtering, sorting, etc).


-- WHY INSTALL THIS MODULE --

Install this module if you need to have the ability to answer questions like:

* What is my website's cache hit rate throughout the day, week, month, etc?
* How does page generation time of cached pages compare to uncached pages?
* When does Google crawl my website and what kind of page generation time does
  it see?


-- INSTALLATION --

* Ensure that the core Statistics module is already enabled.
* Install and enable this module.
* Ensure that "Enable access log" is checked at admin/reports/settings.

File

README.txt
View source
  1. -- SUMMARY --
  2. This module augments Drupal Core's Statistics module by collecting additional
  3. information. It does so with no greater performance overhead than Core
  4. Statistics itself introduces.
  5. This module won't do you much good unless you have the Statistics module enabled
  6. and "Enable access log" checked at admin/reports/settings.
  7. -- FEATURES --
  8. * Adds cache status and user-agent fields to the access log.
  9. * Additional fields are integrated with views (filtering, sorting, etc).
  10. -- WHY INSTALL THIS MODULE --
  11. Install this module if you need to have the ability to answer questions like:
  12. * What is my website's cache hit rate throughout the day, week, month, etc?
  13. * How does page generation time of cached pages compare to uncached pages?
  14. * When does Google crawl my website and what kind of page generation time does
  15. it see?
  16. -- INSTALLATION --
  17. * Ensure that the core Statistics module is already enabled.
  18. * Install and enable this module.
  19. * Ensure that "Enable access log" is checked at admin/reports/settings.