You need to cache the proper templates:
Code:
<plugin active="1" executionorder="1">
<title>QEQRIF Cache</title>
<hookname>cache_templates</hookname>
<phpcode><![CDATA[$globaltemplates = array_merge($globaltemplates, array('editor_smilie', 'editor_smiliebox', 'editor_smiliebox_row', 'newpost_disablesmiliesoption', 'quickreply_full'));]]></phpcode>
</plugin>
As not doing so will add 5 extra queries to EACH topic.