blindpet
Forum Replies Created
-
Hi @boaz
1. Are you sure? Before I did what Lyle suggested I had these requests, all from Elementor

After I set everything to default, I still get requests that look just like those but fewer, the ones from the theme are at the top and do not have these random hashes so they seem to be from Elementor.
https://tools.pingdom.com/#!/KtFIx/https://wp-bullet.com/
https://tools.pingdom.com/#!/KtFIx/https://wp-bullet.com/

2. I think Frank from Autoptimize added that function so page builders could implement it, I will check with him and get back to you
- This reply was modified 9 years, 6 months ago by blindpet. Reason: added imgur links to zoom
Hi @boaz
The URL where you can see it is WP Bullet. I control the server completely and Varnish cache has been restarted so the entire cache has been emptied multiple times.
5. Thanks for this, will Elementor have this snippet or similar activated with a checkbox in the future? It would be nice to be able to test minified files while logged in without having to disable Autoptimize entirely while logged in so Elementor works 🙂
add_filter('autoptimize_filter_noptimize','pagebuilder_noptimize',10,0); function pagebuilder_noptimize() { if (is_user_logged_in()) { return true; } else { return false; } }Hi @boaz
1. I have been through all the elements, they are all set to default. Maybe there is something I am missing or perhaps I have stumbled upon a bug.
2 & 3 – glad to hear it
4 – thank you, this will be pretty important
5. The experience I got was pretty much what I outlined, when Autoptimize is activated and minifying html, css and JS, Elementor fails to load sometimes and will freeze on Saving.
Thanks ArielK, I did noindex it as well. I am just curious what the use case is for this and why it isn’t disabled by default and noindexed?
Excellent, that has worked a treat. I am not sure the purpose of this sitemap, won’t the library pretty much always cause duplicate content that Google won’t like since the templates in the library are very likely to be pages or posts?
Is there some use case for it that I am overlooking?
Thanks for that @learnwpbasics , it did reduce the number of font requests, however it is still asking for Raleway twice and Roboto once even though the theme already loads them.
Thanks @learnwpbasics I look forward to their reply to them as well, will test out your proposed fix and report back
Forum: Plugins
In reply to: [EWWW Image Optimizer] Use jpegoptim as an option?I understand it is best not to have a flat quality setting. I tell people to manually compress JPG files so they can get the best quality/size ratio.
The maximum dimensions workaround is a good one but what if I have multiple sizes that I usually use?
Any chance of integrating mozjpeg for self-hosters?
Looking for any way to set a max quality setting as an advanced option so EWWW will losslessly compress JPG files
Forum: Plugins
In reply to: [EWWW Image Optimizer] Use jpegoptim as an option?I did some tests today, my hope was that we could set the option JPG quality level: and then for self-hosters jpegoptim could be used to compress to that level. In my tests it was less than a second to execute
jpegoptim --max=85 perrys-lookdown-print.jpg perrys-lookdown-print.jpg 1772x1181 24bit N Exiff IPTC ICC JFIF [OK] 2924929 --> 677717 bytes (76.83%), optimized.Your steps are exactly what I did that resolved the issue so it must’ve been an incompatibility with the 1.2.0 version and svg support.
Increasing RAM isn’t happening 😉
Screenshot would just be a white screen of death, I had to turn to nginx logs to get the PHP errors above. I suspect it is a transients caching issue with Memcached, just do not know if it is this plugin or svg support.
Do you happen to make use of transients that would affect object cache with memcached? I am using this plugin
Turns out after disabling the svg support plugin logs are showing from Algolia
PHP message: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 79528624 bytes) in /var/www/guides.wp-bullet.com/wp-content/plugins/svg-support/functions/thumbnail-display.php on line 23Posted the issue on their support forum
Forum: Plugins
In reply to: [SVG Support] Fatal errorsAdded post so I can follow
Much appreciated, I am getting a 500 internal server error when going to check logs now on a Digital Ocean VPS with nginx and PHP7
PHP message: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 79532032 bytes) in Unknown on line 0" while reading response header from upstream, client: IP, server: guides.wp-bullet.com, request: "GET /wp-admin/admin.php?page=algolia-logs HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.0-fpm.sock:", host: "guides.wp-bullet.com", referrer: "https://guides.wp-bullet.com/wp-admin/admin.php?page=algolia-account-settings"