After me and @Krinkle discussion today, we think it would be valuable to measure how fast articles would be without any JavaScript to create baseline. There's a couple of ways we can do it:
- Use speed-tests dir and create a test where we load just the minimal modules needed for an article (@Krinkle need your input of exact what that should be)
- Measure use Chrome and just block the first JavaScript request (that will cause minimal overhead for the test, but not test exactly as we want.
- Use Chrome again but manipulate the response, so that we change the RLPAGEMODULES tand o just include the ones we minimal need. I'm not sure what overhead that will create but I can have a go. I did some testing yesterday with https://chromedevtools.github.io/devtools-protocol/tot/Fetch/ and that should do the trick. We can run these test easily in our infrastructure too.
