Are there any live SCA sites with an open catalog ...
# suitecommerce
k
Are there any live SCA sites with an open catalog and a lot of big matrix items? We have a customer that is wondering if the performance impact is abnormal.
k
If there are a lot of child items performance can be affected.
k
That loads pretty well considering there are 600+ children!
p
Loaded great. Add to cart took 11 secs though 🙂
k
oof
p
that's most likely because the LiveOrder response returns line->item->matrix_parent->all matrix_childs
so the cart has half a megabyte of a response for one line. (12kb over network gzipped... but still, look at that response size.. not good for a cart)
(this arch flaw is a pet peeve of mine)
k
YES, I removed the child matrix item details from the order field set to avoid that craziness already.
Thanks for the example!
p
Unfortunately i believe if you remove matrixchild_details from the order fieldset and nothing more, something in myaccount (can't put my head on exactly what, i thing either wishlist, or reorder? ) breaks for these items. This can be fixed by code, by making a clone of the order fieldset. So you customize to have one for cart (that should work fast no matter what) and another slower fieldset for secondary use cases.