Re: [SMARTY] Performance problem with object assigned to template

Monte Ohrt <[email protected]>
Newsgroups gmane.comp.php.smarty.general
Message-ID <[email protected]>
If you remove the template tag, does the performance come back? If so, 
the slowness is in the method call.

Todd wrote:

>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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.