So I have. a database of things called “Papers”. Each one of these papers as a integer called “step”. Here is a series of steps tell me if the conditional eats up a work unit.
-
When the page is loaded it automatically has the thing (paper) sent to the page from the previous call.
-
I then run a check on the pages paper to check the step.
Question:
Because the page already has the “thing” loaded. Does it still eat up the work unit for searching the database even though I have it preloaded in the page as an item.