SHiRKiT
Forum Replies Created
-
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Nginx issuesMost likely it is PNG8 since it has actually no transparency. It’s good to hear that the plugin is really well designed. It’ll be a standard addition to all my websites from now until eternity!
Wish you well!
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Nginx issuesYeah, I just spotted that mistake of mine of using a PNG in a non-transparent image. But still I don’t quite understand why would grow in size when scaling the image down, but that’s ok.
Anyways, thank you very much!
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Nginx issuesI see what you mean. When I tested with Firefox’s Inspector it correctly delivers the smaller resolution image. But the thing is that the GTMetrix test also has issue? They use a Galaxy Nexus, and it also delivered the original image.
Now something deeper. This is the test on 1920×1080 setup.
The plugin correctly delivered the original image size, and that’s perfect.
Now look at the mobile test.
Despite having a smaller resolution, the image’s size is 212%, 160% and 173% the original file size! This doesn’t happen on JPEG images, only on PNG, just tested this.
I’m running W3 Total Cache now as well. I don’t think it has anything to do with it, but I think it’s worth noting.
WP Active plugins Adaptive Images for WordPress v.0.6.61 by Nevma Advanced WordPress Reset v.1.0.1 by Younes JFR. All-in-One WP Migration v.6.42 by ServMask Debug Bar v.0.8.4 by wordpressdotorg Desativar Comentários v.1.6 by Samir Shah Google Analytics Dashboard para WP v.4.9.6.2 by Alin Marcu Google Captcha (reCAPTCHA) by BestWebSoft v.1.27 by BestWebSoft Google XML Sitemaps v.4.0.8 by Arne Brachhold Loco Translate v.2.0.12 by Tim Whitlock Make Filename Lowercase v.1.0.2 by Ed Reckers (Red Bridge Internet) Regenerate Thumbnails v.2.2.6 by Alex Mills (Viper007Bond) Registrations for WooCommerce v.1.0.6 by Haste - design and technology, Allyson Souza, Anyssa Ferreira Slider Revolution v.5.3.0.2 by ThemePunch SVG Support v.2.3.6 by Benbodhi Velvet Blues Update URLs v.3.2.7 by VelvetBlues.com W3 Total Cache v.0.9.5.2 by Frederick Townes WooCommerce PagSeguro v.2.11.5 by Claudio Sanches WooCommerce v.2.6.14 by WooThemes Importador do WordPress v.0.6.3 by wordpressdotorg Estatísticas da WP v.12.0 by Greg Ross & Mostafa Soufi ZNPB Counter Element v.1.0.1 by Balasa Sorin StefanIn any case, thanks for your awesome support and for creating this plugin!
- This reply was modified 9 years, 5 months ago by SHiRKiT.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Nginx issuesThanks for that awesome tool! I’m going to save it for future use! I’m going to explore for automation into the future, as I saw that it should be capable!
Also, thanks for your insight, it served me a great deal to further improve my page speed.
After a few days of tweaking, now I think I’ve solved all the (easily solvable) issues I have on the website, except that, despite the plugin working on the page, it still serves the wrong image size, and this time I can’t figure it out why.
https://gtmetrix.com/reports/orquidariobahia.com.br/BRIo3eNC (Desktop)
https://gtmetrix.com/reports/www.orquidariobahia.com.br/HwtQbeQN (Phone)http://www.webpagetest.org/result/170324_TK_5HDC/ (Desktop)
http://www.webpagetest.org/result/170324_93_5KJP/ (Phone)See that the images dimension’s remain the same despite it works on the debug area, the actual image that’s being delivered is still the original one, and not the cropped.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Nginx issuesWow now that’s something, because I tested on my NVIDIA Shield, on Chrome Canary’s responsive and Firefox Developer Edition responsive settings and they all failed to receive a scaled version, and now it’s generating. I really don’t know what happened there, maybe a caching issue somewhere? I cleared on the client and server side, but may have missed somewhere along the line.
Now I see everything working properly: https://gtmetrix.com/reports/orquidariobahia.com.br/frYaLypP
Now I need to figure it out a way to improve desktop https://gtmetrix.com/reports/orquidariobahia.com.br/Kiod044N
And need to tackle the server response timing, image sizes and formats, see if I can fix those huge height images (probably can’t).
Thanks for the support, and sorry for wasting your time. Good to see it works flawlessly on NGINX!
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Nginx issuesI’m sorry @kidsguide I didn’t see any notice that there would be a delay. I actually tried to post a bunch of times, but I didn’t get any feedback, I presumed it was being denied posting due to the post length.
If I can suggest to give any feedback that the message was actually posted would be great.
Sorry for disturbing.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Nginx issuesOk, I’ve spotted the first mistake.
rewrite \.(?:jpe?g|gif|png)$ wordpress/wp-content/plugins/adaptive-images/adaptive-images-script.php;It was missing the leading
/in/wordpress, so that’s why it was throwing HTTP 404 on all requests. Now at least the images are being loaded.But after fixing that AND moving the wordpress up one directory (which was never the issue), it still doesn’t work.
Here’s the full log of what’s going on
(this is the access log) cat orquidariobahia.com.br_nginx.log
186.244.194.237 - - [18/Mar/2017:02:09:54 +0800] "POST /wp-admin/admin-ajax.php HTTP/2.0" 200 326 "https://orquidariobahia.com.br/wp-admin/options-general.php?page=adaptive-images" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:53.0) Gecko/20100101 Firefox/53.0" 186.244.194.237 - - [18/Mar/2017:02:09:55 +0800] "GET / HTTP/2.0" 200 8909 "https://www.google.com.br/" "Mozilla/5.0 (Linux; Android 7.0; SHIELD Tablet K1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.108 Safari/537.36" 186.244.194.237 - - [18/Mar/2017:02:09:57 +0800] "GET /wp-content/uploads/2017/01/logo-horizontal2.png HTTP/2.0" 200 24449 "https://orquidariobahia.com.br/" "Mozilla/5.0 (Linux; Android 7.0; SHIELD Tablet K1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.108 Safari/537.36" 186.244.194.237 - - [18/Mar/2017:02:09:57 +0800] "GET /wp-content/uploads/2017/01/footer_payment.png HTTP/2.0" 200 25514 "https://orquidariobahia.com.br/" "Mozilla/5.0 (Linux; Android 7.0; SHIELD Tablet K1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.108 Safari/537.36" 186.244.194.237 - - [18/Mar/2017:02:09:57 +0800] "GET /wp-content/themes/kallyas/template_helpers/icons/glyphicons_halflingsregular/glyphicons_halflingsregular.woff2 HTTP/2.0" 200 18183 "https://orquidariobahia.com.br/wp-content/themes/kallyas/css/bootstrap.min.css?ver=4.7.3" "Mozilla/5.0 (Linux; Android 7.0; SHIELD Tablet K1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.108 Safari/537.36" 186.244.194.237 - - [18/Mar/2017:02:09:57 +0800] "GET /wp-content/themes/kallyas/template_helpers/icons/kl-social-icons/kl-social-icons.woff HTTP/2.0" 200 24838 "https://orquidariobahia.com.br/wp-content/uploads/zn_dynamic.css?ver=1489773439.7852" "Mozilla/5.0 (Linux; Android 7.0; SHIELD Tablet K1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.108 Safari/537.36" 186.244.194.237 - - [18/Mar/2017:02:09:57 +0800] "GET /wp-content/uploads/2017/01/esquerda.png HTTP/2.0" 200 1202453 "https://orquidariobahia.com.br/" "Mozilla/5.0 (Linux; Android 7.0; SHIELD Tablet K1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.108 Safari/537.36" 186.244.194.237 - - [18/Mar/2017:02:09:58 +0800] "POST /?wc-ajax=get_refreshed_fragments HTTP/2.0" 200 654 "https://orquidariobahia.com.br/" "Mozilla/5.0 (Linux; Android 7.0; SHIELD Tablet K1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.108 Safari/537.36" 186.244.194.237 - - [18/Mar/2017:02:09:58 +0800] "GET /wp-content/uploads/2017/01/meio.png HTTP/2.0" 200 1137103 "https://orquidariobahia.com.br/" "Mozilla/5.0 (Linux; Android 7.0; SHIELD Tablet K1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.108 Safari/537.36" 186.244.194.237 - - [18/Mar/2017:02:09:58 +0800] "GET /wp-content/uploads/2017/01/direita.png HTTP/2.0" 200 1096943 "https://orquidariobahia.com.br/" "Mozilla/5.0 (Linux; Android 7.0; SHIELD Tablet K1 Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.108 Safari/537.36"(this is actually a DEBUG log) cat orquidariobahia.com.br_error.log
2017/03/18 02:09:54 [notice] 10084#0: *1052 "/wp-admin$" does not match "/wp-admin/admin-ajax.php", client: 186.244.194.237, server: orquidariobahia.com.br, request: "POST /wp-admin/admin-ajax.php HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/wp-admin/options-general.php?page=adaptive-images" 2017/03/18 02:09:55 [notice] 10084#0: *1055 "/wp-admin$" does not match "/", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET / HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://www.google.com.br/" 2017/03/18 02:09:55 [notice] 10084#0: *1055 "/wp-admin$" does not match "/index.php", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET / HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://www.google.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/themes/kallyas/style.css", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/themes/kallyas/style.css?ver=4.7.3 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/themes/kallyas/css/bootstrap.min.css", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/themes/kallyas/css/bootstrap.min.css?ver=4.7.3 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/themes/kallyas/css/template.min.css", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/themes/kallyas/css/template.min.css?ver=4.7.3 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/uploads/kallyas-builder/cache/370-layout.css", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/kallyas-builder/cache/370-layout.css?ver=ba4a1ca476d41db4b4533d39f4a3a8bc HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/plugins/revslider/public/assets/css/settings.css", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.3.0.2 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=2.6.14 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/plugins/woocommerce/assets/css/woocommerce.css", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=2.6.14 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/themes/kallyas-child/style.css", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/themes/kallyas-child/style.css?ver=4.7.3 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/themes/kallyas/css/plugins/kl-woocommerce.css", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/themes/kallyas/css/plugins/kl-woocommerce.css?ver=4.7.3 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/uploads/zn_dynamic.css", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/zn_dynamic.css?ver=1489773439.7852 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/themes/kallyas/addons/wowjs/animate.min.css", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/themes/kallyas/addons/wowjs/animate.min.css?ver=4.7.3 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-includes/js/jquery/jquery.js", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-includes/js/jquery/jquery.js?ver=1.12.4 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-includes/js/jquery/jquery-migrate.min.js", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js?ver=5.3.0.2 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js?ver=5.3.0.2 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/themes/kallyas/addons/wowjs/wow.js", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/themes/kallyas/addons/wowjs/wow.js?ver=4.7.3 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/themes/kallyas/addons/flickrfeed/jquery.jflickrfeed.min.js", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/themes/kallyas/addons/flickrfeed/jquery.jflickrfeed.min.js?ver=4.7.3 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=2.6.14 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=2.6.14 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js?ver=1.4.1 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=2.6.14 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/themes/kallyas/js/plugins.min.js", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/themes/kallyas/js/plugins.min.js?ver=4.7.3 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/themes/kallyas/addons/scrollmagic/scrollmagic-tweenlite.js", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/themes/kallyas/addons/scrollmagic/scrollmagic-tweenlite.js?ver=4.7.3 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/themes/kallyas/js/znscript.min.js", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/themes/kallyas/js/znscript.min.js?ver=4.7.3 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/themes/kallyas/addons/caroufredsel/jquery.carouFredSel-packed.js", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/themes/kallyas/addons/caroufredsel/jquery.carouFredSel-packed.js?ver=4.7.3 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-includes/js/wp-embed.min.js", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-includes/js/wp-embed.min.js?ver=4.7.3 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/uploads/2017/01/logo-horizontal2.png", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/logo-horizontal2.png HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "\.(?:jpe?g|gif|png)$" matches "/wp-content/uploads/2017/01/logo-horizontal2.png", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/logo-horizontal2.png HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 rewritten data: "/wp-content/plugins/adaptive-images/adaptive-images-script.php", args: "", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/logo-horizontal2.png HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/uploads/2017/01/esquerda.png", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/esquerda.png HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "\.(?:jpe?g|gif|png)$" matches "/wp-content/uploads/2017/01/esquerda.png", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/esquerda.png HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 rewritten data: "/wp-content/plugins/adaptive-images/adaptive-images-script.php", args: "", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/esquerda.png HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/uploads/2017/01/meio.png", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/meio.png HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "\.(?:jpe?g|gif|png)$" matches "/wp-content/uploads/2017/01/meio.png", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/meio.png HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 rewritten data: "/wp-content/plugins/adaptive-images/adaptive-images-script.php", args: "", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/meio.png HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/uploads/2017/01/direita.png", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/direita.png HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "\.(?:jpe?g|gif|png)$" matches "/wp-content/uploads/2017/01/direita.png", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/direita.png HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 rewritten data: "/wp-content/plugins/adaptive-images/adaptive-images-script.php", args: "", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/direita.png HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/uploads/2017/01/footer_payment.png", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/footer_payment.png HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "\.(?:jpe?g|gif|png)$" matches "/wp-content/uploads/2017/01/footer_payment.png", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/footer_payment.png HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 rewritten data: "/wp-content/plugins/adaptive-images/adaptive-images-script.php", args: "", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/footer_payment.png HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-includes/js/wp-emoji-release.min.js", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-includes/js/wp-emoji-release.min.js?ver=4.7.3 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=2.6.14 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/themes/kallyas/css/print.css", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/themes/kallyas/css/print.css?ver=4.7.3 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [warn] 10084#0: *1055 an upstream response is buffered to a temporary file /usr/local/nginx/fastcgi_temp/7/00/0000000007 while reading upstream, client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/esquerda.png HTTP/2.0", upstream: "fastcgi://unix:/dev/shm/php-cgi.sock:", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [warn] 10084#0: *1055 an upstream response is buffered to a temporary file /usr/local/nginx/fastcgi_temp/8/00/0000000008 while reading upstream, client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/meio.png HTTP/2.0", upstream: "fastcgi://unix:/dev/shm/php-cgi.sock:", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:56 [warn] 10084#0: *1055 an upstream response is buffered to a temporary file /usr/local/nginx/fastcgi_temp/9/00/0000000009 while reading upstream, client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/uploads/2017/01/direita.png HTTP/2.0", upstream: "fastcgi://unix:/dev/shm/php-cgi.sock:", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:57 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/themes/kallyas/template_helpers/icons/glyphicons_halflingsregular/glyphicons_halflingsregular.woff2", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/themes/kallyas/template_helpers/icons/glyphicons_halflingsregular/glyphicons_halflingsregular.woff2 HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/wp-content/themes/kallyas/css/bootstrap.min.css?ver=4.7.3" 2017/03/18 02:09:57 [notice] 10084#0: *1055 "/wp-admin$" does not match "/wp-content/themes/kallyas/template_helpers/icons/kl-social-icons/kl-social-icons.woff", client: 186.244.194.237, server: orquidariobahia.com.br, request: "GET /wp-content/themes/kallyas/template_helpers/icons/kl-social-icons/kl-social-icons.woff HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/wp-content/uploads/zn_dynamic.css?ver=1489773439.7852" 2017/03/18 02:09:57 [notice] 10084#0: *1055 "/wp-admin$" does not match "/", client: 186.244.194.237, server: orquidariobahia.com.br, request: "POST /?wc-ajax=get_refreshed_fragments HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/" 2017/03/18 02:09:57 [notice] 10084#0: *1055 "/wp-admin$" does not match "/index.php", client: 186.244.194.237, server: orquidariobahia.com.br, request: "POST /?wc-ajax=get_refreshed_fragments HTTP/2.0", host: "orquidariobahia.com.br", referrer: "https://orquidariobahia.com.br/"Debug info
✔ PHP GD library is installed. ✔ Image cache directory has been created. /data/wwwroot/orquidariobahia.com.br/wp-content/cache/adaptive-images => drwxr-xr-x ✔ Installation .htaccess file is setup OK. /data/wwwroot/orquidariobahia.com.br/.htaccess => -rw-r--r-- ❖ Adaptive images settings dump: array(12) { ["resolutions"]=> array(3) { [0]=> int(1024) [1]=> int(640) [2]=> int(480) } ["cache-directory"]=> string(21) "cache/adaptive-images" ["watched-directories"]=> array(2) { [0]=> string(18) "wp-content/uploads" [1]=> string(17) "wp-content/themes" } ["jpeg-quality"]=> int(75) ["sharpen-images"]=> bool(true) ["watch-cache"]=> bool(true) ["browser-cache"]=> float(180) ["landscape"]=> bool(false) ["hidpi"]=> bool(false) ["cdn-support"]=> bool(false) ["version"]=> string(6) "0.6.61" ["sanitized"]=> bool(true) }System information
Web Server nginx/1.10.3 Document Root /data/wwwroot/orquidariobahia.com.br PHP 7.1.3 PHP Time Limit 0 PHP Memory Limit 256M PHP Post Max Size 100M PHP Upload Max Size 50M PHP Max Input Vars 1000 PHP Display Errors No PHP Error Log MySQL 5.5.5-10.1.22-MariaDB MySQL Ext/mysqli Yes MySQL Table Prefix wp_ MySQL DB Charset utf8mb4 WP 4.7.3 WP Multisite No WP Debug Mode No WP Site url https://orquidariobahia.com.br WP WP Home url https://orquidariobahia.com.br WP Permalinks /%postname%/ WP home path /data/wwwroot/orquidariobahia.com.br/ WP content dir /data/wwwroot/orquidariobahia.com.br/wp-content WP plugin dir /data/wwwroot/orquidariobahia.com.br/wp-content/plugins WP content url https://orquidariobahia.com.br/wp-content WP plugin url https://orquidariobahia.com.br/wp-content/plugins WP Locale pt_BR WP Memory Limit 40M WP Max Upload Size 50mb WP Active plugins Adaptive Images for WordPress v.0.6.61 by Nevma Advanced WordPress Reset v.1.0.1 by Younes JFR. All-in-One WP Migration v.6.42 by ServMask Debug Bar v.0.8.4 by wordpressdotorg Desativar Comentários v.1.6 by Samir Shah Loco Translate v.2.0.12 by Tim Whitlock Make Filename Lowercase v.1.0.2 by Ed Reckers (Red Bridge Internet) Regenerate Thumbnails v.2.2.6 by Alex Mills (Viper007Bond) Registrations for WooCommerce v.1.0.6 by Haste - design and technology, Allyson Souza, Anyssa Ferreira Slider Revolution v.5.3.0.2 by ThemePunch SVG Support v.2.3.6 by Benbodhi WooCommerce PagSeguro v.2.11.5 by Claudio Sanches WooCommerce v.2.6.14 by WooThemes Importador do WordPress v.0.6.3 by wordpressdotorg ZNPB Counter Element v.1.0.1 by Balasa Sorin Stefan WP MU pluginsCalculate cache size
Total files in the adaptive images cache: 0 Total directories in the adaptive images cache: 0 Total size of the adaptive images cache: 0Forum: Plugins
In reply to: [Adaptive Images for WordPress] Nginx issuesMy replies are being chewed up by something, I can’t understand what’s going on here.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Nginx issuesNope, I’ve tried that already and didn’t work. It was my first guess as well.
I’ll give a try moving everything one folder up, so I remove the ‘wordpress’ subfolder, but I highly doubt this will cut it.
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Nginx issuesClose this, double post
Forum: Plugins
In reply to: [Adaptive Images for WordPress] Nginx issuesSorry but I can’t edit my post. The rewrite rule in located under the code section cat nginx/conf/vhost/orquidariobahia.com.br.conf in location ~ .*\.(gif|jpg|jpeg|png|bmp|swf|flv|mp4|ico)$ {
Forum: Plugins
In reply to: [WooCommerce] Variable products with multiple imagesSo I found exactly the solution I needed ( https://www.woothemes.com/products/composite-products/ )
So I spent around 6 hours trying to see how I could achieve that, started even looking at the API so I can try to come up with something with AJAX, and the solution was out there all the way.
Sorry, but IMO you guys or need functional DEMOS, or VIDEOS for each of those marvelous extensions, because by READING it’s impossible to have the same experience.
Forum: Plugins
In reply to: [WooCommerce] Variable products with multiple imagesWhat happens is that the way variations work, I can’t do what I desire.
I’m selling personal training (‘length’ is actually duration misspelled) on open places (‘location’). The location for me doesn’t matter, only the ‘length’ affects the price. But would be nice for the person to actually SEE the image for each location and I wanted to have a nice image for each one of those ‘length’ that the user chooses.
But the way variations work, I can only submit an image to the combination ‘length’ + ‘location’, instead of having 10 images for locations, and 10 images for length, and whenever the user chooses something, display one of those 20 images.
I don’t even know if I managed to explain the issue clearly.
Yes,
I have a development environment that I do all my testing and coding, and then I publish to my live version.
The live environment has those plugins (and some more) that are only relevant to that environment, such as SEO, analytics, caching and mail related.
Everytime I have to reconfigure those plugins because they lose their configurations. The plugins gets disabled and it’s configs are reset to default. Other plugins (such as W3 Total Cache) have no issues with their configs, they get only disabled (which is perfectly understandable).
I thought that was automatic, now that I’ve used the Find/Replace, it took effect correctly.
But there is one issue remaining and one new issue:
The plugin configurations are being overriden in the deployed database. Those plugins are not installed at the exporting side, and there are no databases associated with those plugins.
After upgrading to version 5.41, if I try to export Plugins, it get’s stuck there. It’s never able to export the plugins. If I check the DO NOT EXPORT PLUGINS, then things works.