Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0037999 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
design defect | [Openbravo ERP] A. Platform | minor | always | 2018-02-26 11:55 | 2018-11-22 09:40 | |||
Reporter | egoitz | View Status | public | |||||
Assigned To | platform | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR19Q1 | |||
Status | closed | 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 | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0037999: Performance issue opening a window with hundreds of fields distributed on different tabs. | |||||||
Description | The request to the view component that builds the window when opening a window takes long if there are hundreds (>600) of fields on different tabs. | |||||||
Steps To Reproduce | Create many new fiedls on the Sales invoice window and open the window. The execution takes arround 10 seconds. | |||||||
Proposed Solution | After fix 0038066 this issue is less severe. Moved to design defect as a important performance refactor needs to be done in order to improve view generation. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||||||||||||||||
|
Notes | |
(0102892) egoitz (developer) 2018-03-01 09:16 |
With the following index one second is reduced but it is not enough: CREATE INDEX ad_field_trl_field ON ad_field_trl USING btree (ad_field_id COLLATE pg_catalog."default"); |
(0102904) shuehner (administrator) 2018-03-01 16:41 |
Hello, pi already has this: "ad_field_trl_field_language_un" UNIQUE CONSTRAINT, btree (ad_field_id, ad_l unique constraint which has automatically and index which should work the same. Given that the new proposed index should not be needed in theory |
(0103054) egoitz (developer) 2018-03-07 12:50 |
The view is created the first time after the login but not on next times that the window is opened. after logout and login the view is created again? Could be possible to cache that on the browser or at applicatoin level? |
(0108051) alostale (manager) 2018-11-22 09:40 |
Fixed by 0039670 |
Issue History | |||
Date Modified | Username | Field | Change |
2018-02-26 11:55 | egoitz | New Issue | |
2018-02-26 11:55 | egoitz | Assigned To | => platform |
2018-02-26 11:55 | egoitz | Modules | => Core |
2018-02-26 11:55 | egoitz | Triggers an Emergency Pack | => No |
2018-03-01 09:16 | egoitz | Resolution time | => 1521068400 |
2018-03-01 09:16 | egoitz | Note Added: 0102892 | |
2018-03-01 09:16 | egoitz | Severity | minor => major |
2018-03-01 09:16 | egoitz | Proposed Solution updated | |
2018-03-01 16:41 | shuehner | Note Added: 0102904 | |
2018-03-07 12:50 | egoitz | Note Added: 0103054 | |
2018-03-07 18:09 | egoitz | Relationship added | related to 0038066 |
2018-03-09 10:40 | alostale | Relationship added | related to 0031696 |
2018-03-09 13:21 | alostale | Resolution time | 1521068400 => |
2018-03-09 13:21 | alostale | Severity | major => minor |
2018-03-09 13:21 | alostale | Status | new => acknowledged |
2018-03-09 13:21 | alostale | Type | defect => design defect |
2018-03-09 13:21 | alostale | Proposed Solution updated | |
2018-11-22 09:12 | alostale | Relationship added | related to 0039670 |
2018-11-22 09:39 | alostale | Status | acknowledged => scheduled |
2018-11-22 09:40 | alostale | Note Added: 0108051 | |
2018-11-22 09:40 | alostale | Status | scheduled => closed |
2018-11-22 09:40 | alostale | Resolution | open => fixed |
2018-11-22 09:40 | alostale | Fixed in Version | => 3.0PR19Q1 |
Copyright © 2000 - 2009 MantisBT Group |