Replies: 0
<tr>
<td class=”text-center align-middle”>
[if picture]
[else]

[/if]
</td>
<td class=”text-center align-middle”>
<h6>{@family_name_khmer}{@given_name_khmer}<br/>{@post_title}</h6>
</td>
<td class=”text-center align-middle” id=”content-desktop”>
[if participated_in_interview]
[each participated_in_interview]
[if video_link]
![]()
[else]
[if audio_link]
![]()
[/if]
[/if]
[/each]
[/if]
</td>
<td class=”text-center align-middle” id=”content-desktop”>
[if participated_in_interview]
[each participated_in_interview]
[if transcript_file]

[/if]
[/each]
[/if]
</td>
<td class=”text-center align-middle” id=”content-desktop”>
[if participated_in_interview]
[each participated_in_interview]
[if translation_file]

[/if]
[/each]
[/if]
</td>
<td class=”text-center align-middle”>
[if participated_in_interview]
[each participated_in_interview]
[if interview_date]
<h6>{@interview_date}</h6>
[/if]
[if interview_year]
[if interview_month]
[if interview_day]
<h6>{@interview_day} {@interview_month} {@interview_year}</h6>
[else]
<h6>{@interview_month} {@interview_year}</h6>
[/if]
[else]
<h6>{@interview_year}</h6>
[/if]
[/if]
[/each]
[/if]
</td>
<td class=”text-center align-middle” id=”content-desktop”>
[if participated_in_interview]
[each participated_in_interview]
[if interviewees_age]
{@interviewees_age}
[/if]
[/each]
[/if]
</td>
<td class=”text-center align-middle” id=”content-desktop” style=”display:none”>
[if participated_in_interview]
[each participated_in_interview]
[if story_included]
{@story_included}
[/if]
[/each]
[/if]
</td>
<td class=”text-center align-middle” id=”content-desktop” style=”display:none”>
{@gender}
</td>
<td class=”text-center align-middle” id=”content-desktop” style=”display:none”>
{@birth_location_province}
</td>
</tr>`
I wrote the code above that retrieves the data very slowly, especially the picture part. I thought it might have something to do with the way im looping through all the interviews or maybe the way im retrieving the data. Is there a better way to data retrieve in pods?
Is there a way to lazy load the data (like 10 at a page)? Instead of loading all at once?
Same data not in pods but through wordpress
— http://humstaging.byu.edu/cambodianoralhistories/
speed has no problem