I'm implementing Marqo, which means we want this data to be fast and light, focusing only on what we want to index on. Fortunately, both purchasable and also registrationFields are data calls that we can resolve async (either via HTMX on load, or via templ http streaming if Lambda API Gateway allows it) so we want to move those out.
Also some adjustments are made based on the following marqo index configuration:
I'm implementing Marqo, which means we want this data to be fast and light, focusing only on what we want to index on. Fortunately, both
purchasable
and alsoregistrationFields
are data calls that we can resolve async (either via HTMX on load, or viatempl
http streaming if Lambda API Gateway allows it) so we want to move those out.Also some adjustments are made based on the following marqo index configuration: