Hi Roberto,
I have a hard time understanding your numbers.
You say you generate a benchmark file in the front controller which
just writes how long the page took to load?
Which unit is that time? Is it bad? Is there any change when invoking
the pages a few more times?
what are the specs of the system? is apc or similar on?

When you benchmark something you usually want to show or prove
something. just printing how long the total execution takes does not
help much.
You could compare how well a apc vs a no apc version performs, the
impact of apc.stat=0 or removing .htaccess files. Or using a Ramdisc,
or using windows vs linux.

Or, what would symfony help more: find out what part of the respective
pages is slow. For that you need additional profiling means like
xdebug. Profilers can show hot spots where most time is spend and we
can go for them to fix them

Fabian

On Wed, Oct 21, 2009 at 12:16 AM, roberto german puentes diaz
<puentesd...@gmail.com> wrote:
> Well, it’s just very initial
>
> The problem: Follow Practical Jobeet with Propel and Doctrine, and using
> Symfony1.3, How long takes interac with a simple CRUD?
> Reading the Chapters 1 and 3, for each ORM, and warp to front controller for
> DEV enviorement inside a benchmark file, these is the results
>
> http://www.puentesdiaz.com.ar/blog/?p=167
>
> I don't want start a warflame, please. It's just a simple test with
> practical jobeet. It's not an absolute true.
>
> --
> Cr. Puentes Diaz
> MP 10.12726.9
> Córdoba - Argentina
>
> www.puentesdiaz.com.ar/blog/
> www.puentesdiaz.com.ar/blog/novedades
> www.twitter.com/puentesdiaz
> Linux User n° 441474
> Ubuntu/Symfony/Eclipse Rocks!
>
> Sign for Free License for Project Zero
> http://www.petitiononline.com/zerogpl/
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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