|
Posted by Todd on 09/21/05 23:48
Hi All,
First let me say that I have been tinkering with Smarty a little bit over the
last few weeks and I really like it. It's pretty slick.
Pages were rendering very fast until I started using calling a method on an
object that I assigned to my template by reference. I am pretty sure that is
the only change I made before the slow down. Also, I have unit tests for the
code behind that method and it runs fast.
In my PHP code: $smarty->assign_by_ref('obj_name', $obj);
In my template: {$obj_name->someMethod()}
Now pages are rendering very slow (about 3 to 4 seconds!). Is this a known
issue? What tips can you provide to help be track down the bottleneck.
Thanks,
Todd
Navigation:
[Reply to this message]
|