From: Jared <xe...@si...> - 2002-10-04 16:55:10
|
On Friday, October 4, 2002, at 11:44 AM, Chad wrote: > Ok, so I want to talk about Sessions.... how are we going to speed up > and lighten processor load for 0.6 PHP iCalendar? :-) Well, I think if we write all the main variables to a session along with the filemtime() of the last parsed file, it can check each page load whether the file is different and if not, use the session data. If it is different, parse the file again and write it to the session. I don't think it's too complicated, really. We just need $master_array, $getdate, $cal, and $cal_modDate. I don't know if we need anything else (at least, I can't think of it off the top of my head). -Jared |