playMaker

Author Topic: Questions on performance  (Read 973 times)

elusiven

  • Full Member
  • ***
  • Posts: 233
  • Debt we all must pay...
Questions on performance
« on: January 27, 2017, 06:32:24 AM »
Hi there

Got a few questions regarding the performance when using playmaker... It takes about 2-3 seconds to load one of my views, it is checking in xml for multiple nodes several times but it seems slow, and it's a singleton so when the view isn't there, it will get created and if it does exist then it will just update all the fields from xml so it doesn't destroy itself really. 

1. Is there a tool to monitor the performance of each fsm, state etc? Like in how many seconds it executed? ( Is it in the Fsm Log? )

2. What is faster... Create a template, and run the fsm or launch an event?

3. Also, for some reason my scrollrect gets slow when it gets more than +2 items inside, not sure why... Is there a way to debug this?

4. Currently when I read data from an xml file that has player progress, I get the  encrypted string from ES2 and then each time I check something I load it into the proxy, is that okay or would it affect the performance?

5. Is there a limit for XML single file load ? Like 10,000 lines or something, or can the XML be 2gb and still will be loaded into proxy?
« Last Edit: January 27, 2017, 10:05:43 AM by elusiven »