New #webdev concept: The VNC test.
If viewing a website over a VNC session uses less data than directly loading it in a browser, it fails the test.
Edit: Not a new concept, thank you @cybertailor for this reply!
New #webdev concept: The VNC test. If viewing a website over a VNC session uses less data than directly loading it in a browser, it fails the test. Edit: Not a new concept, thank you @cybertailor for this reply! 10 comments
@guenther monkey's paw curls: we resurrect Flash and serve websites as interactive videos @me flash wasn't inefficient. you have to remember the kind of hardware and networks that shit had to run on back then. the main problems with flash were it's abysmal security, the proprietary plugin thing and its non-accessibility. the first two have largely been fixed by modern emulators. the third one is harder but not exclusive to flash. also, monkey's hind leg or something: I think a remote VNC session might make for a pretty good security sandbox for that crappy old flash player. @PinoBatch Depends on the audio quality settings of your VNC connection ;) I think the test makes less sense for web apps that are primarily used as interactive apps; It'd be more applicable to things like blogs or news websites. @guenther @cybertailor anyway, server-side resources does matter too and just moving rendering to server cannot help in most cases, frontend must be optimized and rewrited from scratch with minimum to be compact |
@guenther This is just going to cause pointless CSS animations that make the VNC connection constantly send update packets.