Running into some difficulties with this suddenly on a live site. Been working fine up till now. Code is pretty straightforward…
<ul>
{exp:channel:entries
disable="member_data|pagination"
cache="yes"
channel="teams"
dynamic="yes"
orderby="title"
refresh="60"
sort="asc"
sticky="no"
}
{reverse_related_entries channel="clubs"}
{if no_reverse_related_entries}<li>No clubs available</li>{/if}
<li><a href="http://{title_permalink=clubs}">{title}</a></li>
{/reverse_related_entries}
{/exp:channel:entries}
</ul>It should display a list of all clubs with teams (based on category_url).
This is a fairly high traffic site with a large exp_relationships table (80Mb). Various reasons it was done with relationships rather than categories in this case. I’ve optimised the table, and the server has a 128Mb memory_limit. All I get from the template is the dreaded white screen!
Anyone know any tricks/tips I can try to optimise further?
Any help much appreciated.