12/04/2014 at 10:19 am
#311723
Keymaster
@ Chris
I suspect the issue is you’re trying to show all 2015 entries on a single page. That’ll never work, you’ll exhaust all the memory allocated to PHP on the web server. The same thing would happen if you tried to list 2015 WordPress posts on the same page so it’s not a Connections issue. You’re going to need a template that support pagination, like cMap.
Hope that helps!
