WP Tuner 0.9.4 comment thread
This release: fixes all bugs reported to date. It also introduces an advanced feature some might find useful:
- “Ignore Query Contents” is a small speed-related feature. If blog performance is of utmost importance, this disables all WP Tuner analysis of database queries, which normally uses up the bulk of WP Tuner’s time.
Below is the archive of comments and questions for WP Tuner version 0.9.4.
reply and
paste link
November 24th, 2008 at 5:21 pm
Seems to be working perfectly now - great job hunting down that elusive hiccup!
reply and
paste link
November 25th, 2008 at 4:39 am
any special install instructions for wpmu? does this go into the plugins folder? I guess so
reply and
paste link
November 25th, 2008 at 4:40 am
oh, and btw. if your plugin says to report to you, where do I do that?
i.e.
Message Function File Line
wpTuner Report
Please report to MrPete. WP Tuner could not match this complex (or possibly invalid) database query. (WP Tuner and your system are still working ok):
SHOW TABLES
wp-content/plugins/xml-google-maps/xmlgooglemaps.php(756): wpdb->get_col() wptunershow->Parse_Query() wp-content/plugins/wptuner/wptunershow.php 275
reply and
paste link
November 25th, 2008 at 2:50 pm
Re: ovidiu (#2), nothing special for wpmu; it just works
… and thanks for the report. The next version won’t complain about show tables. Nice plugin!
reply and
paste link
November 26th, 2008 at 4:25 am
k, here is another report but keep this info in mind: the plugin generating this si from gamerz, lesterchan.net and the issues belwo appear on the dashboard, but the plugin itsself gives this error:
Warning: extract() [function.extract]: First argument should be an array in /var/www/web6/web/wp-content/plugins/wp-serverinfo/wp-serverinfo.php on line 494
so it might not be fully compatible with wp 2.7-beta3-9889
Message Function File Line
wpTuner Report
Please report to MrPete. WP Tuner could not match this complex (or possibly invalid) database query. (WP Tuner and your system are still working ok):
SELECT VERSION() AS version
wp-content/plugins/wp-serverinfo/wp-serverinfo.php(355): wpdb->get_var() wptunershow->Parse_Query() wp-content/plugins/wptuner/wptunershow.php 275
wpTuner Report
Please report to MrPete. WP Tuner could not match this complex (or possibly invalid) database query. (WP Tuner and your system are still working ok):
SHOW VARIABLES LIKE ‘max_connections’
wp-content/plugins/wp-serverinfo/wp-serverinfo.php(410): wpdb->get_row() wptunershow->Parse_Query() wp-content/plugins/wptuner/wptunershow.php 275
wpTuner Report
Please report to MrPete. WP Tuner could not match this complex (or possibly invalid) database query. (WP Tuner and your system are still working ok):
SHOW VARIABLES LIKE ‘max_allowed_packet’
wp-content/plugins/wp-serverinfo/wp-serverinfo.php(396): wpdb->get_row() wptunershow->Parse_Query() wp-content/plugins/wptuner/wptunershow.php 275
wpTuner Report
Please report to MrPete. WP Tuner could not match this complex (or possibly invalid) database query. (WP Tuner and your system are still working ok):
SHOW TABLE STATUS
wp-content/plugins/wp-serverinfo/wp-serverinfo.php(364): wpdb->get_results() wptunershow->Parse_Query() wp-content/plugins/wptuner/wptunershow.php 275
wpTuner Report
Please report to MrPete. WP Tuner could not match this complex (or possibly invalid) database query. (WP Tuner and your system are still working ok):
SHOW TABLE STATUS
wp-content/plugins/wp-serverinfo/wp-serverinfo.php(380): wpdb->get_results() wptunershow->Parse_Query() wp-content/plugins/wptuner/wptunershow.php 275
reply and
paste link
December 2nd, 2008 at 8:06 am
Thanks, Ovidiu! That’s all been incorporated into 0.9.5, which has just now been uploaded.