dokuwiki/conf
Andreas Gohr 61537d4730 split off jquery from other JS and add CDN option #1766
jQuery (and UI and Migrate) are now loaded separately from the rest of
the JavaScript. This adds at least one HTTP request more but has some
advantages:

* browsers can cache it independently
* the cache is only invalidated when versions update
* we do not apply any transformations (replacements, minimizing, etc) on
  this code anymore which makes our dispatcher faster for the other JS
* browsers seem to load (not execut) both (jquery and other) parallel,
  which might increase download speed a bit

This split allowed for the introduction of a new config: jquerycdn. When
enabled the 3 jquery files are loaded from jQueries CDN. This adds
another two HTTP requests but:

* since it's another host those files do not apply to the 4 request per
  host limit and can be loaded (not executed) in paralell which might
  increase download speeds a bit
* the CDN is distributed worldwide which means files are requested from
  the closest location, increasing the download speeds
* since these files/CDN are very popular, chances are high that people
  already have them cached in their browsers, reducing the download time
  to 0 and effectiely halving the javascript needed to download

The option currently defaults to 'off', but I would argue 'on' would be
the better default.
2016-11-26 14:29:40 +01:00
..
.htaccess Adapt .htaccess files for Apache 2.4 2015-12-07 15:20:20 +01:00
acl.auth.php.dist default policy for installer 2006-07-28 11:36:53 +02:00
acronyms.conf Typo fix for TL;DR 2012-11-16 12:06:47 +01:00
dokuwiki.php split off jquery from other JS and add CDN option #1766 2016-11-26 14:29:40 +01:00
entities.conf fix comment typo FS#2923 2014-02-02 17:09:46 +01:00
interwiki.conf simplified amazon interwiki links. closes #1588 2016-06-02 21:46:05 +02:00
license.php update Creative Commons licenses to 4.0. fixes #1286 2015-09-05 18:21:38 -04:00
local.php.dist minor tweaks on sample conf files FS#1723 2010-02-28 11:39:07 +01:00
mediameta.php refactor detail.php to template.php 2014-02-25 15:45:00 +01:00
mime.conf disable flash uploading by default 2014-12-02 16:18:26 +01:00
mysql.conf.php.example Update mysql.conf.php.example 2014-12-10 11:42:56 +10:00
plugins.php BROKEN added enable/disable feature for plugins 2012-04-17 17:27:27 +02:00
plugins.required.php protect authplain and current auth plugin 2014-01-05 20:45:32 +01:00
scheme.conf Make recognized URL schemes customizable via conf/scheme.conf (FS#797) 2008-10-12 17:50:22 +02:00
smileys.conf that smiley was far too happy 2011-02-08 09:00:41 +01:00
users.auth.php.dist use more secure password hash for admin pass FS#2536 2012-06-23 15:00:09 +02:00
wordblock.conf Update wordblock.conf 2015-02-13 12:56:51 +03:00