• Resolved Mentik Yusmantara

    (@mentikyusmantara)


    Can i using Google Jquery CDN
    https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js
    Making sure all goes well?

Viewing 5 replies - 1 through 5 (of 5 total)
  • No, it is not a good idea to mix versions of jQuery. All plugins and themes are supposed to use the one bundled with WordPress, because that’s the one WordPress is using. But although the version in WordPress looks like 1.12.4, it is 1.12.4-wp, which means that it has fixes from more recent versions of jQuery patched in.

    Thread Starter Mentik Yusmantara

    (@mentikyusmantara)

    @joyously I use google jquery public CDN, its work like self hosted jquery…

    Its WordPress provide jquery CDN? i looking in jsdeliver, but none

    Thanks

    I do not understand your statement.
    WordPress contains a version of jQuery, so that is “self-hosted”. That version will be loaded by WordPress or theme or plugin. If you also load an external copy, that causes problems with duplicate naming and extra memory usage.

    Thread Starter Mentik Yusmantara

    (@mentikyusmantara)

    @joyously thanks joy, you right, after i change the jquery script from google cdn to wordpress, my site more responsible ??

    Thread Starter Mentik Yusmantara

    (@mentikyusmantara)

    @joyously i just replace the original wordpress jquery with google jquery.
    I do that to make my site more faster, yeah u right, i feel more responsible with original wordpress, even its take extra request for First Page Paint.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Google Jquery Compatible’ is closed to new replies.