You are viewing a single comment's thread from:
RE: 0000000000001001 - Steemit Interface PoC - Black & White / Yin & Yang
👍🏼 Only for the trusted members 🙂
I wanted to ask you about your club5050 chart - how hard would it be to create a separate page which takes a username, starttimestamp and endtimestamp in a query string and returned the chart image. So I can embed it in a report.
E.g. <img src="starlordsclub5050magic.html?username=cheatingbastard&starttime=1643673601&endtime=1646092799" (imagine the close parenthesis here - I couldn't add them for obvious reasons!)
When the response is an image, the payload size increases, and the extra load is put on the server. What I would suggest instead would be to call an API(I've currently not made this open yet) that would return you the data. You could then render a chart on the client-side instead. That takes out a ton of load.
That would work 👍🏼