I’m currently working on a pretty big project, and have been wrestling with the load times of passages for quite some time now. The load times mainly increasing because of looping through big arrays.
However, I have since then been cutting down on it, but have now run into a new problem, even when I disable those for loops.
For some odd reason, the load times on passages appears to be increasing over time. I thought that this was some memory leak caused by me, but it happens regardless of my code being commented out or not.
After going through 50 or so passages, the load time gets excruciating at around 5-6 seconds per passage load.
I’m using 2.3.5, and honestly not even really sure what it is I’m asking for here. Since the issue persists even without my code.
Any ideas?