Changeset 589477
- Timestamp:
- 08/23/2012 04:40:20 PM (14 years ago)
- Location:
- jsdelivr-wordpress-cdn-plugin
- Files:
-
- 2 edited
-
tags/0.1/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jsdelivr-wordpress-cdn-plugin/tags/0.1/readme.txt
r589476 r589477 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 14 15 Just update and then scan your website for files that can be loaded from our CDN. 16 15 17 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. 18 19 * On the fly rewriting of all URLs. No need to change the code. 20 * Move selected files to footer 21 * Apply Async/Defer loading to your javascripts. 22 * Compatible with W3 Total Cache and WP Super Cache 23 * Automatic synchronization with our DB. 24 * Allows you to select the files you want to load from the CDN 25 * Supports HTTPS 26 * Uses Google CDN to load jQuery to take advantage of the user's browser cache. 24 27 25 28 == Installation == … … 34 37 = How the priority system works? = 35 38 The priority works only when the files are moved to footer. 39 36 40 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... 41 37 42 This ensures that there will be no problems with undeclared functions etc... 43 38 44 If you leave the priority as is then the files will be moved to footer with the same order they were originally declared. 39 45 40 46 = What does the yellow match mean? = 41 47 You have to be careful with those. It can be two things. 48 42 49 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. 50 43 51 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. 44 52 45 53 = I get a 100% matching file but the name of the package is wrong = 46 54 If the match is 100% then you just matched a file used also by that package. 55 47 56 Some plugins use common images or well known libraries to work, you just matched an identical file from an other package. 57 48 58 Dont worry about it. 49 59 -
jsdelivr-wordpress-cdn-plugin/trunk/readme.txt
r589476 r589477 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 14 15 Just update and then scan your website for files that can be loaded from our CDN. 16 15 17 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. 18 19 * On the fly rewriting of all URLs. No need to change the code. 20 * Move selected files to footer 21 * Apply Async/Defer loading to your javascripts. 22 * Compatible with W3 Total Cache and WP Super Cache 23 * Automatic synchronization with our DB. 24 * Allows you to select the files you want to load from the CDN 25 * Supports HTTPS 26 * Uses Google CDN to load jQuery to take advantage of the user's browser cache. 24 27 25 28 == Installation == … … 34 37 = How the priority system works? = 35 38 The priority works only when the files are moved to footer. 39 36 40 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... 41 37 42 This ensures that there will be no problems with undeclared functions etc... 43 38 44 If you leave the priority as is then the files will be moved to footer with the same order they were originally declared. 39 45 40 46 = What does the yellow match mean? = 41 47 You have to be careful with those. It can be two things. 48 42 49 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. 50 43 51 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. 44 52 45 53 = I get a 100% matching file but the name of the package is wrong = 46 54 If the match is 100% then you just matched a file used also by that package. 55 47 56 Some plugins use common images or well known libraries to work, you just matched an identical file from an other package. 57 48 58 Dont worry about it. 49 59
Note: See TracChangeset
for help on using the changeset viewer.