View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002678 | OXID eShop (all versions) | 4.05. Performance | public | 2011-04-01 13:26 | 2012-12-10 13:29 |
Reporter | mark | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 4.4.7 revision 33396 | ||||
Fixed in Version | 4.5.1 revision 38045 | ||||
Summary | 0002678: Empty LongDescription results in multiple SQL-selects on product detail view | ||||
Description | oxArticle::getArticleLongDesc() loads the LongDescription. While it is empty, the next time getArticleLongDesc() is called, a new SQL-select is fired. | ||||
Additional Information | To reduce SQL-selects on product detail view und increase performance please change line 2201 from if (isset($this->oxarticles__oxlongdesc) && ($this->oxarticles__oxlongdesc instanceof oxField) && $this->oxarticles__oxlongdesc->value) { to if (isset($this->oxarticles__oxlongdesc) && ($this->oxarticles__oxlongdesc instanceof oxField)) { | ||||
Tags | Performance | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||