I understand that massive exports are somewhat a BBT niche, and the caching I do helps, but it seems like itemToExportFormat shows n^2 time complexity for attachments. I have timed how long itemToExportFormat takes, and for item-only libraries, the time to serialize stays pretty much around 0ms; I understand that serializing item + its attachments will take longer, but I had not expected the time-per-item+attachments to steadily rise. Graphs at https://github.com/retorquere/zotero-better-bibtex/issues/1389#issuecomment-580084253 . The singular peaks are not the problem, but the trend is.