> I hope one of you can provide me with instructions of how to profile for example init/default/index
Try starting your web2py instance adding the -F <path/to/profiler_filename> command line option. The `profiler_filename` needs to be in a writeable directory. Then hit your controller url and check the contents of the file. Hopefully that will give you a hint where to narrow down your search. HTH, Jose -- --- 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]. For more options, visit https://groups.google.com/groups/opt_out.

