this cause an unexplainable DB load
is this normal ?
PS:
in this documentation
http://docs.turbogears.org/1.0/RoughDocs/Optimization
"profiling" is based over profile module but this is obsolete
http://docs.python.org/lib/node794.html
i'm studying hotshot
http://docs.python.org/lib/module-hotshot.html
does anyone using hotshot for profiling a tg application ?
thank's
Glauco
--
+------------------------------------------------------------+
Glauco Uri
glauco(at)sferacarta.com
Sfera Carta Software® info(at)sferacarta.com
Via Bazzanese,69 Casalecchio di Reno(BO) - Tel. 051591054
+------------------------------------------------------------+
If identity and visit tracking are both enabled you will see one query per server request - TG queries the visit_identity table based on the cookie string to get the user's name. This is normal.
Barry