silverstripe-framework/src
Sam Minnee 8c15e451c6 FIX: Removed unnecessary database_is_ready call.
This shaves about 45ms from every request (PHP 7.1 on a 2013 rMBP), 
cutting down execution time of a “hello world” controller by about 33%.

database_is_ready is still used in dev/build and ?flush=1 to stop people
from people bypassing security by DOSing the database or otherwise
forcing a DatabaseException
2017-08-25 13:06:12 +12:00
..
Control Lazy-load custom methods and extensions on CustomMethods and Extensible traits 2017-08-22 15:47:24 +12:00
Core BUG Capture errors after a reload token redirect to login url 2017-08-24 12:55:04 +12:00
Dev Replace use of Configurable stat() with config()->get(), will be deprecated in future 2017-08-23 09:42:10 +12:00
Forms FIX Use correct bootstrap class or GridFieldDetailForm delete button 2017-08-24 14:34:06 +12:00
Logging API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
ORM FIX Do not try and access sessions when they are not ready 2017-08-24 14:43:27 +12:00
Security FIX: Removed unnecessary database_is_ready call. 2017-08-25 13:06:12 +12:00
View Lazy-load custom methods and extensions on CustomMethods and Extensible traits 2017-08-22 15:47:24 +12:00
conf API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
i18n Replace use of Configurable stat() with config()->get(), will be deprecated in future 2017-08-23 09:42:10 +12:00
includes BUG Prioritise SS_BASE_URL over flakey SCRIPT_FILENAME check 2017-08-24 12:58:04 +12:00