Created
October 6, 2015 22:27
-
-
Save tloudon/135818cacf19ddf32990 to your computer and use it in GitHub Desktop.
bootstrap drupal, just to see how long it takes to load files, db, sessions, etc. no render
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
define('DRUPAL_ROOT', getcwd()); | |
include_once DRUPAL_ROOT . '/includes/bootstrap.inc'; | |
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this the the end of the file