[SMARTY] Performance problem with object assigned to template
Todd <[email protected]>
| Newsgroups | gmane.comp.php.smarty.general |
|---|---|
| Message-ID | <[email protected]> |
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
--
Smarty General Mailing List (http://smarty.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php