Friday, October 1, 2010

Re: Extremely slow > 5000 ms response time with Cake PHP, please help

On Oct 1, 12:05 pm, eJobba <g...@visionaergroup.com> wrote:
> Hi guys,
>
> Me and my business partner bought a Cake PHP script off the shelf
> which is built similar to Fiverr and we want to use it in Europe.
> The script was in shambles when we bought it, so after hiring a
> developer, customizing it and fixing numerous of bugs over the last 2
> months, we are finally ready to launch but the response time is
> prohibitive.
> It's taking the script more than 5000 ms to load from a blank page,
> whereas afterwards it instantly loads (our developer managed to
> improve this, but did not find the reason for the slow response time).

Ask your dev to install/activate debug kit (http://github.com/cakephp/
debug_kit) on your test/staging/not-public install and just look at
the timers

e.g. http://goo.gl/U3ko

I'll preemptively point out that: If the slowness is "Core processing,
derived" that probably means the site has a problem with cached data -
it's either not being written or keeps getting deleted.

hth,

AD

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: