You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, to show someone a profile on speedscope, I either have to:
Give them my trace file and have them import it into speedscope
Upload my trace file somewhere (e.g. GitHub Gist) and send them a speedscope link with a #profileURL fragment
I'd like to be able to embed the input directly into the URL, like http://speedscope.app#profileBlob=<URL-encoded file contents>. This would let me give people links that they can check out without any extra steps and without depending on 3rd-party services. It would also make it easy for tools—say, CI workflows—to output speedscope links.
The traces that I work with are ~500 kB. Chrome supposedly allows URLs as big as 2 MB, though I haven't tested this.
Right now, to show someone a profile on speedscope, I either have to:
#profileURL
fragmentI'd like to be able to embed the input directly into the URL, like
http://speedscope.app#profileBlob=<URL-encoded file contents>
. This would let me give people links that they can check out without any extra steps and without depending on 3rd-party services. It would also make it easy for tools—say, CI workflows—to output speedscope links.The traces that I work with are ~500 kB. Chrome supposedly allows URLs as big as 2 MB, though I haven't tested this.
I've tried a
data:
URL, like this:But speedscope gives me a "something went wrong" error and I see this in the console:
If this feature sounds good, I'm happy to try working on it.
The text was updated successfully, but these errors were encountered: