Posted by sabihahmed on May 30, 2013 at 9:06am
There are several tips available to optimize the performance of your Drupal website. We have covered the same, but we would appreciate if we get a feedback from your end so that we can add more and more tweaks which help in optimizing the performance of DP site.
There are several tips available to optimize the performance of your Drupal website. We have covered the same, but we would appreciate if we get a feedback from your end so that we can add more and more tweaks which help in optimizing the performance of DP site.
Source: http://www.cloudreviews.com/blog/drupal-performance-optimization-tips

Comments
Debugging tools + Discussion of MySQL config
A couple of great debugging tools to determine what part of a site is causing slowdown:
xhprof PECL package: http://pecl.php.net/package/xhprof
Drupal Devel module: https://drupal.org/project/devel
Of course not everyone uses MySQL as their backend DB server, but here are two ongoing discussions related to MySQL config for Drupal (specifically 7.x):
http://groups.drupal.org/node/289613
http://groups.drupal.org/node/286233
What specific bottlenecks do
What specific bottlenecks do you expect to overcome with this complicated architecture? Since module_implements() is cached, and compiled code is cached via APC (or similar. You are using an opcode cache right?), I don't see how this could improve performance/scalability.
--
Dave Hansen-Lange
Director of Technical Strategy, Advomatic.com
Pronouns: he/him/his