Bitcoin Core full node (bitcoind) using romanz/electrs (via Docker) experiencing high latency of around 600-900 ms for querying address balances and wallet info.
The docker compose file shows services running Bitcoin Core and Electrs on the same local network with specific configurations and volumes.
Despite the hardware setup including AMD Ryzen 5 5600, 16GB RAM, NVMe SSD, and 1Gbps network speed, the address balance queries are slower than expected.
User seeks insights and suggestions for optimizing Docker or Electrs configurations to reduce query times and identifies potential bottlenecks in RocksDB, disk I/O, or Docker networking.