I was wondering if there is any way for disabling pyrocache in pyrocms? The library gets loaded in MY_Controller instead of autoload.php, so I don't know if there are any other simple ways.

link|improve this question

50% accept rate
Yes, people always have a problem with sites loading too fast. – Xeoncross Jan 13 at 3:43
feedback

2 Answers

Well, you can't - because you shouldn't.

Rendering the pages rely on PyrosCMS's cache library. If you don't load the library (like if you comment the loading of the cache library out in MY_Controller), the site will probably throw a fatal error when trying to access it, since the pages module use it for a lot of things.

link|improve this answer
feedback

If you disable the cache then you are asking your server to do way more work than it should. PyroCMS is not inefficient, but it will be slower than it needs to be if you disable this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.