I am experiencing problems with Chrome and animated .Gif in which they frozen, are slow loading, show screen tearing animations and etc.
The main reason why your GIFs load so slowly is likely because you have too many frames in the GIF. Next time, delete one frame for every two that you use.
Sign out of your Google account and sign back in. Restart your device. Take a look at your Wi-Fi connection and make sure it's up and running. Try resetting your Internet network settings.
But the major reason for slow page loading speed in Chrome might have to do with virus or malware, temporary files, browser extension might be conflicting, corrupt bookmarks, hardware acceleration, outdated Chrome version, Antivirus firewall settings, etc.
1- Type chrome://plugins
into the address bar
2- Click the button on the right side to expand the plugins.
3- Look for the PPAPI PepperFlash plugin.
4- Click Disable
If you already have the official Adobe version of Flash installed, it should show up right under the pepperflash plugin listing
5- Leave this one enabled. Otherwise go download the official one from adobe (http://get.adobe.com/flashplayer/)
6- Clear the cache. Restart chrome.
Note: Pepperflash re-enables itself after Chrome updates so look out for that. Seems that this bug is fixed in the Chrome dev builds, so it might be fixed in an update sooner or later.
Source: http://www.neogaf.com/forum/showthread.php?t=502191
Are you using the animated GIFs as a background image on an element? Chrome is known to have problems with this. If you can find a way to use them in the actual markup, Chrome will serve them fine.
If you use AJAX requests on the page and these are synchronized ( async: false
in jquery ), this can be happening in opera/chrome.
AJAX is defaultly asynchronous, so if you did not explicitly state async: false
, you do not have to state async: true
and this answer might not help you.
Try deleting the line containing async: false
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With