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

Will Papper pfp
Will Papper
@will
I’ve done both. A only when needed (e.g. because I’m fetching realtime data) Having control over cache busting let me change the update frequency as needed. Took a bit longer to set up but was quite nice once it was running
0 reply
0 recast
1 reaction