Hello,
So after using the latest version 4.4.2 SP 1 we have stumbled across many bugs where we will inform you guys about right now.
1. Whenever products are in multiple categories page load gets affected by 4+ seconds of wait time.
Imagine this: I have a product that needs to show in the main category and a sub category of the main category. So the tree would look something like this:
Bicycle trailers --> Bicycle trailer 1
Subcategory bicycle trailers --> bicycle trailer 1
But somehow cscart cannot handle these request which can show HUGE, but with that I mean absolutely HUGE performance drops. It causes a page to load from just 1 second, all the way up to 6 seconds. --> the only thing affected here is the waiting time (TTFB), the actual page loading speed when the complete page is downloaded stays the same.
2. API performance is still very poor. http://forum.cs-cart...pi-performance/--> as discussed here
3. CSS code is not minimized. Please do this, its almost as easy as removing spaces (which can save in some cases over ~100 kb.
Planned for cs-cart 5.x
4. Redis is not performing well, whenever you have multiple cscart versions running on a server the cache files on redis will interfere and cause horrible issues (like links and carts showing other products, links redirecting you to the other store, and so on).
It is said that this can be fixed by defining the store_prefix in the config.local.php file. Thought THIS DOESNT SOLVE THE ISSUE. CUSTOMERS STILL CANT DO CERTAIN THINGS!
Please let me know how you guys solved these issues as they are VERY important to me
@oleg.gorshkov
Edited by poppedweb, 26 January 2017 - 07:52 PM.