wisozg
wisozg
Yes we get every critical data from the cron class.
I haven't use v5 yet. We get expired endpoints from the results so we should get all of the results to see which endpoints are expired. So in both version...
I didn't try anything except this library. May be @t1gor can help you to understand the problem.
It's not the data that you get on subscription. It's the data that the library creates when you send webpushes. If you have thousands of customers and want to send...
@emgiezet Please read readme file (FAQ Section). You can send push but you will not be able to send any payload data with php 5.X. You can trigger push event...
Do you send notifications one by one or do you use flush method ?
Are you sure that it's related with this library. Because normally you should have sent at least 100 notification / second. Can you isolate db operations and push sending operations....
You can connect me using this ticket. You should measure how long it takes to finish each operations (Getting endpoints from DB, sending pushes, cleaning expired tokens etc..). If you...
Hi, Thanks for the comment. The real problem is if you are a push provider you generally add some code to your customer's website and run some script to get...
:) If our customer doesn't want to show anything on registration we can not send welcome message to the users. We are not the owner of the subscribers. We are...