What do you need to do to improve the performance …

What do you need to do to improve the performance …

There are two approaches :

1) Use the templates like SMARTY or Cache_lite FOR templates building.

2) Break down the section of website which need not be repeated over a period of time.[For example Header , menu , footer , anouncement etc ], Create a html page for these sections using the php logic , that was used to create the page section in runtime. This can be automated using cron also. The rest of the section which has to be very dynamic will take less time to be build now.

Leave a Reply


All material @ copyrighted by chrisranjana.com. If you want to link to this article you are welcome to do so. Unauthorized publication is strictly prohibited. This developer tutorial website contains articles by Php programmers , Software developers, Mysql programmers and asp c# programmers. This website also contains ajax tutorials and advanced mysql sql stored procedures and functions tutorials and sample codes.