> In the meantime, we have moved forward on our timer method and we
> discovered that rendering templates took us about 200ms. Don't you
> think this is huge ?
> Thanks anyway !
=====
Does this include the time to wait for the XML data source?

On my dev machine it takes about 17 ms to process factories, 6 ms for
configuration so about 23 ms of overhead is always present.
For a simple page that is constructed by 5 db accesses it takes aprox.
5 ms to process the action and 65 ms to render the view and 100 ms to
render
the rest of the layout, components on the page, in total about 193 ms.
I think that 200 ms can be large but again depends on what code do you
have in the view.

Check out also this optimization flag, I did not try out myself, maybe
it helps you:
http://www.symfony-project.org/tutorial/1_4/en/whats-new#chapter_a2fae23c9403b0e9ec99806fccf6b53e_sub_project_optimize

You did not say anything about the routing, if you use it or not?
How do you share session information across machines?

I'm curious what you'll find to be the bottleneck :)

    gabriel

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to