• I like the plugin and it has a great design as well.

    It doesn’t seem to be logging all queries though.
    I didn’t digg into it yet to see what it does and doesn’t log.

    As a quick suspicion it doesn’t seem to be logging $wpml -> query() queries, am I right? It only logs familiar WordPress queries?

Viewing 1 replies (of 1 total)
  • It uses the logging that’s built into WordPress (SAVEQUERIES), which means it’s saving all queries performed using the $wpdb global. If you create your own instance of the wpdb class, it won’t see those because it’s pulling from $wpdb->queries.

Viewing 1 replies (of 1 total)
  • The topic ‘Not bad, needs work though’ is closed to new replies.