Those are queries made by your app to the database within the same request that serves the toolbar. This looks like a registration page because of INSERT in auth_user. It does make a lot of select. you may want to simplify your code and use caching, else this page is going to be very slow.
I do not understand your last question. On Monday, 14 October 2019 23:52:06 UTC-7, Константин Комков wrote: > What I see on picture? What is that queries? > Are there way to put toolbar buttons in string? > > Thank you. > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/afae6822-16ce-4ed0-b858-ef1634f3deee%40googlegroups.com.

