edemir206
Forum Replies Created
-
Solved, solution:
add_filter('elementor/editor/init', function() { $el_hide_wp_widgets = get_option('elementor_experiment-e_hidden_wordpress_widgets'); if(!$el_hide_wp_widgets || $el_hide_wp_widgets == "default") update_option('elementor_experiment-e_hidden_wordpress_widgets','inactive'); });
- This reply was modified 2 years, 9 months ago by edemir206.
it’s not about custom code, it’s about a new feature, which was not present in previous versions and that now is “ENABLED” by default!
you need to support a way to disable that via hook or simple code.
The issue is not resolved,
1) I fully removed old Wordfence version from website 7.4
2) Installed new version 7.5
3) Website Get unresposive.
I’m seriously considering stop using your plugin.
Hello,
I can’t uninstall now because we have a lot of rules in “Wordfence > Firewall > All Firewall Options > Whitelisted URLs” because we use multisite subfolder with nested urls and we have to replicate a lot of these rules below, example:
url: example.com/site1/wp-admin/admin-ajax.php Param: request.body[actions]
url: example.com/site1/sub-site-1/wp-admin/admin-ajax.php Param: request.body[actions]Before we uninstall wordfence I have a question, is there a way to create a wildcard url rule ? That requirement is very important for us because wordfence blocks when someone tries to insert an iframe into any site se we have to add a new rules for each site.
Hello,
Just sent the email with the username as you mentioned, the only problem is that I had to downgrade wordfence to the version 7.4.14 because if not we are not able to access the site so the logs I sent are based on this version. When upgrading the server get overloaded and cpu usage goes to 1000% and I had to downgrade wordfence manually via terminal using composer to get the site back up (we use bedrock for deployment of plugins)
I have the same problem, also opened an issue in Elementor github but no answer yet: https://github.com/elementor/elementor/issues/13789
It is a huge problem which is affecting many of our hosted sites.
I don’t want to change WordPress core to fix this.
Hello,
I’m facing the exact same issue, if I delete rules.php it is created with 0kb. If I click on manually refresh rules it gives me the error Rule Update Failed.
I can’t ping your NOC servers too.
Forum: Plugins
In reply to: [EWWW Image Optimizer] No more savings report?Thank you very much for the work you have done, just updated the plugin and the stats are back to work. Good job!
Forum: Plugins
In reply to: [EWWW Image Optimizer] No more savings report?Here are the results,
savings query took 2.6097350120544 seconds
Well the network I manage got 1.9TB saved, that’s a lot of data.
I noticed that there’s no cache for this query (I use redis). Maybe you could do a cache or run it through wp-cron per “blog” basis, every like 24 hours ?
- This reply was modified 4 years, 6 months ago by edemir206.
Forum: Plugins
In reply to: [Proxy Cache Purge] Conflict with redis cache pluginI’ve been testing here.
1) db version is the same as in “version.php” file which is 48748
2) Not running any upgrade process every minute, but I have a plugin called stream which I use for monitor network actions such as deletions and posts edits, I found that when “proxy cache purge” was active the plugin “stream” was recording a lot of these records: “Stream Database Version” setting was updated: https://i.imgur.com/hA6sYnI.png
3) Not running flush from admin menu
Made a search in my project and these are the plugins that are calling wp_cache_flush: https://i.imgur.com/n6bLK7k.png
Also tested updating a post in my dev env and flushdb isn’t called.
Forum: Plugins
In reply to: [EWWW Image Optimizer] No more savings report?We have network today with 464 active websites, with 68952 posts, 11886 pages and + 15k custom post types. With more than 20k daily users.
I didn’t notice any problem yet with the “settings page” being slow or something. We use redis cache and varnish for better performance.
I can help test this.
- This reply was modified 4 years, 7 months ago by edemir206.
Forum: Plugins
In reply to: [Redis Object Cache] Flushdb being called every minuteOk found.
I had the plugin Proxy Cache Purge https://br.www.ads-software.com/plugins/varnish-http-purge activated and it was calling
wp_cache_flush()
Thanks for the help.
- This reply was modified 4 years, 7 months ago by edemir206.
Forum: Plugins
In reply to: [Redis Object Cache] Metrics emptyThank you very much for the fix. Great job.
Forum: Plugins
In reply to: [Redis Object Cache] Metrics emptyPasted here: https://pastebin.com/a2KAqpP3
Forum: Plugins
In reply to: [Redis Object Cache] Metrics emptyForget about translation, it’s working on my dev env with PT_BR translation now.
No javascript errors, that really weird problem.