View Issue Details

IDProjectCategoryView StatusLast Update
0000888OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-12-07 13:59
Reporterrimvydas_paskevicius Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.1 revision 18442 
Fixed in Version4.1.2 revision 18998 
Summary0000888: Loading corsseling ajax list in admin takes a lot of time
DescriptionIn the admin user selects article->crossselling:
the time for loading this page is too long so that the server exeeds a scipt
break.
Also if list apears, scollbar is not displayed if artiles count exeeds the limit.
TagsAJAX
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

rimvydas_paskevicius

2009-05-13 13:08

reporter   ~0000916

The problem with slow loading crossselling in admin is realted with DB
table oxobject2article. Adding additional index to field "oxobjectid"
will significally reduces query time when loading ajax lists.

Also there are problem with reporting correct articles amount to ajax list, so count query was updated.