Re: [PHP] speeding up heavy web apps with a php-js cache manager

2011-11-13 Thread Ashley Sheridan
On Sun, 2011-11-13 at 22:27 -0500, Plamen Ivanov wrote: > On 11/13/2011 01:39 PM, Ashley Sheridan wrote: > > > On Sun, 2011-11-13 at 18:39 +0100, rene7705 wrote: > > > > > > > > > Hi. > > > > > > I'm developing a CMS, with lots of javascript code. > > > I haven't been satisfied with my pag

Re: [PHP] speeding up heavy web apps with a php-js cache manager

2011-11-13 Thread Ashley Sheridan
On Sun, 2011-11-13 at 18:39 +0100, rene7705 wrote: > Hi. > > I'm developing a CMS, with lots of javascript code. > I haven't been satisfied with my page initialization speeds, so I've > started on a caching system. > > First, i used to call up javascript as needed, and just-in-time. But that, >