Content pfp
Content
@
0 reply
0 recast
0 reaction

Varun Srinivasan pfp
Varun Srinivasan
@v
If you've built a frame that returns images, do you: a) dynamically generate them b) return static images If you pick (a), would be useful to know if you're doing this out of necessity or convenience. This feedback would be very helpful for some perf optimizations we're working on.
29 replies
3 recasts
43 reactions

Devin Conley pfp
Devin Conley
@conley
a) dynamically generate images lazily when requested. This is out of necessity, there's a lot of variety and state change, so not possible to precompute content (for reference this is for a multiplayer game /tournament )
0 reply
0 recast
0 reaction