Group of groups can become quite performance intensive thing. If you have multiple different element types or multiple levels of groups, resulting database query to load all the data becomes highly complex. In your case it looks that you just reached the limit that server is able to process as single query. You can try to split groups to more smaller ones or simplify hierarchy. Sometimes small change can cause big change in result query.
↧