|
is there any way to run query monitor and ludicrusDB at the same time? i.e. including the other db.php drop in at the bottom of your db.php drop in? |
Replies: 6 comments
|
how? root@shop1:/var/www/html/wp-content# ls -al db.php root@shop1:/var/www/html/wp-content# ls -al plugins/query-monitor/wp-content/db.php root@shop1:/var/www/html/wp-content# ls -al ../db-config.php Since putting db.php there for query monitor, I can no longer alter additional read/write nodes in db-config.php to share traffic load. do I need to include something in wp-config? |
|
@icepicknz No you need the db.php from ludicrousdb in wp-content and it should work. |
|
but then you loose all the debug part of query monitor |
I don't think you do. Can you give it a try and get back to me. |
|
In short, no. The caveat with WordPress drop-in plugins (replacement classes & functions) is that there can only be 1 replacement at a time. LudicrousDB could (and probably should) explicitly somehow have a dedicated integration for the awesome Query Monitor plugin. |
In short, no.
The caveat with WordPress drop-in plugins (replacement classes & functions) is that there can only be 1 replacement at a time.
LudicrousDB could (and probably should) explicitly somehow have a dedicated integration for the awesome Query Monitor plugin.