=== Ursinha-afk is now known as Ursinha [13:34] wgrant: Is there any sensible way to search for code that preloads DAS? [13:34] It doesn't seem to have much in the way of unique reference attribute names [13:35] And there are 827 matches for DistroArchSeries in lib/lp [13:35] cjwatson: I doubt anything does, as there usually aren't too many referenced by a batch. [13:35] Possibly build lists. [13:36] Oh [13:36] But they'll not access processor anyway [13:36] derp [13:36] 81 files after I exclude tests etc. - maybe I can just read through those [13:36] in this case we only care about something that returns a collection of DASes through the webservice [13:37] Which is just distro_series.architectures AFAICS [13:37] Very probably. [13:38] That doesn't seem to bother preloading anything right now [13:38] Indeed [13:38] As we never have more than a few [13:39] Plain references to DAS don't matter? [13:40] (I don't know the raw representation very well) [13:40] No, they'll just be serialised as a link [13:40] That's why launchpadlib is dreadfully slow [13:40] Reference(Choice)s are serialised as links, Lists as lists of links, Collections as links to lists of representations. [13:41] So only Collections are a concern here [13:41] Right, so this should be fine but I should make sure to try fetching DS.architectures in QA [13:41] Right [13:42] thanks [14:48] cjwatson: Ah, I guess you'll need to override processor to readonly=False in the add form [14:48] hmph, right [14:49] Forgot that, sorry [14:49] will sort