View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002441 | OXID eShop (all versions) | 1.06. Search, Tags | public | 2011-01-24 22:27 | 2012-12-07 14:42 |
Reporter | manuel | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.4.5 revision 31315 | ||||
Fixed in Version | 4.5.1 revision 38045 | ||||
Summary | 0002441: TagCloud is loaded even if not used | ||||
Description | e.g. in details view. the render-method loads all tags even if you don't need them. it would be better to have the possibility to switch them off in performance area in the backend. | ||||
Tags | Tags | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
Actualy this is caused by "old style rendering" for old templates (which are now deprecated). Meaning - aView is generated on the render function. It should be rendered only on the getter. If the getter is removed from the templates, no tag cloud is generated and no performance lost. |
|
since version 4.5 tags are fetched only by getters |
|
added config parameter in admin "Master Settings > Core Settings > Settings > Shop frontend" to enable/disable tags. By default tags are ON |