replayio / website

Code for our demo site on replay.io/demo
https://website-git-master.recordreplay.vercel.app
1 stars 1 forks source link

Move browser pages to app #146

Closed ryanjduffy closed 3 years ago

ryanjduffy commented 3 years ago

Moves browser pages to devtools and add temporary redirects to next.config.js for at least a little while.

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/recordreplay/website/2jBQaLYB6SMzH29jhoFZFmirXnSu
✅ Preview: https://website-git-ryan-move-browser-pages-recordreplay.vercel.app

ryanjduffy commented 3 years ago

Blocked by RecordReplay/devtools#3179

ryanjduffy commented 3 years ago

I'm concerned about the weight of the new-tab page in devtools (~900kb there vs ~300kb here) so we might want to optimize that a bit more before merging this and the gecko-dev change.

ryanjduffy commented 3 years ago

Opened RecordReplay/devtools#3181 to reduce the load required for new-tab (down to ~240kb download) which I think will unblock this to be merged.