An online version of Snakeviz.
Since Python profile files are just marshalled dictionaries and Python documentation warns against unmarshaling data from an untrusted source, the unmarshalling is performed in AWS Lambdas.
If you want to host your own,
- host the content of the
staticdirectory somewhere online - set the
STATIC_URLinimpl/main.pyto where you're hosting the static files - install Apex and run
apex deploy.