Use transactions for update/insert
Status: Beta
Brought to you by:
bjorn_weghenkel
use this.dbConn.beginTransaction() and this.dbConn.commitTransaction() in markAsRead/Unread functions to wrap many INSERT/UPDATE statements in loop. Or add statements to array and execute them with executeAsync().
My browser is much more responsive with this change.