The render cache (level 3 currently), seems to be fairly safe. Doing some analysis of the advagg code and the hook_js_alter & hook_css_alter are a big slow point. So I'm thinking I'll want to bring back this level of caching; luckily the difference won't be as dramatic; but it will cut down the time in half based on some of my initial tests.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Part 1 done. Added in a cache level of 5; not on the admin page yet.

  • mikeytown2 committed 99e0463 on 7.x-2.x
    Issue #2458871 by mikeytown2: Promote the cache level of 3 to normal;...

  • mikeytown2 committed 5b12942 on 7.x-2.x
    Issue #2458871 by mikeytown2: Promote the cache level of 3 to normal;...
mikeytown2’s picture

2nd part done. Will need to think more about hook_advagg_current_hooks_hash_array_alter & the cache level being used.

This is slated for release in the 2.9 version. Wanted to get some of this back in place so the speed of 2.7 can be achieved in 2.8 even if we're only talking about a 5-15 ms difference.

Also blocked on this #2453579: Investigate aggressive cache & defaultCommentAttribution. Need to make sure this is working before moving the aggressive cache to normal and creating a new aggressive cache level

mikeytown2’s picture

  • mikeytown2 committed 0b05a37 on 7.x-2.x
    Issue #2458871 by mikeytown2: Promote the cache level of 3 to normal;...
  • mikeytown2 committed d37e62d on 7.x-2.x
    Issue #2458871 by mikeytown2: Promote the cache level of 3 to normal;...

Status: Fixed » Closed (fixed)

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