I have a small database that tracks information in one view. The user can add a new row and also edit a row. The lag happens when loading the add.js or edit.js files which open new windows. When the user clicks the add button the tableView doesn't get displayed instantly, there is a slight lag in building the 5 row table. Same thing happens when loading the table from the database.
Has anyone experienced this?