pkp / pkp-github-actions

PKP Github Actions
0 stars 2 forks source link

Use a proper HTTP server instead of PHP #39

Open jonasraoni opened 3 months ago

jonasraoni commented 3 months ago

Given that PHP is single-threaded and all requests (e.g. images, CSS, ...) will pass through it, using Nginx/Apache to handle the requests might give a performance bump.