#GWGThis would apply to islandinthenet as well. But if you put feed into the Link Relationship box in the WordPress Menu customizer, that does it
#GWGjackjamieson: Would you be setting the follow option to true in the parse function?
#jackjamiesonGWG: I think so, seems like that would be useful. If it slows down the response I might leave it disabled when previewing feeds (since the use is actually waiting for the response) but add it when actually aggregating. Will need to think on that a bit
#jackjamiesonNice, I'm checking that out now - looks handy
#jackjamiesonActually I've been neglecting my actual website lately because I've just been working on Yarns instead
tbbrown joined the channel
#jackjamiesonGWG: I just tested parsing your site with follow = true vs. false. Took 9 seconds when true, 2 seconds when false. So I will leave it false for previews
#jackjamiesonIt might be possible to speed up, since I think it's fetching and parsing an author h-card for every post. In the case of a single-author site, this is redundant
jackjamieson joined the channel
#GWGjackjamieson, I intend to optimize more over time
#GWGRight now I know it fetches a lot more than needed
#jackjamiesonGWG: Sounds good, I'll keep timing some operations as we iterate
#GWGI thought getting it working well was first before optimization