never_slow_mode icon indicating copy to clipboard operation
never_slow_mode copied to clipboard

Never-Slow Mode (a.k.a. Slightly-Fast Mode)

Results 4 never_slow_mode issues
Sort by recently updated
recently updated
newest added

Per a conversation with @aluhrs13, it should be possible to set NSM via a `` tag of some sort to improve deployability.

As shown in [Jake Archibald’s _Fun hacks for faster content_](https://jakearchibald.com/2016/fun-hacks-faster-content/), `document.write()` may bizarrely have a place in fast in-page loading: > By streaming the content via the iframe, content appears...

e.g., # of statements or expressions executed, # of variable or property accesses, or some notion of AST complexity.

This proposal seems to be mainly concerned with limiting resource size; have you considered adding a mode/policy to force all scrolling on the compositor thread? For example: today, a positioned...