Refactor Event.to_come to speed it up
Use 4 simple SQL requests instead of a big one Decreases complexity on SQL side by not JOINing the three inscription sources in one request. Previous function ran in 40 to 50 seconds The new one runs in ~70 milliseconds
Please register or sign in to comment