| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read | ![]() |
|
||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Guys, I found some of my scripts takes much more time to get execute, how can i increase this execution time for such PHP scripts.
Is there any special utility or code which i can use for faster execution ![]() Last edited by James; 11-20-2006 at 04:52 PM. |
|
||||
|
It could be ( have a look at APC or Zend Cache ) or you could use PHPs built-in script caching. Have a look at this article for an introduction.
If you're using a template engine or a framework you may find that there are already caching scripts built-in e.g. Smarty and Cake both have built-in caching. Another thing I've just thought of - are these scripts 'live' on a remote server or are you testing them on a local machine? If it's on your local machine then I wouldn't be concerned about performance just yet - test them live first.
__________________
homo sum: humani nil a me alienum puto ... ( just Google it ) |
![]() |
| Thread Tools | |
| Display Modes | |
|
|