You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a list of roughly 200 resources in a MODX collection. We are using getResources to display the sortable list of resources. The list is sortable based on 2 different tag groups. A sample of our code in the template chunk is below. As you will see, we need 3 TaggerGetTags calls in order for this to function properly, however, with this many snippet calls, we've noticed a significant increase in the page load time (about 1min). Is there a better way to optimize this?
We have a list of roughly 200 resources in a MODX collection. We are using getResources to display the sortable list of resources. The list is sortable based on 2 different tag groups. A sample of our code in the template chunk is below. As you will see, we need 3 TaggerGetTags calls in order for this to function properly, however, with this many snippet calls, we've noticed a significant increase in the page load time (about 1min). Is there a better way to optimize this?
The text was updated successfully, but these errors were encountered: