Due to the current implementation, getting the existing entity types and entity count takes a lot of time.
Since it seems to me that orionexplorer does not need all the info returned by the "/v2/types" call, i would recomend to use "/v2/types?options=noAttrDetail" instead, as [documented].(https://fiware-orion.readthedocs.io/en/1.7.0/user/ngsiv2_implementation_notes/#noattrdetail-option)
I've tested changing it in here and it works just fine.
Cheers
Due to the current implementation, getting the existing entity types and entity count takes a lot of time.
Since it seems to me that orionexplorer does not need all the info returned by the "/v2/types" call, i would recomend to use "/v2/types?options=noAttrDetail" instead, as [documented].(https://fiware-orion.readthedocs.io/en/1.7.0/user/ngsiv2_implementation_notes/#noattrdetail-option)
I've tested changing it in here and it works just fine.
Cheers