justinsisley / mercenary

The force multiplier web app stack
3 stars 2 forks source link

Use memoization for all static HTML responses #140

Closed justinsisley closed 6 years ago

justinsisley commented 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.