Friday, December 22, 2017

Re: Calculate Response Time

you can use an extension like https://chrome.google.com/webstore/detail/page-load-time/fploionmjgeclbkemipmkogoaohcdbig?hl=en to see how long a page takes to load

you can also use https://github.com/django-silk/silk to see the time queries take to execute

but the biggest factor will be using your browser dev tools network tab to see the actual request/response time for all your resources.

On Friday, December 22, 2017 at 10:09:20 AM UTC-5, liewsw28 wrote:
Hi, 

I wonder how to calculate a response time for an entire Django project from where the user input the search criteria until the information are loaded and displayed onto the page. Please advise.

Thanks.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/81344595-f2a2-4025-84f0-9d223f8d5743%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment