[wp-xmlrpc] GSOC Proposal - Extending WordPress Remote API

prasath nadarajah n.prasath.002 at gmail.com
Thu Mar 24 19:40:07 UTC 2011


Did some testing with the above approach and the results are more or less
the same.
Comment meta values can be send with wp.getComments method.

patched this ticket
http://core.trac.wordpress.org/ticket/13835

On Thu, Mar 24, 2011 at 1:49 AM, Joseph Scott <joseph at josephscott.org>wrote:

> There is no harm in sending back an empty array for comments that have
> no meta data.
>
> Have you benchmarked these different approaches to determine that it
> would double the response time?  I don't think it will dramatically
> increase the over head, but I'd be curious to see test results.  After
> for sites that cache data I think it the difference will be very, very
> small.
>
> On Wed, Mar 23, 2011 at 11:21 AM, prasath nadarajah
> <n.prasath.002 at gmail.com> wrote:
> > what i thought was most of the blog dont use commenta meta value.
> > post meta values are extensively used, but not comment metas.
> > If you use the default comment form the comment meta tables will
> > be empty. my comment meta table is empty i guess this is the case with
> > most of the blogs including wordpress.com blogs.
> > Also comments are greater in numbers than posts. typically a famous blog
> > will have 40-60 comments. so everytime you query for a comment it
> > will query comments table as well as the comment meta table.
> > this may possibly double the response time in mobile apps.
> > seperately querying for meta values when needed is more efficient.
> > what do you think?
> > correct me if i,m wrong
>
>
>
> --
> Joseph Scott
> joseph at josephscott.org
> http://josephscott.org/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.automattic.com/pipermail/wp-xmlrpc/attachments/20110325/1de9f7a1/attachment.htm>


More information about the wp-xmlrpc mailing list