I'm using this plugin to give me a fairly long list of nodes.
I've played around and 500 items seems to be the limit, or else I get a 500 internal server error response.

I got around 4-5.000 items so it's fairly limiting.

anyone successfully set up a JSON output of large amounts ?

(PS: I have the view set to do caching in the views setup, is there any other way, perhaps ?)

Comments

Charles Herring’s picture

I have the same issue. 500 error is generated by an out of memory condition.

anthonylindsay’s picture

For really large datasets, https://drupal.org/project/views_data_export is your man. Alas, it won't do JSON. But it will do XML, if you can parse that.

Views datasource is geared towards smaller datasets.

You can also try the Services module, but I guess it will have similar memory problems to this module.

anthonylindsay’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)