We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we're still experiencing very long times for loading content from gateway.
Companion has a unique view - it can see from the user POV when an IPFS URL is entered, to the time the content is finally loaded.
We should log these, even if not expose in UI anywhere, so that we can view for development purposes how it changes over time.
This could be a log, or even be a simple median load time for all gateway requests might be interesting.
Eventually if we had metrics to Companion, we could report this info for an anonymized view of gateway performance across all installs.
The text was updated successfully, but these errors were encountered:
What metrics would be useful to track? While webRequest API still exists (#666 😈), it provides hooks for different stages of each request:
I am worried about logging every IPFS URL, but we could start with gathering content-agnostic data:
Thoughts? Anything to add?
Sorry, something went wrong.
No branches or pull requests
Currently we're still experiencing very long times for loading content from gateway.
Companion has a unique view - it can see from the user POV when an IPFS URL is entered, to the time the content is finally loaded.
We should log these, even if not expose in UI anywhere, so that we can view for development purposes how it changes over time.
This could be a log, or even be a simple median load time for all gateway requests might be interesting.
Eventually if we had metrics to Companion, we could report this info for an anonymized view of gateway performance across all installs.
The text was updated successfully, but these errors were encountered: