Performance release notes: 202102.0 SEC
Edit on GitHubThis document describes the performance improvements we implemented in release 202102
. To install an improvement, migrate the provided modules to the specified versions.
spryker/comment
Improvements:
-
Added
CommentFacade::getCommentThreads()
to retrieveCommentThreadTransfer
transfers in batches. -
Added
CommentThreadQuoteExpanderPlugin
and new plugin interfaces to prefetch data.
To install this improvement, update the following module:
MODULE | VERSION |
---|---|
spryker/comment | 1.1.0 |
spryker/quote-approval
Improvements:
-
Added
QuoteApprovalFacade::getQuoteApprovals()
to retrieveQuoteApprovalTransfer
transfers in batches. -
Added
QuoteApprovalExpanderPlugin
and new plugin interfaces to prefetch data.
To install this improvement, update the following module:
MODULE | VERSION |
---|---|
spryker/quote-approval | 1.4.0 |
spryker/shared-cart
Improvements:
-
Added
SharedCartFacade:: getSharedCartDetails()
to retrieveShareDetailTransfer
transfers in batches. -
Added
ShareDetailsQuoteExpanderPlugin
and new plugin interfaces to prefetch data.
To install this improvement, update the following module:
MODULE | VERSION |
---|---|
spryker/shared-cart | 1.18.0 |
spryker/product
Improvement: United the queries used to retrieve data from ProductConcreteManager::findProductConcretesBySkus()
.
To install this improvement, update the following module:
MODULE | VERSION |
---|---|
spryker/product | 6.22.2 |
spryker/quote
Improvement: Added new plugin interfaces to prefetch data before processing single items.
To install this improvement, update the following module:
MODULE | VERSION |
---|---|
spryker/quote | 2.15.1 |
spryker/session
Improvement: Moved Session::save()
to the KernelEvents::Terminate
event.
Additional information: Improved page load speed by moving session saving to the terminate event where it does not affect the performance.
To install this improvement, update the following module:
MODULE | VERSION |
---|---|
spryker/session | 4.9.2 |
spryker/shopping-list
Improvements:
-
Removed a duplicated database call to retrieve blacklisted shopping list IDs.
-
Optimized the database query for retrieving shopping lists.
-
Adjusted
ShoppingListReader
to expand data in bulk. -
Adjusted
QuoteToShoppingListConverter
to save shopping list items in bulk.
Additional information: Reduced shopping list loading time by 20%.
To install this improvement, update the following module:
MODULE | VERSION |
---|---|
spryker/shopping-list | 4.5.0 |
spryker/cart
Improvement: Fixed the N+1 query problem by adjusting Operation to add the current operation type to the incoming CartChangeTransfer
instead of creating a new CartChangeTransfer
for each item.
The N+1 query problem appears when you need to make N+1 SQL queries where N is the number of items that are queried.
To install this improvement, update the following module:
MODULE | VERSION |
---|---|
spryker/cart | 7.9.1 |
spryker/shopping-list and spryker/cart
Improvement: Fixed the N+1 query problem.
Additional information: Reduced the time of creating a shopping list from cart by 33%.
To install this improvement, update the following modules:
MODULE | VERSION |
---|---|
spryker/shopping-list | 4.5.0 |
spryker/cart | 7.9.1 |
Thank you!
For submitting the form