I've been trying to think of ways to speed up the app I'm working on.
The current bottleneck is in the database queries, sometimes they can take up to 30 seconds. The data is mostly static, it's updated once per day.
Making users wait this long sucks. :(
So I'm thinking perhaps a combination of shading and de-normalisation could really help out.
I've been trying to think of ways to speed up the app I'm working on. The current bottleneck is in the database queries, sometimes they can take up to 30 seconds. The data is mostly static, it's updated once per day.
Making users wait this long sucks. :(
So I'm thinking perhaps a combination of shading and de-normalisation could really help out.