All Questions
Tagged with curl javascript
2 questions
1
vote
1
answer
204
views
Displaying an order status form
Below is code i used to call Api and display the "Status" results in web page.
my senior told me that code is completely mess and need to improve so that it should be easy to understand for others. ...
3
votes
3
answers
2k
views
Service status checker... Is there a more efficient way?
I've been working on a website status checker.. However this array that I use has around 30 sites within it, I've noticed it's taking around 6-7 seconds to load it.
I was wondering if there's any ...