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.
feedback
|
|
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. | |||
|
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. | |||
|
feedback
|