开发者

adding jquery and jquery ui reference to master page script manager

one juvenile question , i开发者_Go百科 am having a asp.net intranet application which is using jquery, instead of ref jquery to every page, i decided it to put it on the master page inside the script manager scriptReference tag. note not all pages of my application requires jquery, so is it a wise thing to do, or it will affect the performance, any ideas


It's not a bad idea. It won't affect performance greatly because the JQuery code should be cached by the client. It means you know it's always there and you don't have to think about it when you're adding new pages.


As long as the URL of the library remains consistent, your users' browsers should cache it the first time it is loaded. Any performance hits from having it included would then be minimal at best.

If possible, a further improvement might be to simply reference one of the many CDNs which host jQuery. This would essentially guarantee that your users would have a cached copy from one website or another.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