Cache Feature

6 posts by 2 authors in: Forums > CMS Builder
Last Post: December 7, 2011   (RSS)

I was wondering how i can use the useCache feature. How does it work also

Re: [concrete] Cache Feature

By Dave - December 6, 2011

Hi concrete,

That feature is still in development, so we don't have anything working for it yet.

Hope that helps, let me know any other questions.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Cache Feature

Thanks Dave.

Any advice on how to integrate smarty templates. I get a bunch of errors whenever i try to include the viewers along with the smarty engine. Wondering if you had some success with another project, Or any successful way to implement caching.

Re: [concrete] Cache Feature

By Dave - December 6, 2011

Hi concrete,

No, we've never had to do either but have done a little research on both.

What are the specific errors your getting with Smarty? Is it a conflict with the function naming? And what do you need caching for?
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Cache Feature

I'm trying optimize application speed. I offset images, video, and audio to a cdn, now I'm working on caching the mysql queries and the html pages.

I think I'm going to go with varnish. It looks like it works with simple php headers.