open-accessibility icon indicating copy to clipboard operation
open-accessibility copied to clipboard

Performance Issue

Open eladvider-softangible opened this issue 7 years ago • 1 comments

Hi, The way that the plugin work create a huge performance issue,

Saving the original text size cause the DOM to be change and its blocking operation, and cause delay to the loading (especially Chrome)

see https://developers.google.com/speed/docs/insights/browser-reflow

eladvider-softangible avatar Jul 03 '18 08:07 eladvider-softangible

I solved it in my fork if you are interested https://github.com/boynet/open-accessability

I cant merge it because I made some other changes like replacing the icons with font-awesome and adding 2 new features (highlighted-headers and highlighted-links)

boynet avatar Aug 23 '18 10:08 boynet