I have run into a problem with the game that we are building hanging for around 3-6 seconds between a specific layout pair.
When the button to swap layouts is clicked, the game freezes for a few seconds, then loads the new layout.
Has anyone else run into something like this? If so, did you find what caused it for you?
The generic list of actions that occur on layout load are:
1) All of the static objects are loaded (maybe 5-10 objects, 1 very large (2000x1000px) object)
2) AJAX call with ~100 character response
3) response is parsed into a rex_rainbow Hash table
4) Dynamic objects are loaded, based on AJAX data (3-11 objects)