Did some testing with the above approach and the results are more or less the same.<div>Comment meta values can be send with wp.getComments method.</div><div><br></div><div>patched this ticket</div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://core.trac.wordpress.org/ticket/13835">http://core.trac.wordpress.org/ticket/13835</a><br>
<br><div class="gmail_quote">On Thu, Mar 24, 2011 at 1:49 AM, Joseph Scott <span dir="ltr">&lt;<a href="mailto:joseph@josephscott.org">joseph@josephscott.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
There is no harm in sending back an empty array for comments that have<br>
no meta data.<br>
<br>
Have you benchmarked these different approaches to determine that it<br>
would double the response time?  I don&#39;t think it will dramatically<br>
increase the over head, but I&#39;d be curious to see test results.  After<br>
for sites that cache data I think it the difference will be very, very<br>
small.<br>
<br>
On Wed, Mar 23, 2011 at 11:21 AM, prasath nadarajah<br>
<div class="im">&lt;<a href="mailto:n.prasath.002@gmail.com">n.prasath.002@gmail.com</a>&gt; wrote:<br>
</div><div class="im">&gt; what i thought was most of the blog dont use commenta meta value.<br>
&gt; post meta values are extensively used, but not comment metas.<br>
&gt; If you use the default comment form the comment meta tables will<br>
&gt; be empty. my comment meta table is empty i guess this is the case with<br>
&gt; most of the blogs including <a href="http://wordpress.com" target="_blank">wordpress.com</a> blogs.<br>
&gt; Also comments are greater in numbers than posts. typically a famous blog<br>
&gt; will have 40-60 comments. so everytime you query for a comment it<br>
&gt; will query comments table as well as the comment meta table.<br>
&gt; this may possibly double the response time in mobile apps.<br>
&gt; seperately querying for meta values when needed is more efficient.<br>
&gt; what do you think?<br>
&gt; correct me if i,m wrong<br>
<br>
<br>
<br>
</div>--<br>
<div><div></div><div class="h5">Joseph Scott<br>
<a href="mailto:joseph@josephscott.org">joseph@josephscott.org</a><br>
<a href="http://josephscott.org/" target="_blank">http://josephscott.org/</a><br>
</div></div></blockquote></div><br></div>