thinkbroadband.com

Ian P. Christian's personal blog

Quicksearch

Calendar

Back July '08 Forward
Mon Tue Wed Thu Fri Sat Sun
  1 2 3 5 6
7 8 9 10 11 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31      

Blog Administration


Trackbacks

No Trackbacks

Comments
Display comments as (Linear | Threaded)

How do you find the rendering speed of symfony? I have seen it take 1.5 seconds for a page, much too slow.
#1 Tony T on 2007-01-18 01:06 (Reply)
Well, I've written a couple of sites in it now - mostly just personal sites for 'fun'. It's not the fastest framework there is, however I accept that downside as I think it makes up for it with features and power.

check out the loading speed of thinkbroadband, http://kilogr.am , and the large list of other apps listed here: http://www.symfony-project.com/trac/wiki/ApplicationsDevelopedWithSymfony

You will not want to run symfony without a bytecache such as APC, eaccelerator etc. Also, don't base the loading speed on using the development controller - that is slow, it does a whole load of things that the production controller doesn't. Also, there's been quite a few improvements done to speed recently, and what with a version 1 release just around the corner, and a book about to hit the shelves, I think now is a good time for you to try again with Symfony.

I suspect if you're seeing 1.5 second loading times something is wrong.
#1.1 Ian P. Christian (Homepage) on 2007-01-18 03:09 (Reply)

Add Comment

Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.
Standard emoticons like :-) and ;-) are converted to images.
 
Submitted comments will be subject to moderation before being displayed.