Content delivery network, a distributed system of servers deployed in multiple data centers.
1
vote
1answer
17 views
Comment Moderation and CDN Caching
I work on a site that is entirely cached by a CDN. We are about to roll out comments and will be moderating every comment before it goes live. When someone posts a comment and the page is rendered ...
1
vote
0answers
49 views
Changing image URLs in media library
On a default wordpress install, the media library is located at:
/wp-admin/upload.php. I am trying to update the image URL to point to my CDN, not my local server.
This filter
...
-1
votes
0answers
27 views
Can I move existing images into a subdomain on WordPress?
I wish to use a CDN service to improve my site page loading time. I read a few online tutorials as well as a CDN provider configuration tutorial. All of them mentioned, it need/better to move media ...
0
votes
1answer
28 views
W3 Total Cache, Rackspace CDN and Load Balanced Servers
I'm using W3 Total Cache to host media attachments at Rackspace Cloud Files. I've got two servers running alongside one another with a load balancer.
Everything works fine on the front end, but in ...
0
votes
0answers
91 views
How to setup W3 Total Cache CDN (Amazon CloudFront) without taking site down?
I setup a CDN with Amazon CloudFront (Origin Pull) and W3 Total Cache on my staging site and I noticed that it "disrupts" the content on the site as this process is taking place. How can I go about ...
0
votes
1answer
19 views
Git pulls (html/css/js updates) not populating with W3Total Cache and CloudFront
I am using Git/GitHub for version control. I develop locally commit/push to GitHub and pull from GitHub to my staging site. I have W3 Total Cache setup and Amazon CloudFront as a CDN. Since setting up ...
0
votes
1answer
24 views
How to load plugin static data from cloudfront
I am moving my site's static content data to Amazon S3+ CloudFront and i am successful in doing this for most part of my site (no plugin used) except for the plugin section.
For the plugin i am ...
0
votes
1answer
86 views
loading javascript CDN with local fallback (not jQuery)
I'm trying to modify this to register and enqueue a jQuery plugin from a CDN with local fallback.
However, when the URL fails (or if I give it a fake url) Firebug receives 2 aborted calls to the URL ...
1
vote
0answers
59 views
Wordpress remote file storage
I am in pretty much the same position as the author of this post. I understand my post is something of a duplicate but the link is a few years old and I wonder if the situation has changed any?
I ...
0
votes
0answers
132 views
Are W3 Total Cache Rewrite Rules required for IIS web.config
I am unable to get Browser Caching to work, max-age is set to 0 and expires doesn't get set. The Wordpress install is on IIS 7.5.
I was wondering if the reason was because there are no Rewrite Rules ...
-1
votes
1answer
68 views
Wordpress Blog hosted on Bluehost goes Down very often , can i go for CDN? [closed]
Hi i have my WP Blog hosted on Bluehost along with two other blog. Its my primary one , it get average 20000 pageviews a day , and in some days it goes beyond 40k .
So, in such situation , the site ...
0
votes
1answer
132 views
How does W3 Total Cache CDN URL rewrites work?
I just setup W3 Total Cache S3 CDN (origin push) and most of the URLs are being rewritten correctly but we have some custom plugins where the URLs are not being rewritten. How do I grab the rewritten ...
0
votes
1answer
124 views
placing the media uploads in a subdirectory
Hi I want all my uploads to be uploaded to a subdomain on my site instead of 'wp-content/uploads'
I created a subdomain cdn.mysite.com and i want all the uploads to go there instead.
I want my ...
1
vote
2answers
219 views
Using Multisite with a CDN?
I'm running Wordpress Multisite hosted with Bluehost, and only have 5 low volume sites. My site load time has been awful recently, so I've used Lazy Load, DB optimization, Smush.it, and Quick Cache to ...
0
votes
1answer
86 views
How to Setup a CDN for All Content?
I know it's possible to setup a CDN with W3 Total Cache for cached content. However, how would I setup a CDN with WordPress to initially upload all media content (images, videos, files, etc.) ...
0
votes
1answer
94 views
How do I serve fully cached full HTML on cloudfront
I am using cloud front but want it to serve not just images and CSS but full static HTML pages that are cached locally. I am using wp super cache ... I assume it is caching the full HTML for posts ...
1
vote
0answers
71 views
use WordPress for file distribution (box.net or S3)
Any way you can use WordPress to display (in organized way) uploaded files (similar to box.net, dropbox, etc) ? PDF and Docs should be searchable too (within WP search or custom search solution). ...
4
votes
4answers
866 views
W3 Total Cache, CDN and theme files
I updated the style.css file of my WordPress installation recently. The change were effective: when logged in as an administrator (my blog is set so that the administrator is never served a cached ...
2
votes
1answer
665 views
Varnish + W3 Total Page Cache
I currently have varnish setup on my server. I'm also using the W3 Total Cache plugin to speed up the site through a CDN.
Question:
Is there any point in using varnish if the pages are being cached ...
1
vote
1answer
223 views
Is it possible to host a WordPress site entirely on Cloudfront?
I love the Cloudfront approach described here: http://www.paessler.com/blog/2011/04/12/network-monitoring-basics/hosting_a_website_through_amazon_cloudfront
I wonder if this is possible to do with ...
1
vote
1answer
194 views
How does W3 Total Cache Load Images In Stylesheet via CDN?
W3 Total Cache uses all the PHP / WordPress API trickery at hand to make sure all static content (CSS, JS, Images, etc.) is served from the CDN URL.
But how does it make sure that even the images ...
2
votes
2answers
684 views
Plugin that integrates Google Storage with WordPress?
W3 Total Cache and CDN Sync Tool (w/ WP Super Cache) are two plugins that do a pretty good job of integrating various Content Delivery Networks (CDN's) — including Amazon S3 / CloudFront, CloudFiles, ...
0
votes
1answer
240 views
Using wp-super-cache and amazon cloudfront - can I serve a file directly (no cdn)?
I'm using the wp super cache plugin with cdn support turned on (aws cloudfront). I'm also using wp tables reloaded. The latter plugin includes a text file via ajax, and that file is being served by ...
0
votes
3answers
990 views
Host wp-content on other domain, much like a CDN
Would it be possible to host wp-content on another domain, so that all the uploads and images would go and load from there?
If so, how would I go about configuring wordpress to do this, preferably ...
0
votes
3answers
822 views
Fall Back Google CDN in JavaScript
In HTML5 Boilerplate it Grab Google CDN's jQuery with this JS code
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script ...
0
votes
2answers
71 views
Is my host the problem?
I've been working on my WordPress Site for quite some time now, and it's about ready to be deployed. One major issue, though - it's VERY SLOW! At first I thought that the 20 second load time could be ...
1
vote
2answers
892 views
How to exclude a specific template from being cached by a CDN
I’m using a specific template on my self-hosted WordPress blog to display a page with randomized posts.
Recently, I configured W3 Total Cache to make use of a content delivery network (CDN). When ...
0
votes
1answer
206 views
Is it possible to load wp-content/uploads from another server?
I just recently moved to my new CentOS server and I did a fresh installed and before I use to be with my Mac OS [Xserver]
So what happen I was thinking about CDN and though that maybe this will ...
0
votes
1answer
124 views
Will it make any different if I have CDN on the same host but just different directory?
I have read an article about CND or " Content Delivery Network " which this is really telling myself that if I host a wordpress self-hosting and having a load of traffic I should at least have CDN ...
4
votes
1answer
581 views
W3 Total Cache, RackSpace Cloud Files, and Forcing Downloads
I'm using W3 Total Cache's CDN connection to RackSpace CloudFiles to serve severall hundred media files. My goal is to get the files to download in the user's browser, rather than stream. According to ...
-1
votes
1answer
231 views
Help with overloading the limits of CPU/RAM issue in a resseler account with wp sites
The server that I am on has these characteristics:
Intel(R) Xeon(R) CPU E5506 @ 2.13GHz/24GB ddr3
CloudLinux Server release 5.7 64 bit/litespeed webserver
And overall are 800 clients (in ...
5
votes
2answers
125 views
Is it too late to use a CDN?
I've got several blogs and a couple of them are pretty visited, with around 1,5 million uniques per month. I've never used a CDN on them, but I'm considering trying to set up an account on some of the ...
1
vote
1answer
277 views
NGiNX + PHP5-fpm + CDN Tools (plugin) [closed]
I am trying to activate the CDN tools plugin and I keep getting the following error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 30720 bytes) in ...
0
votes
4answers
2k views
Speed up Wordpress
I don't have the feeling that my blog is particularly slow, but that's because I haven't really started out yet. I'm very worried that it will get slow soon, especially because I will have blog posts ...
0
votes
1answer
98 views
W3 Total Cache Help - How to update DNS Zone for a static domain
I am running this site: www.thetechnofreaks.com on Wordpress. Recently I came through a plugin that claims to increase the page load efficiency of my site. the plugin details can be found here: ...
0
votes
1answer
279 views
CDN: Origin server URL, WordPress Core files installed in sub-directory
I've just purchased a plan with MaxCDN to deliver my content through CDN, but i've got a small issue before i create a pull-zone. I moved my WordPress core files out of my root and into a ...
0
votes
1answer
347 views
Cannot upload to S3 using CDN Sync Tool
I'm trying to synchronise my files with the Amazon S3 server for distribution using CloudFront, as the CDN.
I am currently having troubles syncing the files though.
I've verified that the details ...
0
votes
2answers
353 views
Using Wordpress behind a CloudFront Custom Distribution
I have just managed to get my site running behind a Cloudfront distribution using the custom distribution API, but now i cannot login to the site using the standard old address (since i screwed around ...
2
votes
1answer
1k views
How to replace regular jquery calls with CDN calls from Google?
I will like to implement a few of the boilerplate template features in one of my instance WordPress.
I am trying to figure out how to exchange the regular jquery calls below
<script ...
2
votes
6answers
713 views
WP script versioning breaks cross-site caching?
I am loading JQuery from the google CDN using the following code:
wp_deregister_script('jquery');
wp_register_script(
'jquery', // handle - WP uses this name to refer to script
...
0
votes
1answer
588 views
Errors when using CDN Sync Tool plugin
Now that wp-supercache has some built in support for CDNs, I've tried using the CDN Sync Tool to do an initial upload of files to Cloudfront.
But, I'm getting 2 sets of errors when syncing (I'm ...
2
votes
4answers
281 views
Best image hosting service
My girlfriend has a very popular blog, but we are growing beyond current bandwidth limit (1TB). Adsense doesn't pay enough for an expensive CDN.
What recommendations can you make about image hosting. ...
6
votes
3answers
780 views
Options for CDN with WordPress Including Supporting Plugins?
What are the options for Content Distribution Networks for use with WordPress? I'd like to their objective pros and cons, their associated plugins or other ways to utilize them, their relative ...
5
votes
2answers
794 views
Configuring WordPress for Amazon CloudFront Caching?
Amazon CloudFront is a content distribution network (CDN) that can help you survive a huge amount of load in a short amount of time. What's the easiest way to configure WordPress to host its files ...
