Yes, I have Firebug, but I don't use it on the modules admin page. Given that MySql is taking a quarter of one second out of almost 90 seconds, I seiously doubt that's where the issue is. I would be far more likely to suspect all the disk file reading that has to be done, but Devel doesn't track that. I have considered putting a hack into the module to track it. Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr. ________________________________ From: Don <donald@fane.com> To: development@drupal.org Sent: Mon, December 27, 2010 12:43:12 AM Subject: Re: [development] The age-old modues admin question I've noticed turning off the Firebug module saves a lot of memory and queries. Any chance you're running it? In fact, have you looked at the MySQL slow log to see if anything is bogging it down? =Don- On 12/27/2010 12:03 AM, nan wich wrote: Thanks, Jeff. Unfortunately, Windoze is my only option. Nor may I install any accelerators. I can, but do not really want to, switch from everything in sites/all/modules to more customized site/site-name/modules (I am maintaining 7 sites with this PC).
Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
________________________________ From: "jeff@ayendesigns.com" <jeff@ayendesigns.com>
To: development@drupal.org Sent: Sun, December 26, 2010 11:20:43 PM Subject: Re: [development] The age-old modues admin question
I had this issue. In my case, I was running the server on my laptop in linux under vbox, but the db was in a shared directory on windows. Moving the db to linux made all the difference.
Ayen Designs - quality software the first time, every time!
From: nan wich <nan_wich@bellsouth.net> Sender: development-bounces@drupal.org Date: Sun, 26 Dec 2010 20:14:58 -0800 (PST) To: development<development@drupal.org> ReplyTo: development@drupal.org Subject: [development] The age-old modues admin question
"Executed 908 queries in 276.55 milliseconds. Queries taking longer than 5 ms and queries executed more than once, are highlighted. Page execution time was 86939.86 ms."
While the query count is enormous, Devel is kind of pointing the finger at PHP. This is not the fastest laptop available (but it was supplied by the company). Is there anything that can be done to speed this up? If I update anything on the page, we're talking a three minute round-trip here; my memory is not that long. Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.