You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Alexander Shorin (JIRA)" <ji...@apache.org> on 2014/09/03 06:52:51 UTC

[jira] [Created] (COUCHDB-2315) Documents paging generates too many requests

Alexander Shorin created COUCHDB-2315:
-----------------------------------------

             Summary: Documents paging generates too many requests
                 Key: COUCHDB-2315
                 URL: https://issues.apache.org/jira/browse/COUCHDB-2315
             Project: CouchDB
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Fauxton
            Reporter: Alexander Shorin


When you navigates through list of documents Fauxton sends 2 requests: for new page items and fetching all design documents. Also, there is no protection from double and multiple clicks on prev/next page button: it's possible to send a lot of similar requests to CouchDB while only one will be actually processed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)