Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Speeding up cascading file system
  • So I found some PHP Framework Benchmarks  on this frameworks' site. A callgrind of FuelPHP got me thinking that if we had a command line tool that would merge cascaded classes into one file before deployment would really make the framework faster, Does anything like this exist?
  • I am not aware such a tool exists.

    But if you think this is such an issue: I run all my apps of a centrally installed fuel installation (so core and packages are not part of the application install), and I use a ramdisk for that (a few Mb will do).
  • I don't think it's an issue, it's just something that would probably be relatively easy to do, and would ease the load a lot for serious projects. Armadisk is a nice idea, but don't you lose the changes every reboot?
  • It's for the core and packages, so there are no changes. They are copied there during the startup process when the ramdisk is created.
  • Hmm, smart. Btw, does fuelPHP havea similar file system cache like the one kohana does?
  • Yes.

    I have to say I don't notice a lot of improvement from it, even on a normal installation.

Howdy, Stranger!

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

In this Discussion