Skip to content

Releases: scandipwa/catalog-graphql

Patch: performance improvement, less variants processed

27 May 10:22
Compare
Choose a tag to compare

So, in case there are some filters applied, and we know for certain that this is the category request, ensure that only single variant will be processed.

Cache identities, faster configurable products

21 May 10:06
Compare
Choose a tag to compare

Performance optimisations:

  • Decreased time of loading for GET requests by 1 second in average
  • Unified configurable product request - now all variants are loading together

Magento 2.3.5 support

18 May 15:18
5a000ba
Compare
Choose a tag to compare

Magento 2.3.5 specific changes:

  • Renamed ProductFilterInput to ProductAttributeFilterInput
  • Field qty type switched to Float on ProductStockItem

Patch: faster loading for cart and pdp

18 May 15:11
273cccf
Compare
Choose a tag to compare

This patch introduces faster loading for PDP and Cart.

Search performance

14 May 09:19
Compare
Choose a tag to compare

Applied the same logic (as described in 2.8.0 release-notes) for search. Search performance boost to 40%.

PDP performance, Fuzzy search

14 May 08:11
Compare
Choose a tag to compare

In this release the max/min and count where made loading on demand - if requested in schema. Additionally, the configurable attribute filter is now bypassed on for single-product requests. This makes loading PDP faster.

Combined enhancements above gave 40% load increase for PDP.

Additionally, the fuzziness was applied to search. Now we can search by fragments of the word.

Patch: "empty" categories are not shown in filtered navigation

12 May 12:59
4f0143f
Compare
Choose a tag to compare

The patch addresses the issue with anchor categories, which were not displayed in layered navigation, if they directly had no products.

The reason - usage of wrong table, which is not changed. The catalog_category_product_index must be used instead.

This Patch may lead to performance degradation - as per each category in layered filter it makes one additional request to MySQL. To be addressed in future releases.

Flat categories, better anchor support

05 May 06:21
4f0143f
Compare
Choose a tag to compare

Added support for flat-tables, added proper usage of index tables for GraphQL scope. Fixed anchor categories.

Configurable product add to cart bug fix

20 Apr 09:39
Compare
Choose a tag to compare

Patch of previous release.

Category and price in Layered filters

16 Apr 09:38
Compare
Choose a tag to compare

Fixed price filter and made category display in filters field.