chickenrun
Forum Replies Created
-
Hi, just *bumping* this 🙂
Forum: Plugins
In reply to: [WP Super Cache] Delete cache via FTPAwesome, thank you 🙂
Great plugin BTW!
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Not working in special galleriesHi Phil,
I have a similar problem, on what did you set the chmod values, and what are the correct values?thanks 🙂
Best
Forum: Plugins
In reply to: [WooCommerce] Archive products via attributes URL not workingHi Dario, can you please write how did you solve the issue?
thanks 🙂
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] About issues with huge Media LibraryThank you!
I’m goint to try it too, and see if it works 🙂Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Error on databaseHi Jordy, I’ve added the +1 🙂
Thank you!
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Error on databaseHi Jordy,
I’ve noticed that the requests to admin-ajax.php made by media cleaner hang for 4.5 minutes and then the server times out (other requests to admin-ajax.php are actually working)So I guess it’s not working… any idea on how to fix it?
Thanks!
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Error on databaseHi Jordy, sorry for the delay but I miss the email notification of your response.
I deleted the plugin and reinstalled it and now I’m the db error is gone.I still have few questions:
1) I have 18K media, how long is it going to take to scan them all?
2) Do I have to keep my browser tab open while it’s scanning?
3) I’m not seeing any indication that the scanner is running (like a progress bar), I just see the writing “Reading Media” (see screenshot: https://www.dropbox.com/s/z75rzrjgjz7ut4r/ScreenClip.png?dl=0) is it correct?thanks 🙂
- This reply was modified 9 years, 5 months ago by chickenrun.
Forum: Hacks
In reply to: Number of DB queries with a new WP_QueryHi Bcworkz, thanks for the clarification 🙂
As I wrote in the OP, I’m just trying to understand some basic logic of how wordpress works: I found myself with a quite large (in term of traffic) Multisite network to manage, and performance is definitely an issue 🙂
anyway, thanks again for your explanation
Forum: Hacks
In reply to: Number of DB queries with a new WP_QueryHi bcworks, thank you for our answer.
So if I’ve understood correctly, you’re saiyng that:
1) it’s normal that 1 new Wp_query adds ~7 new database queries
2) I should think about using a custom query with the $wpdb method instead of just doing a switch_to_blog() standard WP_Query…am I right?
thanks 🙂
bestForum: Plugins
In reply to: [Debug Objects] Working on WordPress 4.6.1?Hi houfton, same problem here, on various server configuration
Forum: Hacks
In reply to: PHP: Why use add_action?Hi bcworkz, thank you.. everything is clearer now 🙂
Best
Forum: Hacks
In reply to: PHP: Why use add_action?Hi Sterndata,
thanks for your patience 🙂I’ve created a gist with the wrong code (which is actually working)
https://gist.github.com/langhenet/1c8a6a0dd66705084a002ba73dfb99c7Forum: Hacks
In reply to: PHP: Why use add_action?Hi Sterndata, thank you for the explanation.
Just for the sake of understanding: the code is actually working in both ways (I’m including via an include in the functions.php), why is that?
Forum: Networking WordPress
In reply to: Switch_to_blog – is it really taxing on the frontend?Hi jkhongusc,
thank you for your answer 🙂