Closed justinsisley closed 6 years ago
We're currently using some conditional statements inside of our static page handlers within server/index.js. We should make those handlers cache the results of the first check so they never have to incur the overhead of the condition again.
server/index.js
We're currently using some conditional statements inside of our static page handlers within
server/index.js
. We should make those handlers cache the results of the first check so they never have to incur the overhead of the condition again.