Streaming jquery(JS files) from a CDN (Google)

前端 未结 5 1273
说谎
说谎 2020-12-19 13:15

This one is a case of not doing your homework.:-)

Apart from dynamic loading advantage, does it make sense to include a JavaScript library(jQuery in my case ) from

5条回答
  •  星月不相逢
    2020-12-19 13:19

    Is this a real question? Just make sure your Cache-Control in your HTTP headers are properly configured and the end user's client will only pull it once. This is an absolutely trivial amount of data.

提交回复
热议问题