Expand my Community achievements bar.

SOLVED

Quer Builder API Crashing on Chrome & Safari

Avatar

Former Community Member

I've built a site using the query builder api which searches for assets within AEM,

however the site seems to crash or take forever to load when on Chrome/Safari, but

works like a charm on Firefox. Any ideas on how to optimize this?

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 10

So the issue is the browser is not properly displaying the reset set (the data returned from the servlet). Display the result set in a plug-in - ie a data grid plug-in for example. 

View solution in original post

3 Replies

Avatar

Level 10

Is your QUeryBuilder code located in an OSGi bundle or a JSP? 

Avatar

Former Community Member

On a servlet, so basically on a OSGi bundle.

Avatar

Correct answer by
Level 10

So the issue is the browser is not properly displaying the reset set (the data returned from the servlet). Display the result set in a plug-in - ie a data grid plug-in for example.