Re: Why "Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090" (debugkit timer result)?

2009-03-18 Thread joshua
You are right, brian. Thanks for your reply!

On Wed, Mar 18, 2009 at 10:59 AM, brian  wrote:

>
> On Tue, Mar 17, 2009 at 9:23 PM, joshua  wrote:
> >
> > Thanks, I will double check the debug level. I remember I set it 2. Hope
> it
> > is the slow reason.
>
> It *is* the "slow reason". Once again: don't profile your app while
> debugging. Set it to 0 before attempting to gauge how fast/slow your
> site is running.
>
> >
>


-- 
Thanks
Joshua

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Why "Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090" (debugkit timer result)?

2009-03-17 Thread brian

On Tue, Mar 17, 2009 at 9:23 PM, joshua  wrote:
>
> Thanks, I will double check the debug level. I remember I set it 2. Hope it
> is the slow reason.

It *is* the "slow reason". Once again: don't profile your app while
debugging. Set it to 0 before attempting to gauge how fast/slow your
site is running.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Why "Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090" (debugkit timer result)?

2009-03-17 Thread joshua
Thanks, I will double check the debug level. I remember I set it 2. Hope it
is the slow reason.

On Wed, Mar 18, 2009 at 8:31 AM, brian  wrote:

>
> It's the layout for a controller dump. It's only used when debug = 3,
> which is the last thing you want if you're profiling your app.
>
> On Tue, Mar 17, 2009 at 8:08 PM, joshua  wrote:
> > I want get the invoke trace for dump.ctp. As you can see it wast 6.635090
> > seconds. Any one can give me something suggestion about this file? What's
> > the usage of this file?
> >
> > On Wed, Mar 18, 2009 at 12:15 AM, brian  wrote:
> >>
> >> Why are you printing debug info at the same time as profiling your
> >> application? Unless you plan on leaving the dump in there for the
> >> public to see, do one or the other.
> >>
> >> On Tue, Mar 17, 2009 at 10:30 AM, joshua  wrote:
> >> > I try to print the debug trace in file dump.ctp. But there is nothing
> >> > output. I am sure the cache has been deleted.
> >> >
> >> > On Tue, Mar 17, 2009 at 7:14 PM, joshua  wrote:
> >> >>
> >> >> Below is my debugkit result of one page in my application.
> >> >> 
> >> >>
> >> >> Timers
> >> >>
> >> >> Total Request Time: 9.850548 (seconds)
> >> >>
> >> >> Message time in seconds
> >> >> Component initialization and startup 0.181480
> >> >> Controller Action 0.062440
> >> >> Render Controller Action 6.819140
> >> >> Rendering View 6.816620
> >> >> Rendering APP\views\users\activity_management.ctp 0.109310
> >> >> Rendering APP\views\elements\active_search_box.ctp 0.001040
> >> >> Rendering APP\views\elements\tab_header.ctp 0.001030
> >> >> Rendering APP\views\elements\pagination.ctp 0.003490
> >> >> Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090
> >> >> Rendering APP\views\layouts\default.ctp 0.065750
> >> >> 
> >> >>
> >> >> Any body can me some optimize suggestions about this?
> >> >> Appreciate for your help or reply!
> >> >>
> >> >> Joshua
> >> >
> >> >
> >> >
> >> > --
> >> > Thanks
> >> > Joshua
> >> >
> >> > >
> >> >
> >>
> >>
> >
> >
> >
> > --
> > Thanks
> > Joshua
> >
> > >
> >
>
> >
>


-- 
Thanks
Joshua

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Why "Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090" (debugkit timer result)?

2009-03-17 Thread brian

It's the layout for a controller dump. It's only used when debug = 3,
which is the last thing you want if you're profiling your app.

On Tue, Mar 17, 2009 at 8:08 PM, joshua  wrote:
> I want get the invoke trace for dump.ctp. As you can see it wast 6.635090
> seconds. Any one can give me something suggestion about this file? What's
> the usage of this file?
>
> On Wed, Mar 18, 2009 at 12:15 AM, brian  wrote:
>>
>> Why are you printing debug info at the same time as profiling your
>> application? Unless you plan on leaving the dump in there for the
>> public to see, do one or the other.
>>
>> On Tue, Mar 17, 2009 at 10:30 AM, joshua  wrote:
>> > I try to print the debug trace in file dump.ctp. But there is nothing
>> > output. I am sure the cache has been deleted.
>> >
>> > On Tue, Mar 17, 2009 at 7:14 PM, joshua  wrote:
>> >>
>> >> Below is my debugkit result of one page in my application.
>> >> 
>> >>
>> >> Timers
>> >>
>> >> Total Request Time: 9.850548 (seconds)
>> >>
>> >> Message time in seconds
>> >> Component initialization and startup 0.181480
>> >> Controller Action 0.062440
>> >> Render Controller Action 6.819140
>> >> Rendering View 6.816620
>> >> Rendering APP\views\users\activity_management.ctp 0.109310
>> >> Rendering APP\views\elements\active_search_box.ctp 0.001040
>> >> Rendering APP\views\elements\tab_header.ctp 0.001030
>> >> Rendering APP\views\elements\pagination.ctp 0.003490
>> >> Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090
>> >> Rendering APP\views\layouts\default.ctp 0.065750
>> >> 
>> >>
>> >> Any body can me some optimize suggestions about this?
>> >> Appreciate for your help or reply!
>> >>
>> >> Joshua
>> >
>> >
>> >
>> > --
>> > Thanks
>> > Joshua
>> >
>> > >
>> >
>>
>>
>
>
>
> --
> Thanks
> Joshua
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Why "Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090" (debugkit timer result)?

