Making a self-hosted Web Push server 2300% faster

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • web-push-php

    Web Push library for PHP

  • However, the above code is slow and there was a problem with how the batchSize parameter from the web-push-lib worked during my initial tests. This parameter defines the batches size during flushing, by making asynchronous HTTP requests. You can see those batches as concurrent requests, and they can potentially create high spikes in memory and CPU usage, which can cause some weird errors in the downstream components like:

  • action-scheduler

    A scalable, traceable job queue for background processing large queues of tasks in WordPress. Specifically designed for distribution in WordPress plugins (and themes) - no server access required.

  • There are sophisticated ways for background processing in WordPress like Action Scheduler used in Woocommerce, which has automatic adjustments like:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Reducing (and measuring?) server load

    1 project | /r/ProWordPress | 16 Feb 2023
  • How to develop your own Wordpress CRON job properly and ensure it actually runs

    3 projects | /r/ProWordPress | 15 Sep 2022
  • Cron job to fetch data seamlessly

    1 project | /r/Wordpress | 19 Apr 2022
  • Help understanding Cron Job time.

    1 project | /r/Wordpress | 28 Mar 2022
  • Schedule long-running reminder task

    1 project | /r/Wordpress | 25 Dec 2021