[TYPO3-dev] AJAX response size limit?

Steffen Kamper info at sk-typo3.de
Tue Nov 30 12:08:45 CET 2010


Hi,

François Suter schrieb:
> Hi all,
> 
> I'm trying to return an important amount of data (JSON-encoded) in a BE 
> module as a result of an AJAX call, but I get an empty response. If I 
> limit the quantity of data, I get a correct response. I've found some 
> information hinting at a size limit, but I couldn't find any hard 
> figures. Does anyone have an idea what the limit is and what sets the 
> limits (i.e. server, browser, JS library, etc.)?
> 

requests are linited in time, not size. have a look at FB console - does 
it turn to red?

Have a look to
http://dev.sencha.com/deploy/ext/docs/?class=Ext.Ajax&member=timeout

vg Steffen




More information about the TYPO3-dev mailing list