View Issue Details

IDProjectCategoryView StatusLast Update
0002820OXID eShop (all versions)4.05. Performancepublic2012-12-10 13:29
Reportertjungcl Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.0 revision 34568 
Fixed in Version4.5.3 revision 39087 
Summary0002820: articles loaded for seo-url-getting should skip assign as far as possible
Descriptionin 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)
TagsPerformance
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

birute_meilutyte

2011-05-05 12:04

reporter   ~0004464

@developers: check from source code side if such issue exist

arvydas_vapsva

2011-09-26 13:36

reporter   ~0005264

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()..