Changeset 1891390
- Timestamp:
- 06/12/2018 05:48:28 AM (8 years ago)
- File:
-
- 1 edited
-
wp-godspeed/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-godspeed/trunk/readme.txt
r1891318 r1891390 1 === WP Godspeed - An instant bolt-on CDN plugin for WordPress===1 === WP Godspeed === 2 2 3 3 Contributors: wpgodspeed … … 48 48 == Frequently Asked Questions == 49 49 50 = Does WP Godspeed use SSL? = 51 52 Yes. 53 54 = How does WP Godspeed affect my EV SSL certificate? = 55 56 It works. 50 = What is a CDN? = 51 52 CDN is an acronym for Content Delivery Network. 53 54 A CDN is a geographically disparate network comprised of hundreds of servers spread across the globe, all of which serve static resources to visitors on behalf of your website. 55 56 = How does a CDN Work? = 57 58 It works via a series of protocols which orchestrate the synchronization and transmission of static resources (such as images, various types of audio/video media, archives, documents and PDFs, etc.) from your web server, to the global network of distributed endpoints. 59 60 WP Godspeed CDNs feature [hundreds of network endpoints spanning the globe](https://www.google.com/maps/d/viewer?mid=1Gs-4KuyCiFp1fBK8uwfhCNzcVlQ&hl=en&usp=sharing) that serve your site’s content. 61 62 = Why do I need a WordPress CDN? = 63 64 **Speed & Performance** 65 66 Having a WordPress CDN (versus not having one) makes all the difference in the world. Offloading the largest files on your site to the CDN has clear performance implications. 67 68 Let’s say for example, that your site lives on a server in New York City and a visitor is accessing your site from Stockholm. Instead of downloading every single file from your server in NYC (with lengthy network latency & round trip times for every request) the CDN automatically serves your site’s content directly to the visitor via the network endpoint which is closest in proximity to the visitor. 69 70 **Resiliance** 71 72 With regard to the performance of your site’s server, the CDN is extremely efficient when it comes to removing traffic load from the server, and distributing it evenly throughout the CDN. By reducing the overall load on your server, you will drastically improve the stability and performance of the server itself. 73 74 **Enhanced User Experience** 75 76 Good user experience (UX) means that your site will notice a decline in bounce rate, more page views per visitor session, and thus more page views for your site overall. 77 78 In other words, a faster site means a better user experience. And better UX means more traffic. 79 80 **Increased SEO** 81 82 Google has clearly shown favoritism in the seach results for sites which are both faster and secure, versus sites which have not paid any attention to performance optimization or running full SSL. 83 84 Simply put, a faster site also means better SEO, page rank, and an increase in your site’s organic traffic levels. 85 86 = What makes this WordPress CDN plugin different? = 87 88 Some of the most popular plugins in the WordPress community such as W3 Total Cache, WP Super Cache, WP Rocket, etc., will enable the use of a CDN (if you have one, or if you have manually setup your own CDN), but none of which also provide the CDN. 89 90 WP Godspeed not only enables the CDN for your WordPress site, but also is the CDN service, and provides world class CDN service for your WordPress site with the simplicity of one-click setup. 91 92 In providing these CDN services, this plugin drastically differs from other plugins which are simply performance-enabling, but still require tons of technical expertise and manual configuration. 93 94 = Does this support HTTP/2? = 95 96 Yes, it does. 97 98 The protocol for all SSL-enabled sites is HTTP/2 by default. 99 100 = Does this support SSL? = 101 102 Yes, WP Godspeed supports advanced protocols and ciphers, and advanced SSL features, such as Session Tickets, OCSP Stapling, and Perfect Forward Secrecy. 103 104 Rest assured that your WP Godspeed CDN will operate under the highest levels of security using modern security standards. 105 106 = Will this CDN plugin work if I don't have SSL? = 107 108 Absolutely. We use a security policy that matches the viewer protocol for your site. This means that if you don’t have SSL installed, all CDN resources (while still accessible via secure HTTPS links) will be served over plain text along with the rest of your site. 109 110 However, if you do have SSL installed, all CDN resources will be served exlcusively over SSL as well. There’s no need to worry about mixed content browser warnings, and there’s no risk of breaking your site’s existing SSL functionality by using the WP Godspeed CDN. 111 112 = Will this work if I have an "EV" SSL certificate installed? = 113 114 Yes, it will work. 115 116 An extended value (EV) certificate is a type of SSL certificate which embeds additional information about your site/business into the certificate. It instructs the browser to display the name of your business as a green badge next to the browser address bar. 117 118 Typically, EV certificates are expensive compared to the more common domain validated (DV) certificates, as they require actual human verification of your business entity. 119 120 Since the WP Godspeed CDN does not mask the IP address of your server, this will not affect the functionality of your site’s existing SSL, regardless of which type of certificate is presently installed (whether DV or EV). 121 122 = Is this standards compliant? = 123 124 Yes, every WP Godspeed CDN is PCI DSS compliant and HIPAA eligible. 125 126 We have enabled additional services to assist with auditing purposes. 57 127 58 128 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.