🔍
Performance Tuning
It is possible that you have too much data, one trick you can do is to use Resolution to reduce the number of data points stored. Note, this is for Gaugeonly at this moment.
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 modified 3mo ago