Title: ddutra's Replies | WordPress.org

---

# ddutra

  [  ](https://wordpress.org/support/users/ddutra/)

 *   [Profile](https://wordpress.org/support/users/ddutra/)
 *   [Topics Started](https://wordpress.org/support/users/ddutra/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ddutra/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ddutra/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ddutra/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ddutra/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ddutra/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Recent Posts Widget Extended] Removing date](https://wordpress.org/support/topic/removing-date-2/)
 *  [ddutra](https://wordpress.org/support/users/ddutra/)
 * (@ddutra)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/removing-date-2/#post-5286375)
 * Same problem here. date=”false” in shortcode has no effect.
    Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] __qca Cookie – Jetpack not honoring define('COOKIE_DOMAIN', 'www.example.com');](https://wordpress.org/support/topic/_qca-cookie-not-honoring-definecookie_domain-wwwexamplecom/)
 *  Thread Starter [ddutra](https://wordpress.org/support/users/ddutra/)
 * (@ddutra)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/_qca-cookie-not-honoring-definecookie_domain-wwwexamplecom/#post-4252140)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Minified assets and gzip](https://wordpress.org/support/topic/minified-assets-and-gzip/)
 *  Thread Starter [ddutra](https://wordpress.org/support/users/ddutra/)
 * (@ddutra)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/minified-assets-and-gzip/#post-4208308)
 * Craig
    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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Minified assets and gzip](https://wordpress.org/support/topic/minified-assets-and-gzip/)
 *  Thread Starter [ddutra](https://wordpress.org/support/users/ddutra/)
 * (@ddutra)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/minified-assets-and-gzip/#post-4208302)
 * Craig,
    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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Minified assets and gzip](https://wordpress.org/support/topic/minified-assets-and-gzip/)
 *  Thread Starter [ddutra](https://wordpress.org/support/users/ddutra/)
 * (@ddutra)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/minified-assets-and-gzip/#post-4208272)
 * Craig,
    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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Jetpack mobile and nginx fastcgi_cache](https://wordpress.org/support/topic/jetpack-mobile-and-nginx-fastcgi_cache/)
 *  Thread Starter [ddutra](https://wordpress.org/support/users/ddutra/)
 * (@ddutra)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/jetpack-mobile-and-nginx-fastcgi_cache/#post-4209876)
 * Its basic nginx wordpress config.
 * Here is my virtual host
 * > server {
   >  server_name [http://www.joaodedeus.com.br](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/nginx.conf)
   [http://ddutra.s3.amazonaws.com/nginx/wordpress](http://ddutra.s3.amazonaws.com/nginx/wordpress)
 * Any help is welcome. best regards.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Secure Contact Form] [Plugin: Fast Secure Contact Form] Custom style on the contact e-mail](https://wordpress.org/support/topic/plugin-fast-secure-contact-form-custom-style-on-the-contact-e-mail/)
 *  Thread Starter [ddutra](https://wordpress.org/support/users/ddutra/)
 * (@ddutra)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-fast-secure-contact-form-custom-style-on-the-contact-e-mail/#post-2771880)
 * 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.

Viewing 7 replies - 1 through 7 (of 7 total)