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
static
directory somewhere online - set the
STATIC_URL
inimpl/main.py
to where you're hosting the static files - install Apex and run
apex deploy
.