Post #1459063
2026-03-12 14:11 UTC
@Cykelero I liked your post! Is the part that makes the fake picker slow on scroll rasterizing all the images that are all identically sized? What about sizing only the text?
Replies (1)
-
@Cykelero@mas.to 2026-03-12 15:07
@jasongregori Ohh, looks like that’s the case, yes. I just did a bunch of tests, and while the image makes things slower in the first place, it’s the Rasterize modifier that accounts for the bulk of the slowdown to the FakePicker measurement. Thank you for the insight! I wonder why this is different from the real Picker, then. That one seems slow with *and* without the Circle/Rasterize views; no difference.