Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0007242 | Openbravo ERP | A. Platform | public | 2009-01-29 18:17 | 2011-09-21 23:19 | |||||||
Reporter | shuehner | |||||||||||
Assigned To | shuehner | |||||||||||
Priority | normal | Severity | major | Reproducibility | have not tried | |||||||
Status | closed | Resolution | out of date | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | pi | |||||||||||
Target Version | Fixed in Version | 3.0MP0 | ||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | No | |||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0007242: Optimize DataGrid fetch logic to use one bigger request instead of two distinct small request | |||||||||||
Description | The current datagrid does request two, non-overlapping ranges of the data. Using a single bigger fetch request could/will lead to improved performance. | |||||||||||
Steps To Reproduce | Go to the Business Partner selector Resize the window that only two lines are shown Position the marker/cursor on the first line Open a Firebug or a similar tool to log the requests sent to the server Press the "end" key on the keyboard do directly go to the last line - See that two requests and sent to the Server. - Check the post parameter for the two requests - See the the offset,page_size of the requests specify two non-overlapping regions around the currently selected (target) line. | |||||||||||
Proposed Solution | Optimize the code in the datagrid.js file to issue one combined fetch request which does request on region containing both needed ranges. | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2009-01-29 18:17 | shuehner | New Issue | ||||||||||
2009-01-29 18:17 | shuehner | Assigned To | => shuehner | |||||||||
2009-01-29 18:17 | shuehner | sf_bug_id | 0 => 2546023 | |||||||||
2009-01-29 18:17 | shuehner | OBNetwork customer | => No | |||||||||
2009-01-29 18:17 | shuehner | Regression testing | => No | |||||||||
2009-01-29 18:18 | shuehner | Status | new => acknowledged | |||||||||
2009-01-29 18:18 | shuehner | Relationship added | related to 0005365 | |||||||||
2011-09-21 23:19 | shuehner | Status | acknowledged => scheduled | |||||||||
2011-09-21 23:19 | shuehner | Note Added: 0041221 | ||||||||||
2011-09-21 23:19 | shuehner | Status | scheduled => closed | |||||||||
2011-09-21 23:19 | shuehner | Resolution | open => out of date | |||||||||
2011-09-21 23:19 | shuehner | Fixed in Version | => 3.0MP0 |
Notes | |||||
|
|||||
|
|