Questions tagged [boomerang]

Questions about the boomerang JavaScript library to measure real user perceived page load time.

24 questions
10
votes
1 answer

Boomerang: Unable to load libQtGUI

I installed boomerang on Fedora 17 and when executing ./boomerang-gui I get: ./boomerang-gui: error while loading shared libraries: libQtGui_debug.so.4: cannot open shared object file: No such file or director I did a "sudo yum install qt-x11", but…
user994165
  • 9,146
  • 30
  • 98
  • 165
4
votes
1 answer

Advantage of using Boomerang library vs Resource Timing API

I'm working on a project that is using Node.js on a back-end, and Angular.js as a front-end and I need to capture page load statistics for different resources of the app across different browsers. I was able to gather basic statistics by using…
Timka
  • 1,769
  • 1
  • 20
  • 27
3
votes
1 answer

Difference between timeDone in RT plugin in boomerang vc navigation timing page load time

I use boomerang.js for monitoring web site performance for my real users for my site. http://lognormal.github.io/boomerang/doc/ It has a RTPlugin http://lognormal.github.io/boomerang/doc/api/RT.html which measures timeDone (perceived page load time…
kay am see
  • 968
  • 1
  • 10
  • 17
2
votes
1 answer

web-routes-boomerang with simple algebraic data type

I'm a little mixed up about how to properly use boomerang to generate URLs. I have the following: data State = AK | AL | AR | AZ | CA ... WY data Sitemap = Home | State State | Place State String deriving (Eq, Ord, Read, Show,…
Daniel Lyons
  • 22,421
  • 2
  • 50
  • 77
2
votes
1 answer

Javascript, Ajax: How to visualize Boomerang.js results?

OK, I can add the code snippet to my testing page and pass in the parameters. No problem. How do I visualize the resulting parameters that get passed through the query string to my beacon url? I am stomped. If I have in my testing page:
user1552586
1
vote
1 answer

How to register soft-navigation changes in mPulse Boomerang for an Angular app?

The BOOMR.plugins.Angular plugin seems to be used for AngularJS 1.x and so far I failed to find a Angular example or plugin I could use. Based on the docs I came up with the following solution: @Injectable() export class BoomerangBootstrapService…
Jeno Laszlo
  • 2,023
  • 18
  • 36
1
vote
0 answers

Boomcatch Error Forwarder Failed

I am using boomerang.js to measure the page load time of my web app. The boomerang is set and the beacon is working properly and sending data. Also, I am able to use boomcatch to receive this beacon data and it is able to process it. But when I try…
Akshal
  • 11
  • 2
1
vote
0 answers

boomerangJS for SPA with AngularJS

I am trying to use boomerangJS for SPA built using AngularJS using plugins: plugins/rt.js plugins/navtiming.js plugins/auto_xhr.js plugins/spa.js plugins/angular.js with init BOOMR.init({ beacon_url: 'http://myValidDomaincom/test.gif', …
lucky
  • 414
  • 1
  • 7
  • 19
1
vote
2 answers

Implementing Boomerang into a browser extension/plugin

I am currently developing a browser extension/plugin that one would install and would then report information such as page load times, number of objects on each page, etc. to a server so that the data could be analyzed. I was curious if something…
0
votes
1 answer

Chrome Extension Boomerang - SOAP & REST Client - Where are the request files stored in your windows pc?

How to export request files from boomerang soap client ?
0
votes
1 answer

Browser Navigation Timing Level 2 timestamps are sometimes out of order

We are instrumenting pages with Boomerang, including much of the timeline data from Navigation Timing Level 2. Most of the time this all works fine, but for a small percentage of the requests we are instrumenting, we get timestamps that seem…
0
votes
1 answer

Why getting Uncaught TypeError: BOOMR.hasSentPageLoadBeacon is not a function on Firefox only?

I have a website which is live and I am using BOOMR to do something with my data. However. on Prod env for firefox browser, it is showing this below error on consoleUncaught TypeError: BOOMR.hasSentPageLoadBeacon is not a function But, it's…
Nitin
  • 1
0
votes
1 answer

See very long BoomerangJS t_done times with `rt.t_start` and `rt.end` being equal

We are using Boomernang JS for our RUM instrumentation. It works well when http.initiator == spa_hard. However, when measuring http.initiator == spa (ie. soft loads) we will often see values for t_done (page load times) being in the area of…
silverdagger
  • 1,124
  • 13
  • 37
0
votes
1 answer

Is there a way to run Boomerang bandwidth (by AKAMAI) with an on-click event multiple times?

Currently, I have an on-click event that runs the Boomerang bandwidth metrics when a button is clicked, but I have an issue where it will only run the first time and not until I refresh my page. Is it unable to run multiple times, or am I missing…
0
votes
1 answer

Data in boomerang beacons is inconsistent

I have some boomerang data that is being collected, however the frame rate data this coming back doesn't make sense to me. My two main questions are Why does the frame rate timeline data not match up Why is the TTI as high as it is First I'll…
sedavidw
  • 11,116
  • 13
  • 61
  • 95
1
2