Skip to content Skip to sidebar Skip to footer
Showing posts with the label Performance

Jquery Bind() Unbind() And On() And Off()

Im working on a small adminarea for a webpage. Does it make sense to unbind events for increasing p… Read more Jquery Bind() Unbind() And On() And Off()

Poor Time Performance Of 'rake Assets:precompile'

Running: bundle exec rake assets:precompile RAILS_ENV=production Takes about 6 minutes for 15 .js … Read more Poor Time Performance Of 'rake Assets:precompile'

Three Js 25000 Boxgeometry 200 Models How To Increase Performance

I am knew to WebGL and Three js having been able to get enough code together to be able to add 25K … Read more Three Js 25000 Boxgeometry 200 Models How To Increase Performance

Highlighting Text In Document (javascript) Efficiently

How can I (efficiently - not slowing the computer [cpu]) highlight a specific part of a page? … Read more Highlighting Text In Document (javascript) Efficiently

Best Way To Compare An Array Of Strings To An Array Objects With String Properties?

I have an array of object, within those objects is a name property. const objArr = [ { name: 'A… Read more Best Way To Compare An Array Of Strings To An Array Objects With String Properties?

Disable Javascript Function Based On The User's Computer's Performance

My website has a jQuery script (from Shadow animation jQuery plugin) which constantly changes the c… Read more Disable Javascript Function Based On The User's Computer's Performance