Hi there,
thanks for the great patches, it reduced the queries a lot and improved the performance, but inevitable hacking core means trouble later down the road, so i was tearing my hear off until i found this issue here, so i removed forum-access, so i am going to resort to another module to get the trick done, therefore i am asking about the risk of conflict of the patch with other modules such as taxonomy_access.module and content_access.module ?
thanks in advance.

Comments

firebus’s picture

my understanding is that TAC will definitely break the taxonomy caching and search caching.

other modules that implement node_access will break search caching.

however, i don't think it will break node caching - we're not caching node lists (which are sensitive to node_access modules) and individual node views are subject to the normal permissions checks even when they are cached.

firebus’s picture

Assigned: Unassigned » firebus
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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