Reduce page load time for Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Reduce page load time for Python

How come Python takes so long to load and Web loads in half a second?

14th Dec 2016, 3:30 PM
Caleb Jore
Caleb Jore - avatar
1 Answer
+ 1
This is incredibly dependent on a ton of factors. If the server that is serving the page is under load. Is there caching for static assets, is the server being reached through a slow connection, is there a database involved and how well is it being used, are third party services involved, etc. Python web apps are only slow if you don't take the correct approach and steps. YouTube is written in Python and it is certainly fast
17th Dec 2016, 6:39 PM
James Durand
James Durand - avatar