php-mpos/public/include/pages/api
Sebastian Grewe 8e4c56d597 [IMPROVED]
Splitting dashboard calls up instead of using one single API call:

* Use getuserbalance for Balance updates
* Use getuserworkers for Worker updates

For those and potential other SQL intensive Ajax calls I have added a
long ajax refresh interval setting. It can be set via admin panel and
will change the refresh time on the JS file on the dashboard for those
two calls.

Should help a bit with high worker and transaction volume pools.

Address #1159
2013-12-30 19:23:27 +01:00
..
getblockcount.inc.php API overhaul for easier handling of API calls 2013-09-17 11:55:54 +02:00
getblocksfound.inc.php API overhaul for easier handling of API calls 2013-09-17 11:55:54 +02:00
getcurrentworkers.inc.php API overhaul for easier handling of API calls 2013-09-17 11:55:54 +02:00
getdashboarddata.inc.php [IMPROVED] 2013-12-30 19:23:27 +01:00
getdifficulty.inc.php API overhaul for easier handling of API calls 2013-09-17 11:55:54 +02:00
getestimatedtime.inc.php API overhaul for easier handling of API calls 2013-09-17 11:55:54 +02:00
gethourlyhashrates.inc.php API overhaul for easier handling of API calls 2013-09-17 11:55:54 +02:00
getnavbardata.inc.php [ADDED] Possibility to disable navbar live updates 2013-12-23 21:38:21 +01:00
getpoolhashrate.inc.php API overhaul for easier handling of API calls 2013-09-17 11:55:54 +02:00
getpoolsharerate.inc.php API overhaul for easier handling of API calls 2013-09-17 11:55:54 +02:00
getpoolstatus.inc.php [ADDED] Pool name to getpoolstatus API 2013-11-05 15:15:48 +01:00
gettimesincelastblock.inc.php API overhaul for easier handling of API calls 2013-09-17 11:55:54 +02:00
gettopcontributors.inc.php [ADDED] gettopcontributors API call 2013-12-03 09:15:51 +01:00
getuserbalance.inc.php API overhaul for easier handling of API calls 2013-09-17 11:55:54 +02:00
getuserhashrate.inc.php API overhaul for easier handling of API calls 2013-09-17 11:55:54 +02:00
getusersharerate.inc.php API overhaul for easier handling of API calls 2013-09-17 11:55:54 +02:00
getuserstatus.inc.php [UPDATE] Moved transactions into special API call 2013-12-23 21:20:33 +01:00
getusertransactions.inc.php [ADDED] getusertransactions API call 2013-12-23 21:20:39 +01:00
getuserworkers.inc.php API overhaul for easier handling of API calls 2013-09-17 11:55:54 +02:00
public.inc.php API overhaul for easier handling of API calls 2013-09-17 11:55:54 +02:00