Jump to content

Database Performance: Overhead associated with conditionally visible objects


Jarvis

This topic is 3332 days old. Please don't post here. Open a new topic instead.

Recommended Posts

How much overhead is associated with conditionally visible objects?

 

If I have a popover button or a slide control that is conditionally visible and the condition is such that this object is not visibly present, does the server have to evaluate for this condition anyway?

If nothing is being drawn or refreshed on the screen does this add weight to the file?

 

Put another way,  if the condition is such that the object is visible, does this take longer to load than if the object was not visible?

Link to comment
Share on other sites

Thanks David,

 

I am trying to make this thing be kind of like a blank layout.

I don't want to unnecessarily clog the arteries but I don't mind a little performance degradation if there is some nutrition at the end of the road.

Link to comment
Share on other sites

If I were you I would create a new file and test it. Throw a bunch of objects on a layout, conditional visibility setup...and see what happens.

 

Test them visible, and not.

 

Some of the performance is going to be based on the complexity of the formula. Since FM has to read it, and calculate it.

Link to comment
Share on other sites

This topic is 3332 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.