extendTraces() with webgl

I was trying to plot a simple live data streaming graph. I used extendtraces. I was wondering if i can use the gpu to render the graph,leaving the cpu free for other processes( using scattergl) .

I will be plotting new data every millisecond for around 2 days. Is there