>> I did a small optimization to reduce the number of calls to safeunicode. >> >> http://github.com/webpy/webpy/commit/86aae440f5b6527a8e4ae1e8f8220a32... >> >> Can you try with this and re-profile your app? > > I applied the changes to template.py heres what I got: > http://pastebin.com/m6a9dbe15 > > I still used app.run(web.http.profiler) to keep results consistent.
Looks like that optimization got rid of this overhead: 418/417 0.243 0.001 0.429 0.001 utils.py:223(safeunicode) > Would you like me to do the other method you suggested to SeC?? No, both methods are equivalent. -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
