Backend curiose overview
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Backend curiose overview
Hi Aimeos-Team,
we have a curiose overview in our production system now:
Orders are created before the Oct. 19.
In the protocol long queries are logged with > 1s:
Aimeos 2023.10.7
Typo3 12.4.20
we have a curiose overview in our production system now:
Orders are created before the Oct. 19.

Seems there is a a performance issue in our mysql-server or some indexes are not used?Time: 1014.7659778595ms
Class: Aimeos\MShop\Order\Manager\Standard
SELECT "order.chour", count("val") AS "value"
FROM ...
Time: 1369.9569702148ms
Class: Aimeos\MShop\Order\Manager\Standard
SELECT
mord."id" AS "order.id", mord."channel" AS "order.channel",
mord."siteid" AS "order.siteid", mord."invoiceno" AS "order.invoiceno", ...
Time: 1056.0281276703ms
Class: Aimeos\MShop\Order\Manager\Standard
SELECT "order.currencyid", "order.cwday", sum("val") AS "value"
FROM (
SELECT mord."currencyid" AS "order.currencyid", mord."cwday" AS ...
Aimeos 2023.10.7
Typo3 12.4.20
Thanks a lot!
Re: Backend curiose overview
Seems like you have a very high number of orders within one week and the counting stops at 10,000 records for performance reasons. Can you check which indexes would speed up the queries?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
