Support GET batching for JSON-RPC for latency
---------------------------------------------

                 Key: SHINDIG-607
                 URL: https://issues.apache.org/jira/browse/SHINDIG-607
             Project: Shindig
          Issue Type: Improvement
          Components: RESTful API (Java), RESTful API (PHP)
            Reporter: Evan Gilbert
            Priority: Minor


POSTs have higher latency than GETs as they require 2 server round trips with 
many browsers (see http://developer.yahoo.com/performance/rules.html#ajax_get).

We should add support for a batch GET URL and use when possible.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to