What can cause a double page request?

前端 未结 6 1092
醉话见心
醉话见心 2020-12-21 06:03

I am currently investigating a double request problem on my site. Not all the time, but sometimes, a requested page will in fact load twice...which is not a problem really u

6条回答
  •  失恋的感觉
    2020-12-21 07:01

    We had a very strange behaviour in our CMS where an iframe in a jQuery dialog lightbox made a doubled database insert. After hours of debugging and loud WTFs we nailed it down. the dialog close method was setting the focus to the iframe of the dialog before destroying it and caused a reload of the iframe url!

提交回复
热议问题