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

prasath nadarajah n.prasath.002 at gmail.com
Wed Mar 23 17:21:51 UTC 2011


Hi joseph,
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


On Wed, Mar 23, 2011 at 9:47 PM, Joseph Scott <joseph at josephscott.org>wrote:

> On Sat, Mar 19, 2011 at 12:01 PM, prasath nadarajah
> <n.prasath.002 at gmail.com> wrote:
> > Adding support to return comment meta values. This has been requested in
> > trac. I think having separate methods for comment meta values is good
> rater
> > than integrating into comment methods.
>
>
> I don't think we really need separate individual methods for comment
> meta data.  For post meta data we expose it via the existing post
> management methods.
>
>
> --
> 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/20110323/7078f188/attachment.htm>


More information about the wp-xmlrpc mailing list