Topic: Profiling Code?

Hi fellas

I've upgraded to 2.2.4, but am noticing significant slowdowns on all screens, and (I think as a result) javascript goes crazy (adds double lines, doesnt update etc. etc).
I'm not quite sure where to start looking, but do you have any tips before I do on profiling the code ie. should I set the debug settings on and are there logs to check?

Thanks
Pete

Re: Profiling Code?

You can set error logging in config.php. What was your FA version before upgrade?
Janusz

Re: Profiling Code?

Thanks Janusz.
Version was FA 2.1.5 I think.
Looking at my logs, I noticed httpd was crash-reporting every click. This was because of some dodgy PHP ini stuff I had for xdebug. When I take that out the screens are much faster - and the javascript can work as it's not waiting for things so much.
I'll let you know if this doesn't solve the problem.....
Thanks
Pete

Re: Profiling Code?

For your information: we have just implemented Sysem Diagnostics screen under Setup, where you can check overall system sanity. The set of tests on this page is open for further improvements, so if you will find something worth of adding here, give us a note.

Janusz