We are noticing an issue with the use of PerformanceMeter in ZK 3.0.5.
When changing from one page to another one requestCompleteAtClient() is not called.
The information about what requests are processed are queued in the client (and piggy back when another AU request is sent back). Unfortunately, all info are lost when the browser switches to another URL.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=91099
Originator: YES
More info:
The information about what requests are processed are queued in the client (and piggy back when another AU request is sent back). Unfortunately, all info are lost when the browser switches to another URL.
Logged In: YES
user_id=91099
Originator: YES
Fixed since 7/17
--
The info will be sent back when window.onunload is called.