Wesley Hales
Wesley Hales
Speedgun.io + CoreOS hosted environment will occasionally crash without any significant log messages. When I ssh into the instance and `docker ps` the Status shows "Up Less than a second"...
Currently the description of what each API call does is embedded in the speedgun script. This should be abstracted out to the UI. It currently weighs down speedgun reports and...
It works, but it's time to retire and rewrite the entire backend for speedgun.io in something else. Ideas?
Needs to break the loop and any hanging phantomjs process when a page exception put phantom into a hanging state: https://github.com/wesleyhales/speedgun/blob/master/server/src/main/java/com/fluxui/jms/PerfQueueManager.java#L296
When the report is running on speedgun.io, the UI polls for base64 data coming from phantom. The angular service hits http://speedgun.io/rest/performance/checkimage?uuid=??? every few seconds waiting for the next image. This...
During report run, there are two methods that post either perf data or base 64. These are not in sync and should ideally be ran as one.
PhantomJS 2 provides the following properties from the performance/timing apis: https://gist.github.com/wesleyhales/b23f6d7dae5ef66ac630 I want to rework this project to use the new metrics. I'm also open to suggestions on refactoring the...
use the same data to produce more accurate runs