-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
56 lines (42 loc) · 1.66 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/**
* @file
* README file for CMS CDN.
*/
Description
-----------
This module allows for site owners to utilize a shared cache and CDN
for all core JavaScript and CSS files. By serving these shared files from a
single domain and CDN end users will gain significant caching as they
go from one Drupal site to another. In addition, the shared domain will
serve the files from a CDN to geographically locate the responses from
a server nearby.
Important to note, this module utilizes the j.cmscdn.net domain so that
you do not have to maintain your own. This module only requires you to
download and enable it to take advantage of a CDN for a number of files.
Features
--------
* Serves the jquery file from a googleapis domain for even more likelyhood
of end users having a cached version.
Database
--------
This module does not require any new database tables to be installed.
Installation:
-------------
1. Copy the cmscdn module to the Drupal modules/ directory.
2. Go to Administer -> Build -> Modules
- Enable the cmscdn module, click on Save
5. Test your site pages.
- All pages should render as they did before.
- View Source, if you do not see references to cmscdn.net clear cache.
- Log out from your site.
- All pages should still render as they did before.
Bugs/Features/Patches
---------------------
If you want to report bugs, feature requests, or submit a patch, please do so
at the project page on the Drupal web site.
http://drupal.org/project/cmscdn
Author
------
Matthew Dorman (@matthewdorman)
If you use this module, find it useful, and want to send the author
a thank you note, then send the author a message, or update the project page.