On Apr 24, 8:30 pm, justin davis <[email protected]> wrote: > > 1) Five SQL statements are called per url (img, static html, css, js), > > that's a lot of DB calls. > > You should be serving the static stuff (img, css, js at least) via a > production web server (lighttd, apache). This problem won't actually > show up in a production environment.
Agreed but it's still five calls per url whether you actually need sessions or not. Sherwin, would you mind sharing your code? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
