crawlergo icon indicating copy to clipboard operation
crawlergo copied to clipboard

Duplicate Requests

Open redkit75 opened this issue 1 year ago • 2 comments

No matter what filter is used, too many identical URL and body requests are being sent. Also, it's ridiculous that it's sending 40-50 requests to the URL of some .js files.

redkit75 avatar Apr 18 '23 20:04 redkit75

Can you provide an example or running log

HeisenbergV avatar Jul 18 '23 03:07 HeisenbergV

No matter what filter is used, too many identical URL and body requests are being sent. Also, it's ridiculous that it's sending 40-50 requests to the URL of some .js files.无论使用什么过滤器,都会发送太多相同的 URL 和正文请求。此外,它向某些 .js 文件的 URL 发送 40-50 个请求是荒谬的。

因为每个浏览器访问某个链接都会触发相应的JS 这是无法避免的,除非有种比较好的本地缓存方式把对应的返回包存储起来,请求重复JS时返回。

Miracles666 avatar Jul 26 '24 07:07 Miracles666