blau
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] SFTP SupportIn absolute terms, SFTP has a higher overhead than FTP due to the encryption implemented in SSH.
I use a DH VPS too. You can enable Xcache on the DH Panel, anc configure W3TC to use it for pages, object and db cache.
Synchronizing static files to the CDN is very simple if you do it via W3TC. If you move files othewise (I use s3cmd) be sure to set ACP public on all the files.
For example, in http://www.catswebweave.com/design-portfolio/ the image for “Dr. Miller blog” is not publicly accessible. Either it’s not on Cloudfront, or has been set as ACL private:
http://d3s2cq8a6u4i7f.cloudfront.net/wp-content/uploads/2009/08/Picture-25.png
<?xml version="1.0" encoding="UTF-8"?> <Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>4FEBC9DA7C083081</RequestId><HostId>qo6IJ/5vxq1vN9e75V0axJsk5UN4R4rO02EdsxCeaI/LgOAKYpw3aguGA40Uoa4q</HostId></Error>Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] CSS Cache and Thesis ThemeAfter editing Thesis theme files, upload the files to teh CDN (if you use one), the clear the cache.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Safari ignores CSSHi, sorry for being this late, but real life prevented me to work on this issue so far.
Turns out Safari browser does not understand .gz extensions, but the issue is solved in the development version of the plugin which gives an .gzip extension to the css. Updated, tested, ok.
Thank you Frederick for your great work.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] W3TC Dev, WP 3.0, Browser CachingI had a similar experience using firebug and yslow. I used to set expire-headers manually in my .htaccess, but yslow kept complaining without noticing it.
With w3tc I have the same issue, but really I decided not to care about: it could be a firebug/yslow problem. If you really want to make sure, inspect the http headers of a session (or tcpdump/wireshark the session at the wire level).
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] W3TC causing 404 on all WP posts?Use the development version and delete all caches, then check.
If the issue continues, check the url rewriting option in w3tc.
I don’t use S3 directly but Cloudfront with success:
I added up to 10 CNAME to cloudfront (media1.mysite.tld media2 media3…), added the 10 CNAMEs in my site DNS so that I have somethinh like
media1.mysite.tld CNAME mycloudfronturl.cloudfront.net
etceteraForum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Safari ignores CSSUpgraded to latest dev version today, the problem is not solved. Safari displays a CSSless site, other browsers are ok.
Tried disabling Minify, db caching, object caching, with no visible results.
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] zlib.output_compressionIt displays some info about the php configuration to make sure that it has been compiled with zlip.
Then, I would look at wp-config.php, .htaccess and the wp settings page to see whether compression has been enabled elsewhere.Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] zlib.output_compressionTry using a php info file to display server settings?
Fixed upgrading to latest development version. Thank you.
Thank you Frederick: it worked. So simple.
Ok, the issue seems to be that I am able to preview changes (CDN works in preview mode) but I get an “Unable to deploy preview settings.” when I deploy.
However, if I “preview”, “deploy” (get the above error) and “empty all caches” the cache seems to work and I see static content being serverd off the CDN CNAMEs (static1-2-3.mysite.com) when logged in as admin.
If I see the site as a general user however I am not served static content via CDN, but via the main site.
I am using an development version downloaded about June 23 9 am UTC .
Forum: Fixing WordPress
In reply to: comments all broken?This worked for me. But what is the reason of table corruption? It’s the second time in 24 hours.
Forum: Fixing WordPress
In reply to: Sudden comment error 144 (everything was fine)Update: tech support repaired the mysql table and that’s it.
> MySQL said:
> #1016 – Can’t open file: ‘wp_comments.MYI’ (errno: 144)