SuiteCRM 8 - graphql

Hi, I got problem with graphql.
Requests to graphql takes between 1-8 seconds.
Same issue on apache2 and nginx.
Any ideas?

Look for posts here in the Forums recommending opcache

Same after enable opcache.

Can you check if your delay is in the database? Do you have a ton of records?

Also, the PHP performance basics: generous memory_limit, for example

I already checked database, php settings etc.
Others apps works properly on similar servers.

Database is almost empty - fresh after installation without examples records.

Btw. suitecrm was deployed on GCP and I tested it with localhost database and also GCP MySQL instance.

And does the normal app use, through the UI, work fast?

This is strange… You might also want to look for signs in any of your two logs.