Basically, the web server couldn’t get through to a DNS server to look things up, and that led to a 30 second timeout, making some pages slow.
Fixed now.
Michael
Basically, the web server couldn’t get through to a DNS server to look things up, and that led to a 30 second timeout, making some pages slow.
Fixed now.
Michael
One more option:
1. Open a Terminal window
2. Check your current setting
sudo defaults read /Library/Preferences/com.apple.airport.bt.plist bluetoothCoexMgmt
It is absolutelly normal to have it stating that the setting does not exist. It just means that to revert you have just to delete it.
3. Set the new value to Hybrid
sudo defaults write /Library/Preferences/com.apple.airport.bt.plist bluetoothCoexMgmt Hybrid
4. reboot
To revert to the previous setting, either delete it if it did not exist…
sudo defaults delete /Library/Preferences/com.apple.airport.bt.plist bluetoothCoexMgmt
… or re-write it its previous value:
sudo defaults write /Library/Preferences/com.apple.airport.bt.plist bluetoothCoexMgmt <old-value>
Don’t forget to reboot.
There seems to be a bug in apple wireless direct link (AWDL). It causes stuttering when using airplay. I think the bug goes into el-capitan too.
To fix it, you can turn off AWDL, although you lose airdrop. A small price to pay to get streaming back, as well as improving wifi substantially as well.
sudo ifconfig awdl0 down
sudo ifconfig awdl0 up
It took over 90 minutes on the phone, but I’m impressed with how apple sorted the problem.
Don’t really know what happened, probably never will, but its fixed now.
🙂
Don’t quite know how this one happened, but someone from china seems to be trying to get one of my apple id’s
At least Apple support seems helpful at the moment.
Lets see how it pans out…
New jazz today… Last one was mine for 8 years.
Next one will probably be electric..
Trying to work out why my site has slow responses to web request.
It seems that a plug in is the most likely cause, but where to start?
Michale