Jqueryui js components on google cdn?

Usually you do not want to include all jquery ui, since you only use certain parts. Using google cdn, you can include different parts of the CSS files, but I can not find JS, for example (jquery.ui.core.min.js).

CSS: http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/base/jquery.ui.core.css

http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/ui-darkness/jquery.ui.theme.css http://ajax.googleapis.com/ajax/libs/jqueryui/1.8 .2 / themes / ui-darkness / jquery.ui.dialog.css

JS:

?

I tried to look at all the obvious places that I can think of. Do they exist?

EDIT2:

I created http://code.google.com/p/google-ajax-apis/issues/detail?id=490 referring to this.

EDIT:

Np Josiah.

In general, I think that in my circumstances it should be faster.

Most site users will be on IE6, which limits 2 simultaneous domain requests. Unloading these requests to another domain frees up other requests and should be faster than serving them yourself.

Plus, after they are cached, checking for changes in another domain, which, I think, will also be better than checking the same domain as other files. Then there are advantages of having servers near users, etc.

I also suspect jqueryui is not cached compared to jquery, especially considering my users. There is also the possibility that they will be cached if other websites use them.

I'm not sure if this will be faster, but I would like to do some tests to find out.

+3
1

CDN.

CDN, . , , jQueryUI, jQuery.min.js google, , , . -.

+1

Source: https://habr.com/ru/post/1754558/


All Articles