Chrome connecting issue while running test case

Hi All,

I am encountering an issue while running a test case via Chrome.

After entering the testing page, Chrome will be very slow showing conneting in the status bar. So I pressed F12 to see what is exactly happened under the testing environment. Very interesting, the page tries to load a css file from memory cache, and it costed 1.8min to load 0 byte!

However, when I visit the page without under the running test environment, it just costed 16ms to load that css file from disk cache.

How that happened? Is there any solution to fix this issue?

Great thx!

Image 1.png

Image 3.png

Image 2.png

Fixed! select windows->perferences->katalon->proxy , and set ‘proxy option’ to ‘use system proxy configuration’ ……^____^