#How to make my page load faster in django

16 messages · Page 1 of 1 (latest)

abstract temple
#

my website is being made through django and the template is being rendered. It is a single page application. We are using rendering and json requests however the website is very slow what should we do to increase the speed

gray sorrel
#

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

jovial shoal
#

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.

tiny niche
#

I'd start with the various doohickeys in the Django Debug Toolbar

abstract temple
#

Okok all things noted thanks

#

I integrated cache into settings and it sped it up

jovial shoal
abstract temple
#

Forgot about asking and just checked

jovial shoal
#

oh.. well that's a bit of a fail too. Although a classic one unfortunately.

abstract temple
#

Hehe

#

But I'll definitely check out the advice

#

Seems interesting

#

Never used the things y'all talk about

jovial shoal