Hi!

This is action renderPerformance:

function renderPerformance()
{
        $time_start = getmicrotime();

        for ($i=0;$i<50;$i++)
        {
                $this->requestAction('/menus/action1',array('return'));
        }

        $time_end = getmicrotime();
        $time = $time_end - $time_start;
        print "Time: $time sec.<br/>";

        return null;
}

Action MenusController::action1 - empty, view file action1.ctp -
empty.

OpenBrowser at url "127.0.0.1/test/renderPerformance"

Output:
Time: 11.1430029869 sec.

AMD Athlon(tm) 64 X2 Dual Core Processor 4400+, 1GB RAM

11 seconds at drawing a 50 blank items. Duty. How can carry out
another collaboration between plug-ins? Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to