3 |
'
23 | file: 'README.md'
24 |
25 | - name: Generate Sponsors 💖
26 | uses: JamesIves/github-sponsors-readme-action@v1
27 | with:
28 | organization: true
29 | maximum: 500
30 | fallback: ''
31 | token: ${{ secrets.SPONSORS_README_ACTION_PERSONAL_ACCESS_TOKEN }}
32 | marker: 'supporters'
33 | template: '
'
34 | file: 'README.md'
35 |
36 | - name: Deploy to GitHub Pages 🚀
37 | uses: JamesIves/github-pages-deploy-action@v4
38 | with:
39 | branch: main
40 | folder: '.'
--------------------------------------------------------------------------------
/docs/public/images/logos/go.svg:
--------------------------------------------------------------------------------
1 |
10 | Chris Fidao
11 | Creator of
13 | Today I'm appreciating the work
14 | @jaydrogers (& others!) put into these base PHP containers.
15 |
16 | The official PHP images are...sort of ridiculous.
17 |
21 | Johan Janssens
22 | Co-Founder of
24 | Used the excellent Docker-PHP images from @jaydrogers. Demo'ed how to handle 10k async HTTP requests in 3secs, all using nothing else then PHP using OpenSwoole and supervised to perfection with S6.
25 |
26 | For a PHP dev, that should not be possible... look on people's face ...priceless!
27 |
31 | Žiga Zajc
32 | CEO of 34 | Based on our performance testing, the PHP-FPM image by Server Side Up has the capability to manage 484 requests per second without any project limitations. In comparison, the official PHP image is only able to handle 68 requests per second. 35 |
36 |