Skip to content

Instantly share code, notes, and snippets.

View laurencei's full-sized avatar

Laurence laurencei

  • @afrayedknot1337
  • Sydney, Australia
  • 06:17 (UTC +10:00)
View GitHub Profile
@laurencei
laurencei / gist:d46893f833d5ddd439eccff025a0b63a
Last active May 7, 2021 16:40
Lumen vs Laravel performance steps
Steps to recreate tests:
// Create and configure server:
1. Create 2GB DigitalOcean server using Forge
2. Enable OpCache on server
3. Create http://domain1.com (use whatever domain name you have available)
4. Create http://domain2.com (use whatever domain name you have available)
5. Enable SSL on both domains using LetsEncrypt
6. Install: sudo apt-get install apache2-utils