In order to speed up load time, we either need to multi-thread the retrieval of the statuses, OR get them via ajax. I'm leaning towards multi-threading, as this is a localized mini app, and the wait time to interact with the toggles if ajax is used could be large.
In order to speed up load time, we either need to multi-thread the retrieval of the statuses, OR get them via ajax. I'm leaning towards multi-threading, as this is a localized mini app, and the wait time to interact with the toggles if ajax is used could be large.