diegpl
Forum Replies Created
-
Forum: Plugins
In reply to: [Enhanced Media Library] Search and Filter or Search Evertything plugin?It seems that this solution can bring me just the images page, not the images themselves through a filter, how can I get just the images through the filter? Thank you!
Forum: Plugins
In reply to: [EWWW Image Optimizer] PNG to JPG conversion is not workingYeah, it is still not working, even after I activated the “enable conversion” setting. Tks.
Forum: Plugins
In reply to: [Debug Bar Cron] Is not your plugin working anymore?It is still working I just have forgotten to activated the main one. Thank you buddy! 😉
Forum: Plugins
In reply to: [EWWW Image Optimizer] Hich CPU usageIt seems that even after the image is resized some crons are still schedule to run with not reason anymore. I check on Debug Bar Cron and it shows a closer next event after a picture is uploaded, for the next 5 or 10 minutes. Thank you.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Hich CPU usageAnother thing I realized is that “PNG Optimization Level” is allowing to set lossy option, but it does not seem to be working alright, since it resized the image from 3,56 MB to just 3 MB. Thank you.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Hich CPU usageAm I taking any security risk about showing up these functions and path names here? I already was attacked once and Im really worried about that. Thank you!
Forum: Plugins
In reply to: [EWWW Image Optimizer] Hich CPU usageI just uploaded a 3,56 MB png image size. The plugin resized it to 872 KB, Photoshop resized to 683,7K when saved for we.
These are the logs.
On http://xxx/wp-admin/upload.php?page=ewww-image-optimizer-dynamic-debug:
nothing appeared about it, but about other images that was not resized it did.
#0 ewww_image_optimizer() called at /wp-content/plugins/ewww-image-optimizer/image-editor.php:170
#1 _save() called at /wp-includes/class-wp-image-editor-gd.php:376
#2 save() called at /wp-content/plugins/optimize-images-resizing/inc/class-resize-image.php:106
#3 image_downsize() called
#4 call_user_func_array() called at /wp-includes/class-wp-hook.php:298
#5 apply_filters() called at /wp-includes/plugin.php:203
#6 apply_filters() called at /wp-includes/media.php:201
#7 image_downsize() called at /wp-includes/media.php:824
#8 wp_get_attachment_image_src() called at /wp-admin/async-upload.php:61On http://xxxxx/wp-admin/upload.php?page=ewww-image-optimizer-queue-debug:
Just after the big png image was uploaded.
119241 – wp_ewwwio_media_optimize_batch_7cfe19bf086d4cabcd52050536fd2753
1482 – image/pngAnother thing that called my attention was that although my max_execution_time is set to 90, plugin debug.log http://xxxx/wp-content/plugins/ewww-image-optimizer/debug.log showed max_execution_time: 600
It seems that you are right about it being a false positive, but why you told me that the first one can cause CPU issues if it is getting blocked? And how/why could it get blocked?
So does this one reallys runs every five minutes? If yes, why?
wp_ewwwio_media_optimize_cron_interval 300 5 0.083333333333333 Every 5 MinutesAccording to this text https://www.ecenica.com/support/answer/fix-high-cpu-load-wordpress/ it is a good idea Disable WP-Cron and set another way for that, what do you think about that? If you agree, do you have any plugin to suggest me?
I know it is a lot of questions, but I hope to help you with that as well, supplying the maximum information about everything.
Thank you!
Forum: Plugins
In reply to: [EWWW Image Optimizer] HTTP errorI solved this problem for now increasing my memory limit from 64M to 96M, max input vars from 2000 to 4000 and run time from 60 to 90 seconds. Thank you!
Forum: Plugins
In reply to: [W3 Total Cache] Cache is not workingI did that. it returned a 404 error page. While logged I got this warn:
<!– Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/Object Caching 8069/8218 objects using disk
Page Caching using disk: enhanced (User is logged in)
Page cache debug info:
Engine: disk: enhanced
Cache key:
Reject reason: User is logged in
Creation Time: 1487257699.000s
Header info:
Content-Type: text/html; charset=UTF-8
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Link: <http://xxxx/wp-json/>; rel=”https://api.w.org/”
Database Caching using disk (Request-wide User is logged in)Served from: esites.pro @ 2017-02-16 15:08:19 by W3 Total Cache –>
While not-logged this:
<!– Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/Object Caching 1891/1916 objects using disk
Page Caching using disk: enhanced
Page cache debug info:
Engine: disk: enhanced
Cache key: xxx/w3tc_rewrite_test/_index.html
Creation Time: 1487257755.000s
Header info:
Set-Cookie: cbc_country_name=Brazil; expires=Fri, 17-Feb-2017 15:09:11 GMT; Max-Age=86400; path=/; domain=xxxx
Set-Cookie: cbc_country_code=br; expires=Fri, 17-Feb-2017 15:09:11 GMT; Max-Age=86400; path=/; domain=esites.pro
Set-Cookie: PHPSESSID=7622c3f0daf0f810df94b5837f1ee656; path=/
Content-Type: text/html; charset=UTF-8
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Cache-Control: no-cache, must-revalidate, max-age=0
Link: <http://xxxx/wp-json/>; rel=”https://api.w.org/”
Database Caching 6/33 queries in 0.262 seconds using diskServed from: xxxx @ 2017-02-16 15:09:15 by W3 Total Cache –>
What was supposed to show up? Is the warn just about speed? It looked like an error warning, telling me something on my .htaccess was not right and because of that the plugin would not work as it should, right? Any thoughts? Thank you a lot!!!
Forum: Plugins
In reply to: [W3 Total Cache] Cache is not workingThats the technical info which appears on general settings page:
.htaccess file contains rules to rewrite url http://xxxxx/w3tc_rewrite_test into http://xxxx/?w3tc_rewrite_test which, if handled by plugin, return “OK” message.
The plugin made a request to http://exxxxxx/w3tc_rewrite_test but received:
cURL error 28: Operation timed out after 2001 milliseconds with 0 bytes received
instead of “OK” response.Thank you!
Forum: Plugins
In reply to: [W3 Total Cache] Cache is not workingI have taken a look into the warned folder and it is alright comparing to the install instructions. But on the general settings page the warning is still showing up. Is it a bug or not? Thank you a lot and congrats for the amazing plugin!!! 😉
Forum: Plugins
In reply to: [W3 Total Cache] Cache is not workingMaybe thats because I forgot to look this one:
home/xxxx/public_html/wp-content/cache/page_enhanced/xxxx/.htacces
As soon I check it up I ll let u know. Or do you think it could be something else? Thank you!Forum: Plugins
In reply to: [W3 Total Cache] Cache is not workingThats the error warning which appears to me, although debug message enabled for page cache showing up on the source code says its alright:
W3 Total Cache error: It appears Page Cache URL rewriting is not working. Please verify that the server configuration allows .htaccess
Unfortunately disk enhanced page caching will not function without custom rewrite rules. Please ask your server administrator for assistance. Also refer to the install page for the rules for your server.Forum: Plugins
In reply to: [EWWW Image Optimizer] How is ewww Image Optimizer wpms integration?An I just noticed that also there is no report about total saved after bulk optimization. Is that really the case or am I missing the place to check that up? Thank you!
Forum: Plugins
In reply to: [EWWW Image Optimizer] How is ewww Image Optimizer wpms integration?That would be great man. Another thing you could implement on your plugin in order to free up the user of Imsanity and https://wordpress.org/plugins/optimize-images-resizing/ would be the possibility to set resize for post/page uploader, media library and anywhere else, just like Imsanity does. And a feature to look for useless images like “Optimize Images Resizing” does.
I just sent you a very extensive plugins test report through you FB page in order to help you up with more information about almost anything you want about WordPress plugins and themes. Im probably the biggest WordPress plugins tester ever existed lol. I hope it helps you up about new features for your plugin and others! 😉