Philippe Le Hégaret, W3C
for Radware
Performance_Reporting_Target: <URL for reporting>
If present, send the report at the given URL
perfcollectThe perfcollect is a boolean attribute that indicates if Navigation Timing (for <body> element) or Resource Timing performance information should automatically collected and reported.
For elements like <body>, <a>, <div>, <img>, <object>, <video>, <link>, etc.
Cf the properties from the PerformanceResourceTiming interface (Resource Timing):
readonly attribute DOMHighResTimeStamp redirectStart; readonly attribute DOMHighResTimeStamp redirectEnd; readonly attribute DOMHighResTimeStamp fetchStart; readonly attribute DOMHighResTimeStamp domainLookupStart; readonly attribute DOMHighResTimeStamp domainLookupEnd; [...]
POST /enlighten/calais.asmx/Enlighten HTTP/1.1 Host: api.opencalais.com Content-Type: application/x-www-form-urlencoded Content-Length: length resource=name_of_resource1 resourceURI=URI_of_resource1 redirectStart=timestamp redirectEnd=timestamp fetchStart=timestamp [...] resource=name_of_resource2 [...]