Check if your layout loads files (script, css, images, etc) with external 
urls and if they're time-outing.
Like GoogleAnalytics, Facebook SDK...


Em sábado, 1 de setembro de 2012 04h15min34s UTC-3, AD7six escreveu:
>
> 81ms and 148ms render times are not consistent with: "any view, is 
> rendering in 5s".
>
> So: render doesn't mean to you what it means to us.
>
> To identify client side (your problem is not the time it takes to render 
> the html, as clearly indicated by debug kit) problems - use 
> firebug/developer tools and LOOK at what the browser is doing while " the 
> browser kept loading something during 5s". Given the error you mentioned 
> which looks like it comes from a plugin - it's possible there is merely a 
> misunderstanding and no problem to fix (beyond you uninstalling plugins 
> that interfere with your development).
>
> If you still think your problem is in your main html request - time how 
> long it takes to receive the whole request using wget, curl or any other 
> mechanism that isn't a browser. But the time it takes to get your html will 
> be comparable to what debug kit says - i.e. about 0 - 0.2s, which is a far 
> cry from 5s.
>
> AD
>

-- 
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.
Visit this group at http://groups.google.com/group/cake-php?hl=en-US.


Reply via email to