Changeset 669230
- Timestamp:
- 02/17/2013 11:50:12 AM (13 years ago)
- File:
-
- 1 edited
-
jsdelivr-wordpress-cdn-plugin/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jsdelivr-wordpress-cdn-plugin/trunk/readme.txt
r669227 r669230 12 12 13 13 This plugin allows you to easily integrate and use the services of [jsDelivr.com](http://www.jsdelivr.com) in your WordPress website. 14 15 [Support](http://jsdelivr.uservoice.com/forums/169238-wordpress-plugin-support) | [Submit Files](http://jsdelivr.uservoice.com/forums/164147-plugins-submission) 16 17 jsDelivr is a free public CDN that hosts javascript libraries and jQuery plugins, including all of the files they need to work (css/png). 18 It even hosts javascript files that use popular WordPress plugins, like WP SlimStat. 19 Basically if a lot of websites use it then we probably can host it. 20 21 With this plugin you can automatically integrate our super fast CDN into your website without the trouble of editing your code and searching for the correct URLs. 14 22 Just update and then scan your website for files that can be loaded from our CDN. 15 Features: 16 * On the fly rewriting of all URLs. No need to change the code. 17 * Move selected files to footer 18 * Apply Async/Defer loading to your javascripts. 19 * Compatible with W3 Total Cache and WP Super Cache 20 * Automatic synchronization with our DB. 21 * Allows you to select the files you want to load from the CDN 22 * Supports HTTPS 23 * Uses Google CDN to load jQuery to take advantage of the user's browser cache. 23 24 **Benefits:** 25 26 * Speeds up your website 27 * Cuts the bandwidth bill 28 * Offloads the server from extra requests 29 30 **Features:** 31 32 * On the fly rewriting of all URLs. No need to change the code. 33 * Move selected files to footer 34 * Apply Async/Defer loading to your javascripts. 35 * Compatible with W3 Total Cache and WP Super Cache 36 * Automatic synchronization with our DB. 37 * Allows you to select the files you want to load from the CDN 38 * Supports HTTPS 39 * Uses Google CDN to load jQuery to take advantage of the user's browser cache. 40 41 42 43 **Contributors:** 44 45 * Coded by [Martin Sudolsky](http://martin.sudolsky.com/) 46 * Banner by [Stratos Iordanidis](http://ssstratos.com/) 24 47 25 48 == Installation == … … 29 52 3. Go to Settings-> jsDelivr CDN and follow the instructions 30 53 54 == Screenshots == 55 1. First time screen 56 2. Settings menu after update and scan are finished. Move to footer is enabled. 31 57 32 58 == Frequently Asked Questions == … … 35 61 The priority works only when the files are moved to footer. 36 62 Zero has the highest priority. So for example you can give to jQuery the priority 0 then to a plugin priority 1 and if the plugins has javascript addons then 2,3,4,5... 37 This ensures that there will be no problems with undeclared functions etc... 63 64 This ensures that there will be no problems with undeclared functions etc. 38 65 If you leave the priority as is then the files will be moved to footer with the same order they were originally declared. 39 66 40 67 = What does the yellow match mean? = 41 68 You have to be careful with those. It can be two things. 42 1. It can be a more recent version of the same file you are using. In this case you must make sure that the newer version wont break anything. You can enable it temporary and test it. 43 2. It can be a similar file (from the plugin's perspective) from an other package. Again you will have to test it to be sure. 69 70 * It can be a more recent version of the same file you are using. In this case you must make sure that the newer version wont break anything. You can enable it temporary and test it. 71 * It can be a similar file (from the plugin's perspective) from an other package. Again you will have to test it to be sure. 44 72 45 73 = I get a 100% matching file but the name of the package is wrong = … … 47 75 Some plugins use common images or well known libraries to work, you just matched an identical file from an other package. 48 76 Dont worry about it. 49 50 77 51 78
Note: See TracChangeset
for help on using the changeset viewer.