🔍Performance Tuning

My Query speed is slow, what should I do?

My Processor backfill is too slow, what should I do?

Check if you are making too many Node RPC calls in the processor, this might cause a major slow down. One trick is to reduce the intervals from onBlockInterval and onTimeInterval.

Last updated