ddutra
Forum Replies Created
-
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Removing dateSame problem here. date=”false” in shortcode has no effect.
Thanks.Jeremy,
Thank you for your time.I was not able to reproduce it too. Seems like I made a mistake, probably mixing production and development env’s. Just found out firefox has its own cache and I always do wp-admin on Chrome and testing on firefox.
Anyways, sorry for the mix up.
Nice of you to open the ticket but I believe it is not possible to control how the __qca cookie is set. I was under the impression that it was set by jetpack itself.
Best regards.
Forum: Plugins
In reply to: [W3 Total Cache] Minified assets and gzipCraig
Thanks for your time.The only thing I want to use from W3TC is minify and combine js/css. Nothing else (for now).
My nginx configuration is exactly as pointed by /install on W3TC menu.I’ll do some more testing and tail rewrite logs, use add_header for debugging etc. But something is weird on my setup.
Best regards.Forum: Plugins
In reply to: [W3 Total Cache] Minified assets and gzipCraig,
Not a problem, thanks.I am looking into this with not much luck. The more I try the more problems arise.
Long minified assets urls are hitting php backend, being cached by fastcgi_cache.
If I use smaller max lenght they work fine, served as static, but the combine is not that efective since I still end up with a bunch of requests.And I have browser cache completely off, thats handled by nginx itself. Maybe thats why (enable http (gzip)) I was not seeing any gzip files. Anyway no point in having .gzip if i need .gz. Also, both files (the .js and the .js.gz) have to be touched with the exactly same timestamp for gzip_static to work. I’ll have to find another way.
Best regrds.
Forum: Plugins
In reply to: [W3 Total Cache] Minified assets and gzipCraig,
Thanks.Just for the record, I do not use page cache in any way, nor do I plan to. I use fastcgi_cache (nginx) which I believe is faster and more reliable.
My objective is minification only (for now) and images moved to S3 (which W3TC seems to do fine).
Minification is not working as I wanted to. I do not see any .gzip (or .gz) file on the /cache/minify folder. It is not generating the gzip file.
I’ll do some more testing later.
Best regards.
Forum: Plugins
In reply to: Jetpack mobile and nginx fastcgi_cacheIts basic nginx wordpress config.
Here is my virtual host
server {
server_name http://www.joaodedeus.com.br joaodedeus.com.br;
root /var/www/joaodedeus.com.br;
index index.php;
include /etc/nginx/conf.d/wordpress;
}And here are nginx.conf and wordpress specifics file I include on the virtual hosts:
http://ddutra.s3.amazonaws.com/nginx/nginx.conf
http://ddutra.s3.amazonaws.com/nginx/wordpressAny help is welcome. best regards.
Mike,
Thanks for your anwser.
But i guess i could redo the $mail_message variable and build it myself, right?
si-contact-form-process.php?
If you could point me out to the right direction.
Best regards.