Python Forum
An architecture choice to build reports on top of Django
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
An architecture choice to build reports on top of Django
#5
Reading the table or part of it in to memory is one way to short the response time.

But first of, are you sure that the queries are causing the problem. Try it locally. Do a bunch of queries locally in the terminal and see how is doing. A short bash script should to it good enough. Time it. A bad Django code may slow down the response time too. Try a different template engine. Try to optimize the code of the current one.
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply


Messages In This Thread
RE: An architecture choice to build reports on top of Django - by wavic - Nov-17-2016, 02:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python crawler reports errors for some Chinese characters yliu315 0 951 Sep-11-2022, 06:17 PM
Last Post: yliu315
  Django: How to automatically substitute a variable in the admin page at Django 1.11? m0ntecr1st0 3 3,306 Jun-30-2019, 12:21 AM
Last Post: scidam

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020