I did some profiling and there were parts that were calling functions very often that weren't needed. The hex theming context was removed and rolled into hex_active_theme where it was originally.

hex_active_theme was called every time the cache API was called. It was moved to a global 'theme_target'. hex_alter and hex_cache now uses the fast static caching pattern used by core.

hex_cache now returns an object straight from cache_get.

CommentFileSizeAuthor
#1 patch_commit_8f08de6c69d3.patch12.1 KBdvessel
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dvessel’s picture

Status: Active » Fixed
FileSize
12.1 KB

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.