No it's not possible.

RL does not load libraries individually, it minifies and concatenates
the JS it loads together into combined requests.

Because of that, even if you could, loading jQuery from Google would not
speed up your site.
You would end up introducing an additional HTTP request that would just
slow down the loading since the request that jQuery would be bundled in
to would still have other scripts to load and additional HTTP requests
are worse for performance than transmitting extra data within a single
request

~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://danielfriesen.name/]

On 2015-04-26 3:26 PM, 晒太阳的冰 wrote:
> Hi everyone!
>
> Is it possible to load jQuery from google library?
>
> Currently, for MW 1.24 the jQuery 1.11.1 were loaded by ResourceLoader. I
> want to replace it with
> https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js wich
> should increase site speed.
>
> Any comment will be helpful.
> Thank you!
>
> --
> Bask Ice
> E-mail i...@moegirl.org
> Moegirlpedia
> 2290 3rd Avenue Basement, New York, United States
> _______________________________________________
> MediaWiki-l mailing list
> To unsubscribe, go to:
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l


_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to