Data set: 4326 items collection

Action with type “RECEIVE_COLLECTION” took 4676.01 milliseconds.

forEach

Action with type “RECEIVE_COLLECTION” took 14955.55 milliseconds.

reduce option

Action with type “RECEIVE_COLLECTION” took 4906.81 milliseconds.

forEach

Action with type “RECEIVE_COLLECTION” took 5162.06 milliseconds.

for (const row of action.data) {

Action with type “RECEIVE_COLLECTION” took 4967.45 milliseconds.

for(var i = 0; i < action.data.length; i++){

Action with type “RECEIVE_COLLECTION” took 4783.56 milliseconds.

const song = new Song(row).toDocument()

Action with type “RECEIVE_COLLECTION” took 2981.57 milliseconds.

queue view

Action with type “RECEIVE_COLLECTION” took 4789.26 milliseconds.

collection view

Action with type “RECEIVE_COLLECTION” took 3314.61 milliseconds.

stop using slugify when recovering songs from database (which ids are already setted)

Action with type “RECEIVE_COLLECTION” took 3895.10 milliseconds.

Action with type “RECEIVE_COLLECTION” took 2189.20 milliseconds.

Stop using uglify for ArtistId

Action with type “RECEIVE_COLLECTION” took 2252.27 milliseconds.

Action with type “RECEIVE_COLLECTION” took 127.22 milliseconds.

Stop ussing uglify for AlbumId

Comments

⬆︎TOP