On Monday, June 26, 2017 at 11:59:22 AM UTC-4, Richard wrote:
>
> I notice web2py is reported latency... What is causing this latency, js 
> not minify?? Ca we improve it?
>

Latency is just roughly the inverse of the total requests served (i.e., 
lower latency means more requests served). In this case, no JS is served -- 
it's just a single HTML page. The latency is due to (a) the time it takes 
to execute the DB query, an (b) the time it takes for the framework code to 
run and produced the output. We can only improve it by making the framework 
code faster.

Anthony

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to