IndexedDB slow when inserting
问题 I installed iOS 8 on a third generation iPad and tried IndexedDB in Safari. My sample code just adds 1000 objects to an object store. It works however it is very slow compared to other devices with similar or weaker hardware. See this snippet for implementation details (IndexedDB seems to be disabled on stackoverflow so the example does not work out of the box - use this fiddle instead ): Added the snippet to jsbin because jsfiddle raises a SecurityException on iOS device and updated with