Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mikeytown2’s picture

Status: Active » Needs review
FileSize
4.3 KB

The late_cache_set_merge_locked function should be moved to cache.inc most likely; but its in here for now.

mikeytown2’s picture

Slight efficiency improvements.

mikeytown2’s picture

Issue summary: View changes

Updated issue summary.

mikeytown2’s picture

forgot to release the lock

Status: Needs review » Needs work

The last submitted patch, drupal-cache-url-1327720-3.patch, failed testing.

mikeytown2’s picture

Status: Needs work » Needs review
FileSize
4.41 KB

Status: Needs review » Needs work

The last submitted patch, drupal-cache-url-1327720-5.patch, failed testing.

mikeytown2’s picture

Title: Cache the URL function » Cache url()
Status: Needs work » Needs review
FileSize
4.33 KB

Status: Needs review » Needs work

The last submitted patch, drupal-cache-url-1327720-7.patch, failed testing.

mikeytown2’s picture

Status: Needs work » Needs review
FileSize
4.41 KB

Status: Needs review » Needs work

The last submitted patch, drupal-cache-url-1327720-9.patch, failed testing.

mikeytown2’s picture

Status: Needs work » Needs review
FileSize
4.49 KB
vasrush’s picture

#11: drupal-cache-url-1327720-11.patch queued for re-testing.

rjbrown99’s picture

There is a report that #11 breaks Open Atrium menus. I do not know if this is an OA problem or an issue with the patch, but it's worth mentioning here.

mikeytown2’s picture

Status: Needs review » Needs work

Too many reports of this causing issues.
lock_acquire() is taking too long. If it didn't have a while loop, it might be viable. See memcache version of lock_acquire() for some ideas to move this forward.

mikeytown2’s picture

Found a patch where someone is caching below this at the url_alias level for taxonomy terms.
http://groups.drupal.org/node/97794#comment-828593

jcisio’s picture

Version: 6.x-dev » 8.x-dev

D8 first? custom_url_rewrite_outbound() (or hook_url_outbound_alter()) result is cacheable? I think we should bypass the cache in case there is a hook implementation.

pwolanin’s picture

Status: Needs work » Closed (duplicate)
pwolanin’s picture

Issue summary: View changes

Updated issue summary.