Comment on How do Chrome extensions impact browser performance?parentComments−iaml5yWhat makes you think that it's being loaded over the network? It's most likely loading it from fs directly.−capableweb5yParsing a blob that huge does impact performance though.−iaml5yIt does, but caching/same-origin policies wouldn't change anything in this case.
Comments
What makes you think that it's being loaded over the network? It's most likely loading it from fs directly.
Parsing a blob that huge does impact performance though.
It does, but caching/same-origin policies wouldn't change anything in this case.