Re: Slow Site Load time Question

2006-11-01 Thread bibek

Anybody used eAccelerator or anything similar for caching?
Will php accelerators be useful?

:-) i know i should find it out myself, but haven't got enough time.

bibstha


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Slow Site Load time Question

2006-11-01 Thread bibek

the load time in my home machine
Webserver started
http://demoapp

1) 1:00 min
load time ~ 4sec

2) 1.15 min
load time ~ 0.5 sec

3) 2 min
load time ~ 0.8 sec

4) 6 min
load time ~ 4.2sec


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Slow Site Load time Question

2006-11-01 Thread nate

I use APC, and the performance gain is pretty significant (i.e. 20 -
30% speed increase).


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Slow Site Load time Question

2006-10-30 Thread nate

20 seconds in debug mode, several years in production.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Slow Site Load time Question

2006-10-30 Thread Chris Hartjes

On 10/30/06, Nextri [EMAIL PROTECTED] wrote:

 is there a way to see load time when in production mode?


You can get that from your web server logs, can you not?


-- 
Chris Hartjes

The greatest inefficiencies come from solving problems you will never have.
-- Rasmus Lerdorf

@TheBallpark - http://www.littlehart.net/attheballpark
@TheKeyboard - http://www.littlehart.net/atthekeyboard

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Slow Site Load time Question

2006-10-30 Thread Troy Schmidt

My understanding was 24 hours for model caching.

If the site will be quite large then I would recommend looking into
view caching.  Just make sure you do all your homework and understand
about requestionactions, query execution, and how to exclude view
caching or will just create more headaches for yourself just diving in
to it without reading up on it first.

On Oct 29, 9:42 pm, bibek [EMAIL PROTECTED] wrote:
 how long does temporary caching last in debug mode?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Slow Site Load time Question

2006-10-30 Thread nate

20 seconds.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Slow Site Load time Question

2006-10-29 Thread Bibek Shrestha
Hi,i've got a website in cake up and running,the site isn't popular enough yetthe problem is when i open the website for the first time, it gives me around 5-10seconds load time (debug - 1)but in further refresh, the load time hovers around 
0.4 - 2 secondsis it the server that is taking time to respond or does cake have cache enabled on models and controllers for few minutes?regardsbibstha

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake PHP group.  To post to this group, send email to cake-php@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cake-php  -~--~~~~--~~--~--~---


Re: Slow Site Load time Question

2006-10-29 Thread Ismael S. Kafeltz

do you have a copy of this website in your local machine? does it
happen in your local machine too?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Slow Site Load time Question

2006-10-29 Thread nate

Cake uses temporary caching in debug mode, which is permenant in
production mode, which is activated when DEBUG is set to 0,


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Slow Site Load time Question

2006-10-29 Thread bibek

how long does temporary caching last in debug mode?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---