Openbravo Issue Tracking System - Retail Modules
View Issue Details
0025092Retail ModulesWeb POSpublic2013-11-06 10:162013-11-06 10:19
alostale 
marvintm 
normalminorN/A
newopen 
5
 
 
No
No
0025092: Logging for slow local DB transactions
Add the capability to log slow (slower than a given threshold) queries executed in local DB.

This would be helpful to detect performance issues in client side.
-
No tags attached.
? issue-25092.export (5,419) 2013-11-06 10:18
https://issues.openbravo.com/file_download.php?file_id=6491&type=bug
Issue History
2013-11-06 10:16alostaleNew Issue
2013-11-06 10:16alostaleAssigned To => marvintm
2013-11-06 10:16alostaleOBNetwork customer => No
2013-11-06 10:16alostaleTriggers an Emergency Pack => No
2013-11-06 10:16alostaleDescription Updatedbug_revision_view_page.php?rev_id=5183#r5183
2013-11-06 10:18alostaleFile Added: issue-25092.export
2013-11-06 10:19alostaleNote Added: 0062036

Notes
(0062036)
alostale   
2013-11-06 10:19   
Attached partial solution, there are some DAL methods (such as update, delete...) that are not logged because they directly invoke success/error callback functions, these calls should be wrapped to support logging.