Gespeichert von mpranj am/um Fr, 08/19/2011 - 17:49
I just managed to handle [40] more page requests/sec than before just by removing a PHP block from a drupal site. Instead I followed the advice from 2bits.com and created a new raw input format with absolutely no input correction or anything else. This format unlike php input format can be cached by drupal and therefore speeds up the whole thing. So just to repeat it here: watch out for evil php input format on drupal, it can't be cached. Not in blocks and not in nodes.