How to load a script without blocking the whole page on Google Chrome?
- by Dyaz
I'm developing a website that uses an Ajax plugin to like/dislike/comments an item. But when there are multiple items on the same page, the page takes too long to be displayed. On google chrome for instance, for 10 items you have to wait something like 10 seconds before you can see anything.
But in Firefox, and IE 8, the other elements of the…