You are here

constant PERFORMANCE_KEY in Performance Logging and Monitoring 6.2

Same name and namespace in other branches
  1. 5 performance.module \PERFORMANCE_KEY
  2. 6 performance.module \PERFORMANCE_KEY
  3. 7.2 performance.module \PERFORMANCE_KEY
  4. 7 performance.module \PERFORMANCE_KEY
3 uses of PERFORMANCE_KEY
performance_log_summary in ./performance.module
Store the summary data.
performance_traverse_cache in ./performance.module
Helper function to traverse the cache_bin data for retrieving and/or pruning data.
performance_update_6200 in ./performance.install
Move summary data from old performance_summary table to new cache bin. Note that we now cache per language and separate anonymous users from logged in users! During this migration, we do BASIC separation between anonymous and logged in users based on…

File

./performance.module, line 16
Logs detailed and/or summary page generation time and memory consumption for page requests. Copyright Khalid Baheyeldin 2008 of http://2bits.com

Code

define('PERFORMANCE_KEY', 'dru-perf:' . variable_get('performance_key', parse_url($GLOBALS['base_url'], PHP_URL_HOST)) . ':');