User tests: Successful: Unsuccessful:
The $this->totalQueries
was not getting initialized in the case of non-admin pages. So, I manually initialized that just before it gets included in the code. Issue #5997
Labels |
Added:
?
|
Easy | No | ⇒ | Yes |
Category | ⇒ | Plugins |
@test success! Thanks @prasoon2211 one more tester
@zero-24 @prasoon2211 How to test this? When I enable the debug system and look at the query count in the frontend it tells me there are 44/45 queries. That is without this patch.
I just retested with staging as well and still get 0 queries
@test after applying the patch the debug plugin now shows the number of queries in the frontend and the admin
@test before there the number of queries is not shown, after apply the patch it is.
@brianteeman Yes I checked frontend. Not sure what happened but now I was able to reproduce the issue. Yesterday I even did a clean install before testing it again. All good now.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-02-08 14:03:47 |
@zero-24 Should work now :)