Welcome Guest, Not a member yet? Register   Sign In
how to pass variiables from view to controller ??
#4

[eluser]tonanbarbarian[/eluser]
off topic

I have tested this previously as well but could not remember the figures I got, and it was a couple of years ago.
I think I have another post on this forum from a couple of years ago that recommends several things to do to improve performance including
1. No closing ?> on a page if not needed
2. reduce size of loaded files
3. unfortunately function calls slow down processing
i.e. <code>if (is_null($var)) die;</code>
is slower than
<code>if ($var===null) die;</code>
4. use full error reporting when developing because each error, notice, warning etc takes time to process. the live server may be not displaying notices and warnings, or it might even not show errors at all, but each error generated still takes time. So a page full of notices is going to slow down processing


Messages In This Thread
how to pass variiables from view to controller ?? - by El Forum - 06-21-2009, 10:24 PM
how to pass variiables from view to controller ?? - by El Forum - 06-21-2009, 10:35 PM
how to pass variiables from view to controller ?? - by El Forum - 06-21-2009, 10:54 PM
how to pass variiables from view to controller ?? - by El Forum - 06-21-2009, 11:04 PM
how to pass variiables from view to controller ?? - by El Forum - 06-21-2009, 11:17 PM
how to pass variiables from view to controller ?? - by El Forum - 06-21-2009, 11:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB