6 ms·
One word: Indexes. See what queries are taking the most time, and then add indexes to them. Can speed up your app by 1000x if there is one query that is running
by nikiscevak 18y ago
One word: Indexes. See what queries are taking the most time, and then add indexes to them. Can speed up your app by 1000x if there is one query that is running wild.