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
Reading the data from the buffer repeatedly can be quite slow. Caching
this data can make it to be significantly faster.
Sequelize Before Change
Call to doSomething took 2571.7481999993324 milliseconds
Sequelize After Change
Call to doSomething took 1230.2330999970436 milliseconds
0 commit comments