From version 24, the error "Timeout during..." occurs a lot.
It's very rare to see bugs like this in version 23.2.
So if anyone knows what this problem is, please help.
Thanks.
How can repeat this error? Is it even possible to repeat it intentionally?
Open developer tools in your own browser and look at the network tab. Click on the requests and click Block Request then refresh (Right click refresh button and reload without cache)
Keep blocking images and scripts until the website stops working
Take that list of blocked stuff and put it in your script using Request Mask Deny
Thank you! it worked, i was using [[VARIABLE]]/Images.txt with expression, it was also giving me error but then i used it with string then it worked. I thought in string, variables values cannot be used :)