MantisBT: master 5414ba9a

Author Committer Branch Timestamp Parent
vboctor vboctor master 2015-08-14 22:12 master 7f81652b
Affected Issues  0019932: Load jquery from CDN
Changeset

Load jquery from CDN

This is to improve performance for the following reasons:

  • Browser loads more in parallel due to loading from different servers.
  • CDN libraries likely to be already cached as it is referenced by other websites / web apps.
  • CDN will deliver lower latencies with the possible exception of intranet.

Fixes 0019932

mod - config_defaults_inc.php Diff File
mod - core/html_api.php Diff File
mod - core/http_api.php Diff File
mod - docbook/Admin_Guide/en-US/config/html.xml Diff File