Allen Cai

Results 75 comments of Allen Cai

> Thanks for contributing; I don't think we want to add more options to this list; the original list of mirrors were part of some partnerships (but those ended, so...

> Couple of other points: > > * We can always see DOMContentLoaded fires exactly after around 2s (in dev tools using performance.getEntries()) > * If we load directly using...

After changing to `file://`, the delay is shortened from 2 seconds to 16 milliseconds, which is a tremendous progress. ![image](https://user-images.githubusercontent.com/5094922/188798162-0e6035e6-e54a-45dc-b78b-9acf78b774cd.png)

Yes, I embed all static resources(`html`, `js`, `css`, `png`, etc...) into assembly resources. So I need to custom handle requests and responses in `WebResourceRequested` event.