• Tw93
  • Weekly
  • GitHub
  • Twitter
  • About
  • 中
Be yourself and don't go with the flow.

JavaScript Loading Performance

【2015-02-03】Managing JavaScript code in browsers is a tricky problem because code execution blocks other browser processes, such as user interface painting. Every time a script tag is encountered, the page must stop and wait for the code to download (if it is an external file) and execute, and then continue to process other parts. Despite this, there are still some ways to reduce the impact of JavaScript on performance ...
  • <
  • 1
  • …
  • 8
  • 9
  • 10
/ to search ESC to close ↑↓ to navigate Enter to select
2015~2026