2009-03-17 Thread joshua
I want get the invoke trace for dump.ctp. As you can see it wast 6.635090
seconds. Any one can give me something suggestion about this file? What's
the usage of this file?

On Wed, Mar 18, 2009 at 12:15 AM, brian  wrote:

>
> Why are you printing debug info at the same time as profiling your
> application? Unless you plan on leaving the dump in there for the
> public to see, do one or the other.
>
> On Tue, Mar 17, 2009 at 10:30 AM, joshua  wrote:
> > I try to print the debug trace in file dump.ctp. But there is nothing
> > output. I am sure the cache has been deleted.
> >
> > On Tue, Mar 17, 2009 at 7:14 PM, joshua  wrote:
> >>
> >> Below is my debugkit result of one page in my application.
> >> 
> >>
> >> Timers
> >>
> >> Total Request Time: 9.850548 (seconds)
> >>
> >> Message time in seconds
> >> Component initialization and startup 0.181480
> >> Controller Action 0.062440
> >> Render Controller Action 6.819140
> >> Rendering View 6.816620
> >> Rendering APP\views\users\activity_management.ctp 0.109310
> >> Rendering APP\views\elements\active_search_box.ctp 0.001040
> >> Rendering APP\views\elements\tab_header.ctp 0.001030
> >> Rendering APP\views\elements\pagination.ctp 0.003490
> >> Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090
> >> Rendering APP\views\layouts\default.ctp 0.065750
> >> 
> >>
> >> Any body can me some optimize suggestions about this?
> >> Appreciate for your help or reply!
> >>
> >> Joshua
> >
> >
> >
> > --
> > Thanks
> > Joshua
> >
> > >
> >
>
> >
>


-- 
Thanks
Joshua

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Why "Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090" (debugkit timer result)?

2009-03-17 Thread brian

Why are you printing debug info at the same time as profiling your
application? Unless you plan on leaving the dump in there for the
public to see, do one or the other.

On Tue, Mar 17, 2009 at 10:30 AM, joshua  wrote:
> I try to print the debug trace in file dump.ctp. But there is nothing
> output. I am sure the cache has been deleted.
>
> On Tue, Mar 17, 2009 at 7:14 PM, joshua  wrote:
>>
>> Below is my debugkit result of one page in my application.
>> 
>>
>> Timers
>>
>> Total Request Time: 9.850548 (seconds)
>>
>> Message time in seconds
>> Component initialization and startup 0.181480
>> Controller Action 0.062440
>> Render Controller Action 6.819140
>> Rendering View 6.816620
>> Rendering APP\views\users\activity_management.ctp 0.109310
>> Rendering APP\views\elements\active_search_box.ctp 0.001040
>> Rendering APP\views\elements\tab_header.ctp 0.001030
>> Rendering APP\views\elements\pagination.ctp 0.003490
>> Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090
>> Rendering APP\views\layouts\default.ctp 0.065750
>> 
>>
>> Any body can me some optimize suggestions about this?
>> Appreciate for your help or reply!
>>
>> Joshua
>
>
>
> --
> Thanks
> Joshua
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: Why "Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090" (debugkit timer result)?

2009-03-17 Thread joshua
I try to print the debug trace in file dump.ctp. But there is nothing
output. I am sure the cache has been deleted.

On Tue, Mar 17, 2009 at 7:14 PM, joshua  wrote:

> Below is my debugkit result of one page in my application.
> 
> Timers
>
> *Total Request Time:* 9.850548 (seconds)
> Message time in secondsComponent initialization and startup 0.181480 
> Controller
> Action 0.062440 Render Controller Action 6.819140 Rendering View 6.816620 
> Rendering
> APP\views\users\activity_management.ctp 0.109310 Rendering
> APP\views\elements\active_search_box.ctp 0.001040 Rendering
> APP\views\elements\tab_header.ctp 0.001030 Rendering
> APP\views\elements\pagination.ctp 0.003490 Rendering
> CORE\cake\libs\view\elements\dump.ctp 6.635090 Rendering
> APP\views\layouts\default.ctp 0.065750
> 
>
> Any body can me some optimize suggestions about this?
> Appreciate for your help or reply!
>
> Joshua
>



-- 
Thanks
Joshua

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---