You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
readFile seems to take up the largest amount of processing time.
This app parsing static files for each request. These could probably be moved to a database of some sort for faster I/O. They could also be loaded into memory when the app boots (easiest option).
The text was updated successfully, but these errors were encountered:
readFile
seems to take up the largest amount of processing time.This app parsing static files for each request. These could probably be moved to a database of some sort for faster I/O. They could also be loaded into memory when the app boots (easiest option).
The text was updated successfully, but these errors were encountered: