erik4github / magento2-product-identity-reducer

A quick fix for issues with large product identities in Magento 2 headers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Product Identity Reducer

A quick fix for issues with large product identities in headers, specifically caused by the product_identities_extender plugin.

Are you running Magento 2.3.x on Apache + PHPFPM?

Does your catalog search return a 500 error during the catalog search, and the error logs look something like [proxy_fcgi:error] [pid___] (22)Invalid argument: [client ip] AH01075: Error dispatching request to : , referer: yoursite.com/catalogsearch ? It's probably because you have products with tons of configurable variations and Magento combines all of these into one massive header.

Note: This is just a quick fix I made for local development issues, run in production at your own risk.

References

About

A quick fix for issues with large product identities in Magento 2 headers


Languages

Language:PHP 100.0%