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 data should be stored in localStorage and reused if the person who runs the report revisits speedgun.io at a later time.
Currently base64 images/screenshots or only temporarily stored per report.
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 data should be stored in localStorage and reused if the person who runs the report revisits speedgun.io at a later time.
Currently base64 images/screenshots or only temporarily stored per report.