[development] The age-old modues admin question

Dale Clarke dale.clarke at digitaria.com
Mon Dec 27 17:34:44 UTC 2010


It sounds like you have one or more nasty loops or some bad recursion going
on.  I'd highly recommend profiling the execution using xdebug and
WinCacheGrind.

This page has a pretty good tutorial.
http://www.xdebug.org/docs/profiler

You can use WinCacheGrind to locate and drill down the execution branch that
is consuming all the time until you find the offending function.

Dale



On Mon, Dec 27, 2010 at 8:56 AM, nan wich <nan_wich at bellsouth.net> wrote:

>  This is on D6, so, it's not Innodb. With Devel attributing less than one
> third of 1% of the time to MySql, I'm not even looking there.
>
>
> *Nancy*
>
>
>
> Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L.
> King, Jr.
>
>
>  ------------------------------
> *From:* Chris Pliakas <cpliakas at gmail.com>
> *To:* development at drupal.org; jeff at ayendesigns.com
> *Sent:* Mon, December 27, 2010 11:14:10 AM
>
> *Subject:* Re: [development] The age-old modues admin question
>
> Nancy,
>
> If you are running under Windows, there is an issue with MySQL if you are
> using the InnoDB storage engine.  MySQL waits for confirmations from Windows
> that never come, so it takes a very long time for some queries to execute.
> To get around this, add the following directive to your my.cnf file:
>
> innodb_flush_log_at_trx_commit = 2
>
> This might help to speed things up.
>
> Thanks,
> Chris
>
> On Mon, Dec 27, 2010 at 11:04 AM, <jeff at ayendesigns.com> wrote:
>
>> Virtualbox is free, and allows you then to run another virtual computer
>> (like linux) in a window. That said, while it all is free, it is no minor
>> thing to get a linux dev environment up if you never did it before, and may
>> not fix the issue at all.
>>
>> Ayen Designs - quality software the first time, every time!
>> ------------------------------
>> *From: *nan wich <nan_wich at bellsouth.net>
>> *Sender: *development-bounces at drupal.org
>> *Date: *Mon, 27 Dec 2010 08:00:39 -0800 (PST)
>> *To: *<development at drupal.org>
>> *ReplyTo: *development at drupal.org
>> *Subject: *Re: [development] The age-old modues admin question
>>
>>  Other than what Zend provides, no, I cannot install any other software,
>> especially if it's not free.
>>
>>
>> *Nancy*
>>
>>
>>
>> Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L.
>> King, Jr.
>>
>>
>>  ------------------------------
>> *From:* Ezra B. Gildesgame <ezra at growingventuresolutions.com>
>> *To:* development at drupal.org
>> *Sent:* Mon, December 27, 2010 12:23:49 AM
>> *Subject:* Re: [development] The age-old modues admin question
>>
>> On Mon, Dec 27, 2010 at 12:03 AM, nan wich <nan_wich at bellsouth.net>
>> wrote:
>> > Thanks, Jeff. Unfortunately, Windoze is my only option. Nor may I
>> install
>> > any accelerators.
>>
>> Jeff mentioned Virtualbox. Is installing virtualization software,
>> which runs on Windows, but provides an environment in which you can
>> use opcode caching, an option?
>>
>> Best,
>> Ezra
>>
>>
>> Ezra Barnett Gildesgame | http://growingventuresolutions.com |
>> http://ezra-g.com
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/development/attachments/20101227/ce7b1183/attachment.html 


More information about the development mailing list