Solving High CPU usage and reducing page generation times due to Skinr module
While doing a Drupal Performance Assessment for a clients Drupal 6.x site recently, we found an odd problem.
Among other things, page generation times was high, and this was due to the function skinr.module::skinr_preprocess() was being called 190 times for each page load.
Most Comments