I have no idea why in system_entity_info() we have 'static caching' => FALSE set to manually disable it. It makes no sense. We should allow the entities to be cached.

CommentFileSizeAuthor
#1 file-static-cache.patch487 bytesjbrown
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jbrown’s picture

Status: Active » Needs review
FileSize
487 bytes

Setting to TRUE to see if the tests pass.

Status: Needs review » Needs work

The last submitted patch, file-static-cache.patch, failed testing.

Dave Reid’s picture

3 fails is better than I was expecting! I bet it's just a simple fix somewhere and we can make this change.

+++ b/core/modules/system/system.moduleundefined
@@ -284,7 +284,7 @@ function system_entity_info() {
-      'static cache' => FALSE,
+      'static cache' => TRUE,

We should actually just remove the 'static cache' line since it defaults to TRUE.

jbrown’s picture

Status: Needs work » Closed (duplicate)
Gábor Hojtsy’s picture

Issue summary: View changes
Issue tags: -Media Initiative +D8Media

Swap to the right media tag.