wesleyhales / speedgun

http://speedgun.io
88 stars 4 forks source link

Store the base64 data for the report screenshot images in localstorage. #22

Open wesleyhales opened 9 years ago

wesleyhales commented 9 years ago

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.

wesleyhales commented 9 years ago

Run server here: https://github.com/wesleyhales/speedgun/blob/master/server/README.md