You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "mikeal (JIRA)" <ji...@apache.org> on 2010/09/20 19:16:35 UTC

[jira] Created: (COUCHDB-890) Add caching to CommonJS modules

Add caching to CommonJS modules
-------------------------------

                 Key: COUCHDB-890
                 URL: https://issues.apache.org/jira/browse/COUCHDB-890
             Project: CouchDB
          Issue Type: Improvement
          Components: JavaScript View Server
         Environment: All
            Reporter: mikeal


We need some caching in the commonjs modules so that when you require('jsdom') it doesn't eval it every time you do a GET request to a show function.

Patch coming.

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


[jira] Updated: (COUCHDB-890) Add caching to CommonJS modules

Posted by "Paul Joseph Davis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Joseph Davis updated COUCHDB-890:
--------------------------------------

    Skill Level: New Contributors Level (Easy)

> Add caching to CommonJS modules
> -------------------------------
>
>                 Key: COUCHDB-890
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-890
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: JavaScript View Server
>         Environment: All
>            Reporter: mikeal
>         Attachments: commonjscache.diff
>
>
> We need some caching in the commonjs modules so that when you require('jsdom') it doesn't eval it every time you do a GET request to a show function.
> Patch coming.

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


[jira] Updated: (COUCHDB-890) Add caching to CommonJS modules

Posted by "mikeal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

mikeal updated COUCHDB-890:
---------------------------

    Attachment: commonjscache.diff

> Add caching to CommonJS modules
> -------------------------------
>
>                 Key: COUCHDB-890
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-890
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: JavaScript View Server
>         Environment: All
>            Reporter: mikeal
>         Attachments: commonjscache.diff
>
>
> We need some caching in the commonjs modules so that when you require('jsdom') it doesn't eval it every time you do a GET request to a show function.
> Patch coming.

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