A UI improvement to this page made over 10.02 added a count of translatable messages to the templates listing. However instead of using the cached POTemplate.messageCount it used POTemplate.getPOTMsgSetCount, which is normally only used for recomputing statistics (and besides, was rather suboptimal). So some easy fixes there; fragment caching is still worth it though.
A UI improvement to this page made over 10.02 added a count of translatable messages to the templates listing. However instead of using the cached POTemplate. messageCount it used POTemplate. getPOTMsgSetCou nt, which is normally only used for recomputing statistics (and besides, was rather suboptimal). So some easy fixes there; fragment caching is still worth it though.