![]() |
Quote:
:confused: |
What replacement variables are people using?
Just "images/ and the standard image folder names with the full cdn url before it? |
images do not need RRs. You can move images to/from the CDN using stylevars.
|
Quote:
Another question, I've setted up the cdn within the stylevars, but after running the YSlow plugin from Firefox, it tell's me to move these imgs to a cdn (they already are on a cdn)... sounds crazy.... any tip for this? |
FYI,
For those interested in how to create automated switchover between a CDN and their origin server (or other CDN or web server) in case of problems with their CDN, see this blog post: [PHP] Web Failover Code Using cURL and Shared Memory It is pretty easy to take the PHP code in the blog post above and create a vB Plugin. --------------- Added [DATE]1266171883[/DATE] at [TIME]1266171883[/TIME] --------------- Quote:
Our EU traffic is not even served from the EU, it is served from the US. Ditto for Asian traffic, it is not served from Asia, but from the US. At the moment, SimpleCDN is performing very poorly. I don't recommend them at this time. |
Hi, i have gotten an account, any way to have my files hosted there? Thanks.
|
Looks like SimpleCDN got bigger faster than they could handle, from SimpleCDN's website:
Quote:
|
Yes, that is right. If you don't already have a SimpleCDN "Mirror Bucket" you will have to wait. They have grown too fast and also are having trouble serving content in the EU.
Because we are a long time customer, they offered us a free three month trial of their new "Hot Cache" service, which serves correctly in both the US and the EU, so far. Also, we have moved to using Apache2 mod_rewrite in combination with vB RRs to get content from the CDN. After working with this for quite some time, I have found the following:
Prices are currently around 4 cents per GB/month for MirrorBucket and cheaper for HotCache if you have 4TB per month plus of content delivered (not cost effective for forums serving less CDN traffic, but cheaper than many others...) --------------- Added [DATE]1270310384[/DATE] at [TIME]1270310384[/TIME] --------------- Quote:
|
Has anyone found another service that offers something comparable to SimpleCDN's "Mirror Bucket"? I should've really reserved a Mirror Bucket when I had the opportunity to, since the dynamic storage of images is exactly what our forum needed, but I stuck with the Upload bucket for our main static content.
|
Quote:
Also, they told me they are also working on adding the same feature to their more expensive (for low volume traffic) "Hot Cache" offering, but I would not hold my breath for that one. |
MaxCDN has Pull Zones which do the same job as SimpleCDN's Mirror Buckets. Try them. They're also working on a vBulletin plugin, but it's taking a long time.
|
Quote:
--------------- Added [DATE]1270693151[/DATE] at [TIME]1270693151[/TIME] --------------- Quote:
|
Quote:
http://www.maxcdn.com/pricing.php |
Quote:
User Album Pictures Back to CDN -- I noticed that User Album Pictures, even when stored in the file system, are still actually served by the script (they are .picture datafiles, and the script decompresses them). Does this mean that one cannot put pictures from the user albums on the Live! or Pull CDNs? This is strange because I am still able to serve attachment files (which are rewritten considerably) through the CDN. |
I just signed up with maxcdn. I'm very interesting to see how this will affect the site.
|
Any tips for setting up with MaxCDN? (I am still on Vb 3.8.5)
--------------- Added [DATE]1271361255[/DATE] at [TIME]1271361255[/TIME] --------------- I have signed up for MaxCDN today... And I am having an issue with replacement variables... I want to change images/smilies to cdn1.myserver.com/smilies but when I do this what is sent by the server is http://www.myserver.com/cdn1.myserver.com/smilies If I tell it to change images/smilies to http://cdn1.myserver.com/smilies it is sent by the server as http://www.myserver.com/http://cdn1....er.com/smilies. How do I keep it from putting in my servers domain name before the replacement? Thanks! |
The The UNIX and Linux Forums are now using MaxCDN (switched from SimpleCDN). There is an August 4th, 2010 blog post about their initial impressions of MaxCDN: http://www.unix.com/blog/2010/08/ini...s-with-maxcdn/. ------------------ Regarding this query above:
Quote:
|
I signed up for MaxCDN and having a few troubles getting it working on my site (which uses vBSEO). A few issues that are cropping up:
1. All sort of issues with the icons for edit post, reply to post, etc. aren't showing up., but it appears their alt tags appear instead. 2. The attachment manager kicks back a security token error. 3. Edit posts, reply posts buttons don't work on first click -- requires a second click. Everything works properly when I remove portions of the replacement variables outlined by MaxCDN. Their support hasn't been help at all. Any suggestions. |
We have no problem with MaxCDN for vBulletin and certainly do not rely on their support staff for vB integration.
The problem you are having is with your knowledge of how to move content to a CDN. It has nothing to do with MaxCDN (or any CDN) for that matter. If you don't understand how your content is served, then you will have trouble with moving content to any CDN. |
Quote:
If you have any suggestions beyond the wiki, I'd love to learn more about your set up and what might be the cause of my setup problems. |
Thanks. It is not really possible to comment without knowing how you set things up.
With proper set up for the CDN to serve only static content (images, clientscript (java and css files)), there is no reason for any security token errors. First, you should outline all the steps you have done so far. For us, we simply change the style variables, change the location of smilies etc in the AdminCP and add a few replacement variables for client script. Another method which works equally well, is to use Apache mod_rewrite, but we don't do it that way. |
OBTW, in case you did not read this blog post over at The UNIX and Linux Forum about MaxCDN and their initial impressions on their vB forum:
http://www.unix.com/blog/2010/08/ini...s-with-maxcdn/ |
Just wondering if anyone has been able to come up with a solution for moving the attachment directories out to S3 or another CDN?
|
There are a number of ways to do this. Perhaps the easiest way is to simply edit the postbit_attachment template and change:
Code:
<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"<if condition="$show['newwindow']"> target="_blank"</if>>$attachment[filename]</a> Code:
<a href="http://your.cdn.com/attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"<if condition="$show['newwindow']"> target="_blank"</if>>$attachment[filename]</a> |
All times are GMT. The time now is 06:33 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|