|
|
|
|
|
by mherkender
882 days ago
|
|
JavaScript is fairly slow due to technical constraints. It interrupts the rendering of the page both through increased network traffic and while it is executing. It's usually better to avoid it unless necessary, but many web developers overengineer their pages with JavaScript to the point where it's a problem. At their core, web pages are documents not apps. |
|