Changeset 589485
- Timestamp:
- 08/23/2012 05:12:09 PM (14 years ago)
- Location:
- jsdelivr-wordpress-cdn-plugin
- Files:
-
- 2 edited
-
tags/0.1/readme.txt (modified) (5 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jsdelivr-wordpress-cdn-plugin/tags/0.1/readme.txt
r589483 r589485 23 23 Just update and then scan your website for files that can be loaded from our CDN. 24 24 25 Benefits: 25 **Benefits:** 26 26 27 27 * Speeds up your website … … 29 29 * Offloads the server from extra requests 30 30 31 Features: 31 **Features:** 32 32 33 33 * On the fly rewriting of all URLs. No need to change the code. … … 40 40 * Uses Google CDN to load jQuery to take advantage of the user's browser cache. 41 41 42 Coded by [Marting Sudolsky](http://martin.sudolsky.com/)43 42 44 Banner by [Stratos Iordanidis](http://ssstratos.com/) 43 44 **Contributors:** 45 46 * Coded by [Marting Sudolsky](http://martin.sudolsky.com/) 47 * Banner by [Stratos Iordanidis](http://ssstratos.com/) 45 48 46 49 == Installation == … … 55 58 = How the priority system works? = 56 59 The priority works only when the files are moved to footer. 57 58 60 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... 59 61 60 This ensures that there will be no problems with undeclared functions etc... 61 62 This ensures that there will be no problems with undeclared functions etc. 62 63 If you leave the priority as is then the files will be moved to footer with the same order they were originally declared. 63 64 … … 65 66 You have to be careful with those. It can be two things. 66 67 67 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. 68 69 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. 68 * 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. 69 * 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. 70 70 71 71 = I get a 100% matching file but the name of the package is wrong = 72 72 If the match is 100% then you just matched a file used also by that package. 73 74 73 Some plugins use common images or well known libraries to work, you just matched an identical file from an other package. 75 76 74 Dont worry about it. 77 75 78 76 == Screenshots == 77 1. First time screen 78 2. Settings menu after update and scan are finished. Move to footer is enabled. 79 79 80 80 -
jsdelivr-wordpress-cdn-plugin/trunk/readme.txt
r589483 r589485 23 23 Just update and then scan your website for files that can be loaded from our CDN. 24 24 25 Benefits: 25 **Benefits:** 26 26 27 27 * Speeds up your website … … 29 29 * Offloads the server from extra requests 30 30 31 Features: 31 **Features:** 32 32 33 33 * On the fly rewriting of all URLs. No need to change the code. … … 40 40 * Uses Google CDN to load jQuery to take advantage of the user's browser cache. 41 41 42 Coded by [Marting Sudolsky](http://martin.sudolsky.com/)43 42 44 Banner by [Stratos Iordanidis](http://ssstratos.com/) 43 44 **Contributors:** 45 46 * Coded by [Marting Sudolsky](http://martin.sudolsky.com/) 47 * Banner by [Stratos Iordanidis](http://ssstratos.com/) 45 48 46 49 == Installation == … … 55 58 = How the priority system works? = 56 59 The priority works only when the files are moved to footer. 57 58 60 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... 59 61 60 This ensures that there will be no problems with undeclared functions etc... 61 62 This ensures that there will be no problems with undeclared functions etc. 62 63 If you leave the priority as is then the files will be moved to footer with the same order they were originally declared. 63 64 … … 65 66 You have to be careful with those. It can be two things. 66 67 67 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. 68 69 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. 68 * 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. 69 * 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. 70 70 71 71 = I get a 100% matching file but the name of the package is wrong = 72 72 If the match is 100% then you just matched a file used also by that package. 73 74 73 Some plugins use common images or well known libraries to work, you just matched an identical file from an other package. 75 76 74 Dont worry about it. 77 75 78 76 == Screenshots == 77 1. First time screen 78 2. Settings menu after update and scan are finished. Move to footer is enabled. 79 79 80 80
Note: See TracChangeset
for help on using the changeset viewer.