Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

Performance Timing Plugin

Avatar

Level 6

are the numbers for the events for the performance timing plugin in seconds or milliseconds? How should I read this?

the first page (previous page) had an average Page Load TIme of 4 seconds or is that 4 milliseconds?

Also, should the events be counters or numeric or some of both?

right now I have:

*event57: Redirect Timing - Counter

*event58: App Cache Timing - Counter

*event59: DNS Timing - Counter

*event60: TCP Timing - Counter

*event61: Request Timing - Counter

*event62: Response Timing - Counter

*event63: Procesing Timing - Counter

*event64: onload Timing - Counter

*event65: Total Page Load Time - Counter

*event66: Performance Instances - Counter

it didn't say anything here about ms or seconds: performanceTiming

1239261_pastedImage_0.png

1239262_pastedImage_1.png

1 Accepted Solution

Avatar

Correct answer by
Level 5

The navigation timing interface link mentioned in "Performance Timing Plugin" says the time is being measured in milliseconds. Not sure if it makes sense or not in your case.

Please let me know if you find out anything else on this for knowledge purpose.

Regards,

Saurabh Kumar.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 5

The navigation timing interface link mentioned in "Performance Timing Plugin" says the time is being measured in milliseconds. Not sure if it makes sense or not in your case.

Please let me know if you find out anything else on this for knowledge purpose.

Regards,

Saurabh Kumar.

Avatar

Level 3

The events (apart from Performance Instances) must be configured as "Numeric".

The values captured are in seconds.

Any invalid values (i.e. negative timings or timings that exceed the limit of 600 seconds) are recorded as 600 seconds.

Avatar

Level 1

Thanks BarryLennon for pointing out the event Types! this should really be stated on the adobe site.

Quick question, would recommend configuring the events Types to 'No Subrelations'? I only ask per Adobe official recommendation states "In almost every case, you should choose the event type that does not have the "No Subrelations" condition (Chapter 11-8).

Thanks again for pointing this out!