cancel
Showing results for 
Search instead for 
Did you mean: 

HANA http response for static content

shady_shen
Employee
Employee
0 Kudos

Dear fellows,

  I'm experiencing a http response degradation with a newly installed HANA REV 101 system.

  The wait time for retrieving a small static css file is as high as 300~500ms, which is 10 times as big as my previous rev 93 server.

  Could anyone suggest where problem might be with my new HANA server?

Thanks and Best Regards,

Shady

Accepted Solutions (0)

Answers (1)

Answers (1)

lucas_oliveira
Advisor
Advisor
0 Kudos

Hi Shady,

As an SAP Employee you could have used the internal channels to ask this sort of question.

To your scenario: chances are this is related to the network between your client (browser) and appliance. If you haven't done that already you can try to rule out where the issue is first. Time the get content action *directly* from the appliances hosts (both the old and the new). This should not display any difference which points out to a network issue.

In other words: log into each appliance host (assuming you have single nodes here) and use linux time / wget to get these numbers. Something like:


$ time wget http://path.to.your.application -q --output-document=/dev/null

Let us know the results.

BRs,

Lucas de Oliveira