View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005379 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2013-08-30 09:49 | 2015-12-01 10:48 |
Reporter | arvydas_vapsva | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 4.7.6 / 5.0.6 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005379: oxArticleList and select * from does not employ lazy loading | ||||
Description | In oxArticleList there are places in source code, where all fields are selected from oxarticles table, e.g. "select * from.." or "select $sArticleTable.* from...". This should be optimized to e.g.: "select ".$this->getBaseObject()->getSelectFields()." from ..." | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | All | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||