Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@LorenzoAncora @tennoseremel @quasi @lxo >modern JS frameworks and libraries, such as React and Angular
Whoops, by using those bloated libraries, you've just burned huge amounts of electricity and caused a massive amount of pollution.
>reduce the number of requests; web sockets and pipelining then minimize the number of connections
You can't beat a single fast request per operation that fastCGI can do, if each operation takes multiple slow requests, even with pipelining.
>Local processing can be also less risky.
If the operation can be locally done on the computer, it should be done on the computer using native software, rather than with some server.
>Pure FastCGI apps will almost always waste more bandwidth, requests and computational power.
In reality it is the opposite - fastCGI uses less bandwidth and computational power than JavaScript "frameworks".
>IP analysis can't detect modern scrapers
IP range analysis can indeed detect a scraper scraping multiple times a second.
>PoW is always used along with machine learning or behavioral analysis.
Whoops, that burns a huge amount of electricity and causes a massive amount of pollution.