Search found 5 matches

by Doku
06 Sep 2024, 08:08
Forum: Help
Topic: Importing product images takes too long.
Replies: 5
Views: 8474

Re: Importing product images takes too long.

I started the Import via the TYPO3 Scheduler. But executed it manually, could this cause my script to depend on the execution time? Because after setting it to a higher value, my execution worked. What is the recommended TYPO3 way of starting an import? Should I run the Symfony command (JobsCommand)...
by Doku
04 Sep 2024, 15:33
Forum: Help
Topic: Importing product images takes too long.
Replies: 5
Views: 8474

Re: Importing product images takes too long.

Thanks for the reply! After looking at some measurements. I noticed my PHP maximum execution time was set to 30s :? :D I roughly get two products per second now. Do I have to increase the "maximum execution time" to the time the import takes, even if that would mean raising it to multiple ...
by Doku
04 Sep 2024, 08:23
Forum: Help
Topic: Importing product images takes too long.
Replies: 5
Views: 8474

Importing product images takes too long.

I need to import product images to my Aimeos shop. I have about 50,000 products inside my Shop, each product should have one of two pictures. I'm using Aimeos 22.10 inside TYPO3 11.5. I'm importing through the default csv product import with custom mappings (see below). Linux: Ubuntu 22.04.4 LTS PHP...
by Doku
04 Oct 2023, 08:37
Forum: TYPO3 extension
Topic: Aimeos filtering attributes and categories
Replies: 3
Views: 24396

Re: Aimeos filtering attributes and categories

This should work because of: - https://github.com/aimeos/ai-client-html/blob/master/templates/client/html/catalog/filter/tree-body.php#L64-L72 - https://github.com/aimeos/ai-client-html/blob/master/src/Client/Html/Catalog/Lists/Standard.php#L269 Can you check if the f_catid value is used in the cat...
by Doku
27 Sep 2023, 08:04
Forum: TYPO3 extension
Topic: Aimeos filtering attributes and categories
Replies: 3
Views: 24396

Aimeos filtering attributes and categories

We are using: - TYPO3 v11 - aimeos dist 22.10.1 - aimeos 22.10.9 We have built multiple shop with aimeos in typo3 (fairly standard), the only catch is a relative large amount of products and attributes (~15,000 products, ~ 10,000 attributes | >50,000 products, ~ 50,000 attributes). To filter the pro...