I know this is not directly related to the module but it would be a good idea to share some benchmarks / values that can be found in the new profiler toolbar (which is awesome!).

A fresh Drupal install is a good point to start.

I am especially interested in number of db queries for anon or auth users, static cache is enabled/disabled, dynamic cache is enabled/disabled. Here are my initial results:

- Homepage
- Anon / cache disabled: DB queries -> 160
- Anon / cache enabled: DB queries -> 40 (why is this that much?)
- Auth / cache enabled or disabled: DB queries -> 399, dynamic_page_cache -> 0 (why?)

Comments

Sinan Erdem created an issue.