#How to make my page load faster in django
16 messages · Page 1 of 1 (latest)
The first step is to measure what exactly is slow and how slow is slow?
For an overall picture I would recommend using the performance feature from Sentry
I recommend using a profiler and an SQL tracing tool. You want to first figure out if the db access is the slow part or something else.
I'd start with the various doohickeys in the Django Debug Toolbar
Ook thanks!
Okok all things noted thanks
I integrated cache into settings and it sped it up
that seems like you ignored all our advice :P
No actually I just read it 😭
Forgot about asking and just checked
oh.. well that's a bit of a fail too. Although a classic one unfortunately.
Hehe
But I'll definitely check out the advice
Seems interesting
Never used the things y'all talk about
Profilers in particular are a super power