benlilaj / gears

Automatically exported from code.google.com/p/gears
0 stars 1 forks source link

Database access in Chrome is 1000x slower than Firefox #867

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to http://treehou.se/~omar/databasetest.html
2. Allow Gears.
3. Click 'Create table'.
4. Click 'Fill table'.
5. Click 'Select all'.

What is the expected output? What do you see instead?

Expected:

Chrome runs the 'Select all' action in a comparable time to Firefox.

What I see instead:

Chrome runs the 'Select all' action in about 1000 ms.
Firefox runs the 'Select all' action in 1 ms.

What version of the product are you using? On what operating system?

Chrome 2.0.172.8
Firefox 3.0.10
Gears 0.5.16.0
Windows Vista + SP1

Please provide any additional information below.

ResultSet.isValidRow and ResultSet.next run in about 500ms each (called
1000 times).

This is probably the same bug as #734.

Original issue reported on code.google.com by omar.kil...@gmail.com on 28 Apr 2009 at 11:47