Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Caching
  • I'm wondering if the caching is working proper for the framework. In an earlier version of Fuel, I set caching to true and when running my scripts I would see a cache/ca/ folder appear, presumably containing system/directory vars for the framework. In this latest version of Fuel, I again set the cache to true in the config but this folder is no longer created. I want to know that the caching is working proper for these system setup vars.
  • The only caching that is part of the framework is the finders path cache. Which should be controlled by the 'caching' parameter in your config/config.php.
  • I have caching set to true, but nothing is being stored in the cache folder.
  • Just had a peek in the code. Looks like the finder caching isn't finished yet, the methods return directly.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion