craigwatson / bitcoind-status

PHP application to display status and information from the Bitcoin node daemon.
https://odin.vikingserv.net
Apache License 2.0
82 stars 77 forks source link

Really Slow Performance #50

Open danny91 opened 6 years ago

danny91 commented 6 years ago

Hi unsure whats causing this but since pulling the new version's for use on 0.16 performance has been really bad taking 60+ seconds to render the page and mostly timing out. Going back to a previous version and changing getinfo to getnetworkinfo seems to fix this so it must be something else.

I've attached my working version as i am unsure at what point in the commit history it was?

BitcoinStatsWorks.zip

Ubuntu 16.04 Nginx PHP 7.0 Bitcoin Core 16.0

node.arihanc.com (to view the live version)

Any help appreciated thanks.

danny91 commented 6 years ago

Seems its to do with bitnodes the one i had working was using the old urls (21.co) and the new site seems to be down at the moment causing the stats page to hang. Maybe it should be changed if bitnodes does not respond in a few seconds to build the rest of the page without it?