prmr / Creco

Recommendation System for Consumer Products
Apache License 2.0
6 stars 2 forks source link

Bug: Side-by-side refrigerator #94

Closed asutcl closed 10 years ago

asutcl commented 10 years ago

search for and select the side-by-side refrigerator category.

The application hangs once this category is selected and the user tries to select attributes.

asutcl commented 10 years ago

This is what firefox spits out for me after a while:

Script: http://localhost:8080/lib/jquery-1.9.1.js:830

enewe101 commented 10 years ago

This is due to client-side order n^2 sorting operation, which is a hack introduced to deal with the session-object hack. Note that there are many fridges, which is why the hack falls appart. It should hopefully be fixed while addressing the concurrent access problem ( #81 ) (which is a totally different problem, but has the same root).

forgues commented 10 years ago

The application doesn't hang for me, but it is very slow. This seems to be the same issue mentioned by @enewe101 where the application becomes very slow as the product list grows larger.

enewe101 commented 10 years ago

jinx!

forgues commented 10 years ago

The sorting operation you mention isn't the one in ProductRanker though, right? Why do we need a second sort after products have been ranked?

asutcl commented 10 years ago

Ok, so I guess I can close this then!

And thanks for pointing out that my computer is slower than you guys'. haha.