I have a webserver which sends via PHP notifications with GCM to my developed Android app to users. There are about 3000 users, some users receive about 20 notifications per day.
It worked perfectly for more than 1 year, but since 5 days I see that the response time of the call to "https://android.googleapis.com/gcm/send" is 1 minute instead of less than 1 second before. And still all notifications arrive at the users.
It is developed in the following way: http://www.androidhive.info/2012/10/android-push-notifications-using-google-cloud-messaging-gcm-php-and-mysql/
I disabled the sending of notifications for more than 1 day. Then started it again, and for some minutes googleapis responded as usual, but then again a response time of 60 seconds.
It looks like Google is doing this on purpose, but I do not know why?