Skip to content

Milestones

List view

  • - Add devel module to the core. Separate database calls, cache requests, required files, misc info. Add entry point for other modules devel info. - All the enabled modules should not being included at every page request. Include only required modules. - Add memcache caching storage into the core. Provide corresponding tests. - Implement hook_cache_setters() and hook_cache_tokens() for system core modules and replace all slow db-dependent system functions with func_cache_get() alternative calls. - Split variables cache to a smaller parts due memcache item size is limited. - Implement cache warmup script based on hook_cache_setters() and hook_cache_tokens(). - Basic empty page should make zero database requests. Disable required database connection on every page call. Database connection should be established only by demand. - Create installation profile with memcache requirements. - Add redis cache engine into the core. - Add apc cache engine into the core. - Unified "counters" API. Every case from the list above requires a corresponding test and should apply to the existing tests.

    No due date