Make WordPress Core

Ticket #43315: Added_time_start_to_SAVEQUERIES_data_.patch

File Added_time_start_to_SAVEQUERIES_data_.patch, 591 bytes (added by Rarst, 7 years ago)
  • wp-includes/wp-db.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    19281928                $this->num_queries++;
    19291929
    19301930                if ( defined( 'SAVEQUERIES' ) && SAVEQUERIES ) {
    1931                         $this->queries[] = array( $query, $this->timer_stop(), $this->get_caller() );
     1931                        $this->queries[] = array( $query, $this->timer_stop(), $this->get_caller(), $this->time_start );
    19321932                }
    19331933        }
    19341934