By geraldito on
I wanted to know what exactly means the timer field in the accesslog table. I saw that it uses the Drupal timer_read() function - what means that the values are in ms - but don't know if the value refers to the eclipsed time since the user started the sesion, the diference to the last page visit or something complete different.
Comments
Time in milliseconds that the
Time in milliseconds that the page took to load.
http://api.drupal.org/api/views/modules!statistics.views.inc/function/st...