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
Make sure analytics works so we can follow to what extent this feature is used
Potential complexities
SSL certificates: Should this use the same SSL certificate as our main site or not? If it should, that will require some extra work on the main site. If not, how will that work when we want to use this viewer to show Rerun examples on the main site?
Alternative approach to serving via a bucket
Serve with Netlify: We could use Netlify to serve the static web viewer. Would need to consider:
How would we set it up to work correctly with versions?
What would the deploy pipeline look like? Go through a separate repository?
This would remove the ssl certificate issue
The text was updated successfully, but these errors were encountered:
emilk
changed the title
Serve our web-viewer with one hard-coded example somewhere
Serve our web-viewer with one or a few examples somewhere
Mar 20, 2023
emilk
changed the title
Serve our web-viewer with one or a few examples somewhere
Serve our web-viewer with one examples somewhere
Mar 20, 2023
Note that the slowness of chrome is specifically related to the websocket data path. The url-downloading logic could still use a bit of optimization, but is not nearly as bad. Also it behaves much more similarly between firefox and chrome.
The 250-meg rusty_car.rrd takes 9 seconds to load on firefox, and 11 seconds to load on chrome. About 4 seconds of that is pre-fetching the 250-meg rrd, and the remaining 5-6 seconds are processing.
Done when we can send a link to a friend without feeling embarrassed about it:
app.rerun.io
.rrd
files on each new releaseWe warn about slowness on chrome (or fix it)(Chrome issue doesn't impact small rrds served over http. Only websockets.)We have links back to our landing page, github, and doc(Handle separately: Design and implement consistent linking between main site and app.rerun.io #1669)Potential complexities
Alternative approach to serving via a bucket
The text was updated successfully, but these errors were encountered: