Backie
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] W3 Total Cache – Please HelpHey,
You can use http://wordpress.org/extend/plugins/cdn-sync-tool/ to do a one time sync of your NextGen Gallery. However I don’t know if W3 Total Cache’s rewriter will rewrite the images. I personally, had to do a quick hack on NextGen to get it to use my S3 images from my automated S3 gallery.Upgrade to PHP 5, PHP 4 is not supported. If you’re on a shared hoster and they don’t have PHP 5 support then you should get a new host check out http://www.catn.com
Currently not possible but it’s added to the todo list.
Forum: Plugins
In reply to: [CDN Sync Tool] CDN Sync Tools not savingDamn meant to deal with during the day, oops. Cool, you’ve fixed the issue. If you’re using S3 to serve the content directly then you can only set up a dns entry to it if you’ve name it like the cname would be, example bucket name s3.backie.org and the cname would be the same. However there would be no real speed advantage from this.
If you’re using CloudFront you can set up multiple cnames which would give you a speed advantage as older browsers have a set limit of the number of concurrent requests to each domain. So all sub domains/cnames of a backie.org would fall under the concurrent request limit for backie.org. So if you have multiple domains you could then gain a speed advantage with the older browsers.
Hi,
It’s not longer listed as a dependency, however there is no reason it shouldn’t work along side it.Also that message for just now means the plugin hasn’t sync’d your theme files. I’ll be increasing this to an actual check that they are there or not in a future release.
Are you using the latest version? Because I’m pretty sure I removed the html encoding so html could be used in the question field a release or so back.
Well while I was figuring out the best way to do it to give you hints, I basically did half the work required to code it myself and add it to the plugin. So instead of a hint I can give you code.
http://downloads.wordpress.org/plugin/wp-survey-and-quiz-tool.zip has the ability added.
Do you have it [wpsqt_quiz name=”Quitar Quiz”] ?
Well I finally did the minify on css and js. Once I did that images were loading off my CD.
If you are just using S3 you can use bucket policy to prevent hotlinking by referrer, however this won’t work when using cloudfront. I also suspect any expiring url is an S3 only feature too.
Forum: Plugins
In reply to: SuperCache "Internal Zend error" WTF?I got this error, seems it’s an APC issue if you disable APC it’ll work fine. I am going to have a play round with APC tonight and try figure out what is the root cause of this problem.
You the textarea, where you would put the page content.
Forum: Plugins
In reply to: [CDN Sync Tool] CDN Sync Tools not savingSince I am unable to re-produce this, I am debuging blind. So can I ask you to install the development version found at http://downloads.wordpress.org/plugin/cdn-sync-tool.zip
Athilla are you using PHP 4? If you are unsure, goto the contact form in the plugin and send me a quick email, it’ll give me some debug info.
I suspect W3TC is rewriting the urls to add absolute path instead of a realtive one, I have no clue to why this has been done but suspect there is a valid reason. I’ve also noticed this issue with my w3tc install where I am using origin pull. I’ll look into it tonight and see if I can a solution, if I can I will post it up here.