Slow product detail with 400 variants

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
aimeos
Administrator
Posts: 7889
Joined: 01 Jan 1970, 00:00

Re: Slow product detail with 400 variants

Post by aimeos » 01 Aug 2018, 10:06

Maybe we should split this into several requests to avoid exceeding the URI character limit of the web server (8190 for Apache). What do you think?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
aimeos
Administrator
Posts: 7889
Joined: 01 Jan 1970, 00:00

Re: Slow product detail with 400 variants

Post by aimeos » 01 Aug 2018, 13:28

Fetching stock levels will now be split up into several requests. The amount of stock levels per request is 100 and configurable if it is still too long or to send fewer requests if the product codes are short:
https://github.com/aimeos/ai-client-htm ... af8a4c0b4d
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

michal.fehér
Posts: 44
Joined: 05 Feb 2018, 09:57

Re: Slow product detail with 400 variants

Post by michal.fehér » 02 Aug 2018, 12:03

Perfect, thank you!

Post Reply