[ 
https://issues.apache.org/jira/browse/COUCHDB-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754982#action_12754982
 ] 

Jason Davies commented on COUCHDB-502:
--------------------------------------

I *think* it's a Futon issue.  I would need to look into it to be sure though, 
perhaps it can be solved using some kind of lazy loading/rendering.

We should also upgrade to jQuery 1.3.2, see COUCHDB-432.  1.3.2 has performance 
improvements related to :visible/:hidden selectors which may affect us, and it 
should improve performance generally.

> Large objects/text crash the view server
> ----------------------------------------
>
>                 Key: COUCHDB-502
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-502
>             Project: CouchDB
>          Issue Type: Bug
>          Components: JavaScript View Server
>    Affects Versions: 0.9.1
>         Environment: Futon on Apache CouchDB  0.9.1, ubuntu
>            Reporter: Jos Boumans
>
> Any sufficiently large JSON object will cause script time outs in 
> firefox/safari. The example object I used had 500 individual keys, whose 
> values were hashes with 20 individual keys.
> Storing that same JSON ***AS STRING*** made firefox issue the following error 
> on the console, stopping rendering altogether: script stack space quota is 
> exhausted.
> Statement executed is: var match = quickExpr.exec( selector );\n from 
> jquery.js?1.3.1 (line 50)

-- 
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