Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0035501 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
feature request | [Retail Modules] Web POS | minor | have not tried | 2017-03-13 19:51 | 2017-03-13 19:51 | |||||||
Reporter | shuehner | View Status | public | |||||||||
Assigned To | Retail | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0035501: Add Warning message to code which inside renderLine hook does either http requests or websql queries | |||||||||||
Description | Example issue 35456 is caused by using the renderLine hook to do potentially slow things like doing http requests. That renderLine hook can be called many times for each UI update and should be used for anything which could be slow. So idea is to add a WARN line in the logs whenever: - from inside any renderLine hook - either an http request is fired - or any websql query is ran So code not following this can be found more easily (i.e. by having ci tests warnings triggers) | |||||||||||
Steps To Reproduce | i.e. see 35456 issue for example | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Issue History | |||
Date Modified | Username | Field | Change |
2017-03-13 19:51 | shuehner | New Issue | |
2017-03-13 19:51 | shuehner | Assigned To | => Retail |
2017-03-13 19:51 | shuehner | Triggers an Emergency Pack | => No |
2017-03-13 19:51 | shuehner | Relationship added | related to 0035456 |
Copyright © 2000 - 2009 MantisBT Group |