Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

f5Subrun's avatar
f5Subrun
Icon for Cirrus rankCirrus
Mar 05, 2026

GIS app loading very slow through F5 LTM

hi looking for suggestions how to check latency for a GIS app hosted through F5. it takes around 50 secs to load the default page. 

3 Replies

  • Right now there isn’t enough information to identify the cause. A 50-second delay alone isn’t enough to determine whether the issue is on F5, the network, or the backend application.

     

    I would start by isolating where the delay occurs: DNS lookup, TCP/SSL handshake, F5 processing, or backend server response. On BIG-IP you can check the virtual server and pool member statistics, and run a tcpdump on both clientside and serverside. That usually shows quickly whether the delay happens before reaching the server or while waiting for the server response.

     

    It’s also helpful to compare direct access to the server vs through F5, and check the browser developer tools waterfall to see which step is taking the time.

  • Hi, 
    Beside the below Comments, 

    1- try to use Performance layer 4 for your GIS Virtual server , doing this ( BIGIP doesn't termintate SSL also doesn't perform HTTP pasrsing ). 

    2- Take a PCAP and check the response time for this specific URI. 

    3- Take HAR file from your browser to see this Latency from end user perspective. 

    you can also bypass BIGIP from the path and access the application server directly for this URI, and check if the perfomance improved. 

    All of the steps just to isolate, because this slowness maybe from the Application server. 

    Also it's very important to ask the application developer/owner if this URI perform heavy DB Queries or not. 

     

    Take also Pcap via standard Virtual server, and check if you encounter TCP error messages regarding Latencies like ( TCP Zero Window , Window Full ..... ) 

    https://my.f5.com/manage/s/article/K35612380