Load JS early, but with “defer” would be faster, no?
-
Hi
There are two options currently:
1. Load JS file late + “defer” attribute
2. Load JS early, with no “defer”Wouldn’t it be faster to load it early, but with a “defer” attribute? that way the downloading will start early, but the executing late, not interfering with DOM building. Wouldn’t it be useful for some?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Load JS early, but with “defer” would be faster, no?’ is closed to new replies.