remote.performance.timing
is an anonymous javascript function which utilizes the Navigation Timing API and send the results to a tracking pixel.
You must define the tracking pixel, so that the script knows what to call.
<script> var remotePerformanceTimingPixelUrl = '//example.com/t.gif'; </script>
<script src="remote.performance.timing.js"></script>
- Development version Uncompressed
- Production version Minified w/o console logging
- Firefox 7+
- Chrome
- IE 9+
This project uses various pieces of ideas. Please check their sites for further documentation.
- performance.timing object : http://kaaes.github.io/timing/info.html
'Ist dies schon Tollheit, hat es doch Methode' - William Shakespeare (1564-1616), engl. Dramatiker
Author:: Alexander Jäger
Copyright 2014, Bigpoint GmbH
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.