[
https://issues.apache.org/jira/browse/OFBIZ-6150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14361366#comment-14361366
]
Pierre Smits commented on OFBIZ-6150:
-------------------------------------
In my development setup I have done some simple performance test with the
temporal expression search/find function, gave following results:
* without <set field="parameters.noConditionFind" value="Y"/> in the find
screen, rendering the result gave: total:0.407
* with <set field="parameters.noConditionFind" value="Y"/> in the find screen,
rendering the result gave: total:0.498
* without <set field="parameters.noConditionFind" value="Y"/> in the find
screen and retrieving description of tempExpressionTypeId from another entity,
rendering the result gave: total::0.442
* with <set field="parameters.noConditionFind" value="Y"/> in the find screen
and retrieving description of tempExpressionTypeId from another entity,
rendering the result gave: total::0.512
I have also performed a simple performance test with the invoice search/find
function, gave following results:
* without <set field="parameters.noConditionFind" value="Y"/> in the find
screen, rendering the result gave: total:0.378
* with <set field="parameters.noConditionFind" value="Y"/> in the find screen,
rendering the result gave: total:1.41
And this even had to retrieved descriptions of invoice type and status,
retrieve party names of the parties involved and calculate both total and
outstanding amount.
I would say the performance impact is marginal.
> Have 'Temporal Expression' Screen deliver the overview on opening screen
> ------------------------------------------------------------------------
>
> Key: OFBIZ-6150
> URL: https://issues.apache.org/jira/browse/OFBIZ-6150
> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Affects Versions: Trunk
> Reporter: Pierre Smits
> Priority: Minor
> Attachments: OFBIZ-6150-TempExprScreens-SEARCH.patch,
> tempExprForms.xml.0.patch
>
>
> Currently the Find Temporal Expressions screen doesn't show any data on
> opening the screen, which leads to a diminished UX.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)