GraphQL
Query speed optimization (timeout)
by default, all queries have timeout if you have timeout error try to implement speedup strategy we use clickhouse with partition by gen utime, shard, workchain always use time filters gen utime gt and gen utime lt , use your business logic to find the right numbers do not run search on all ton transactions use more filters if you know that it's nft item use get method filter, for example more filter = fewer results = faster search use less columns query not all columns in database, just only needed ones or you can buy a paid grade with longer calculation time here omega 2sec (same as free) gamma 5sec beta 10sec alpha 15sec