View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002820 | OXID eShop (all versions) | 4.05. Performance | public | 2011-05-03 09:18 | 2012-12-10 13:29 |
| Reporter | tjungcl | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.5.0 revision 34568 | ||||
| Fixed in Version | 4.5.3 revision 39087 | ||||
| Summary | 0002820: articles loaded for seo-url-getting should skip assign as far as possible | ||||
| Description | in the oxseoencoderarticle in some places oxarticles are loaded. you should check if skipAssign could be used for saving a lot of load time. (it seems to me, that at least in getAltUri this should be possible) | ||||
| Tags | Performance | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
|
|
@developers: check from source code side if such issue exist |
|
|
yes, good idea! FYI: in next major release we plan to refactor oxarticle so, that such things like price calculation (or so) will be done only on demand (when calling getters liek oxArticle::getPrice()) and no more unneded stuff in oxArticle::assign().. |