Kibana version:
Master
Original install method (e.g. download page, yum, from source, etc.):
Source
Describe the bug:
When for example Observability homepage is loaded, it has too many requests for licensing info originating from x-pack/licensing plugin.
In below example there are 9 xhr requests for same api.

This is the URL it calls
http://localhost:5601/api/licensing/info
There should be only one request to get license info.
Kibana version:
Master
Original install method (e.g. download page, yum, from source, etc.):
Source
Describe the bug:
When for example Observability homepage is loaded, it has too many requests for licensing info originating from
x-pack/licensingplugin.In below example there are 9 xhr requests for same api.
This is the URL it calls
http://localhost:5601/api/licensing/info
There should be only one request to get license info.