Return
Main page
Update
PDF
Online help
Desktop
Choice of period :
Day
Week
Month
Year
All
Customized
From
to
(m/d/yy)
Request
Hits by parent request
Mean time (ms)
Max time (ms)
Standard deviation
Mean cpu time (ms)
Mean allocated Kb
% of system error
Mean hits sql
Mean time sql (ms)
DownloadService.retornarTodasSolicitacoesDeDownload
210
407
225
11
2,148
0.00
1
196
select
dsb.*
from
document_batch_request dsb
where
dsb.cnpj = ? and date(dsb.created_at + interval '1 month') >= current_date
order by
dsb.created_at desc limit ?
1.00
165
329
185
0.00
select
count(dsb.*)
from
document_batch_request dsb
where
dsb.cnpj = ? and date(dsb.created_at + interval '1 month') >= current_date
0.75
41
61
31
0.00
Find usages