1

It seems that Chartbeat is reporting my Server Load Time incorrectly.

Does anyone know how Chartbeat measures this data so I can make this metric more accurate?

Gilles 'SO- stop being evil'
  • 104,111
  • 38
  • 209
  • 254
Nick
  • 271
  • 2
  • 6

2 Answers2

2

chartbeat server load time is a measure of how long time it takes to load the HTML from your server, from servers on the east coast US.

http://chartbeat.com/faq/

Allan Beaufour
  • 1,768
  • 1
  • 11
  • 5
1

From Chartbeat: How fast is my site? What information do I get from Load Times?

User Page load

... It is calculated by timing the two pieces of Chartbeat javascript on the site. This means it includes all the Javascript and embedded items you have on the page and tells you how long it's taking to load on the user's browser.

If the load times look incorrect, check to make sure that you have:

<script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>

In the head of your page before loading your other resources, and the other code they give you just before the body closes.

Community
  • 1
  • 1
wentz
  • 700
  • 5
  • 15
  • Linked reference is dead and can't find a reference to this on their current documentation. Is this entry still necessary (wondering since I'm dealing with some legacy code which is using it)? – David Backeus Jan 22 '19 at 10:05