[
https://issues.apache.org/jira/browse/COUCHDB-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14165868#comment-14165868
]
Ben Keen commented on COUCHDB-2315:
-----------------------------------
The extra ddoc request is done because it's hooked up to the establish()
function which runs on all routes changes within the documents section. Feels
like we might be barking up the wrong tree there, so I'll look at refactoring.
> 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
> Assignee: Ben Keen
>
> 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)