Issue status update for http://drupal.org/node/30122 Post a follow up: http://drupal.org/project/comments/add/30122 Project: Drupal Version: cvs Component: base system Category: tasks Priority: normal Assigned to: Anonymous Reported by: m3avrck Updated by: m3avrck Status: patch (code needs review) Attachment: http://drupal.org/files/issues/drupal_2.patch (9.68 KB) This patch fixes all of the outstanding Drupal include paths by placing the './' in front of the include path. This brings all of the Drupal core files up to date with the boostrap.inc which made first use of this performance gain. In simple testing, I've have noticed much faster load times with Drupal on my slow machine. Definetly makes a big difference! m3avrck