Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0007242 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Openbravo ERP] A. Platform | major | have not tried | 2009-01-29 18:17 | 2011-09-21 23:19 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | shuehner | |||||||
Priority | normal | Resolution | out of date | Fixed in Version | 3.0MP0 | |||
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 | pi | SCM revision | ||||||
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. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0041221) shuehner (administrator) 2011-09-21 23:19 |
With the new 3.0 major version the grid code was completely rewritten and does not have the old problem anymore of loading data in two parts. Marking as out-of-date |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |