Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0036518 | Openbravo ERP | A. Platform | public | 2017-07-20 10:17 | 2017-09-21 16:49 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR17Q4 | |
Merge Request Status | |
Review Assigned To | caristu |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0036518: useless ping to butler on every login |
Description | When logging in Openbravo, community branding url is calculated, one of its parameters is internetConnection which defines whether server has access to butler. To compute it, a ping to butler is done.
This ping can take some hundreds of milliseconds, which make every single login slower. |
Steps To Reproduce | * case 1: Login ERP and check StaticResources request takes ~400ms
* case 2: Login POS and check ApplicationFormat request takes ~350ms (in this case is even worse as this info is not used) |
Proposed Solution | Having this statics in butler does not worth the penalty in every login: so this info should just go away.
After removing this parameter times goes down:
* ERP: from ~400ms to ~80ms
* POS: from ~350ms to ~20ms |
Additional Information | |
Tags | Performance |
Relationships | related to | feature request | 0035553 | | closed | caristu | Improve scalability of the login process | related to | defect | 0036504 | | closed | alostale | remove references to Basic Edition and Trial Subscription |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-07-20 10:17 | alostale | New Issue | |
2017-07-20 10:17 | alostale | Assigned To | => platform |
2017-07-20 10:17 | alostale | Modules | => Core |
2017-07-20 10:17 | alostale | Triggers an Emergency Pack | => No |
2017-07-20 10:18 | alostale | Relationship added | related to 0035553 |
2017-07-20 10:18 | alostale | Relationship added | related to 0036504 |
2017-07-20 10:18 | alostale | Assigned To | platform => alostale |
2017-07-20 10:18 | alostale | Tag Attached: Performance | |
2017-07-20 10:18 | alostale | Review Assigned To | => caristu |
2017-07-20 10:19 | alostale | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=15531#r15531 |
2017-07-20 10:19 | alostale | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=15532#r15532 |
2017-07-20 10:26 | alostale | Proposed Solution updated | |
2017-07-20 10:27 | alostale | Proposed Solution updated | |
2017-07-20 10:33 | hgbot | Checkin | |
2017-07-20 10:33 | hgbot | Note Added: 0098144 | |
2017-07-20 10:33 | hgbot | Status | new => resolved |
2017-07-20 10:33 | hgbot | Resolution | open => fixed |
2017-07-20 10:33 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9933d754a9b9304fb6d1aef55fdb8130ce1fe2a2 [^] |
2017-07-20 10:45 | alostale | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=15533#r15533 |
2017-07-21 08:54 | caristu | Note Added: 0098172 | |
2017-07-21 08:54 | caristu | Status | resolved => closed |
2017-07-21 08:54 | caristu | Fixed in Version | => 3.0PR17Q4 |
2017-09-21 16:49 | hudsonbot | Checkin | |
2017-09-21 16:49 | hudsonbot | Note Added: 0099281 | |