On 09/19/2012 08:38 PM, Roger wrote: > I have Fedora 16 latest updates developing a drupal 7 site on my home pc > in /var/www/html/drupal/. > > I'm finding that some admin pages, eg, permissions, can take over 2 > minutes to load and similar to save changes. > top doesn't show anything out of the ordinary, memory is no more than > <20% of 2 gig, /swap is not used. > How can I watch/trace exactly what is happening to cause significant > delays. > These delays do not occur on the remove server, just on my home machine. > Thanks for help > roger > > When on your home box, make sure that you're not hitting a lot of SELinux errors. If you move files into /var/www, rather than copying them via cp, you'll keep SELinux very busy. As root, try "restorecon -v -r /var/www" to make sure everything there has the right contexts. Finally, grab a copy of the tuning-primer script and check that MySQL is tuned properly. Get it at http://www.day32.com/MySQL/tuning-primer.sh -- -- Steve -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org