简体   繁体   中英

Chrome hanging up on “Processing Request”

My Rails app is having trouble loading in Chrome although it seems to work fine in Safari and Firefox. It only has issues on particular pages, for example:

http://buildinprogress.media.mit.edu/projects/2239/steps

$(window).load(function(){}); does not seem to be reached as the code within it (that removes the loading animation) is not executed.

Does anyone have any ideas on how to fix this?

It turned out that it was an image and video loading issue. To fix it, I implemented lazy loading for bootstrap carousel images and videos that weren't the default image.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM