Zac Spitzer
Zac Spitzer
have you tried setting a breakpoint in dev tools and have a look at the structure of the response to the ajax call?
the problem is a nested template string `infos: "Showing {{ctx.start}} to {{ctx.end}} of {{ctx.total}} entries",` https://github.com/zspitzer/jquery-bootgrid/blob/master/src/public.js#L337 rather than add yet another level of recursion which would be repeated for every...
with the small dataset in the demo, it's taking 36ms to render with the old approach and 20ms to render using this new approach
I have updated the demo with more append options (10 ,100 and 1000 rows) and logging render time to both the browser console and on screen using Chrome 55, win10...
I have added a test which just compares the output from both the new and old approaches. I found a problem will null being returned when a property didn't exist....
Refactoring the functions out of the String prototypes into functions saved 400ms in IE and Edge https://developer.mozilla.org/en-US/docs/Web/JavaScript/The_performance_hazards_of__%5B%5BPrototype%5D%5D_mutation Refactoring out Array didn't make so much of a difference tho, but it's...
The remaining performance problems in Edge are simply browser problem https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/10152783/
me either! @michaeloffner can confirm this is what the manifest for the wrapped OSGI version of 2.7 looks like https://github.com/lucee/osgi-bundle-argon2/blob/master/pom.xml https://mvnrepository.com/artifact/org.lucee/argon2/2.7.0 ``` Manifest-Version: 1.0 Bnd-LastModified: 1595240457342 Build-Jdk: 1.8.0_161 Built-By: mic...
is that working or not? the 2.8 release notes say it was, but then I see it's been removed? https://github.com/phxql/argon2-jvm/commit/ef05f5d53d49f40a2132d2899df415ddb9302d3a https://github.com/phxql/argon2-jvm/commit/1f0717500173c3f65e6f8b06befd0d47e064a375
