User "Catrope" changed the status of MediaWiki.r101488.

Old Status: new
New Status: reverted

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/101488
Commit summary:

Cache the result of User::getDefaultOptions(), so the UserGetDefaultOptions 
hook (introduced in r97365) is run only once rather than on every call. 
Discovered this issue after seeing an insane number of memcached fetches in my 
RL2 code, caused by a UserGetDefaultOptions hook accessing the Gadgets storage 
backend (which has a memc layer) and being called a zillion times due to this 
bug.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to