Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
cpu is high
  • when i use $data = Model_Post::find('all',array(
    'offset' => Pagination::$offset,
    'limit' => Pagination::$per_page
    ));
    my cup is very high.
    what happend?
    any one know this questioin?
    thank you
  • That will produce a very simple query. If that causes CPU load, there's either something wrong with the platform your using (lack of CPU power or memory), or with the configuration. Activate the profiler to see what queries are generated, and how long it takes to process them.
  • i had try ,but it looks like drop-dead halt
    i use windows.
    i will try.
    i find this framework ,it is good .
    could you tell me ,is it stable for product web site
    thank you
  • thank you ,know i use another computer ,it is fine.
  • It is absolutely stable, I've been using it to develop applications since January, 2 months after conception. Like any other framework, it is in constant development, so the best is to choose a release version, and stick to it, doing a controlled migration if needed. We're expecting a new release soon.

Howdy, Stranger!

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

In this Discussion