Comment by ๐ stack
Re: "What would everyone say is a large file for a CGI script?โฆ"
Well, always strip the production binaries
2025-01-13 ยท 1 year ago
1 Later Comment
๐ gritty [OP] ยท 2025-01-14 at 02:16:
Well, I stripped the production binaries and reduced the file size by like 80%. Much better.
Original Post
What would everyone say is a large file for a CGI script? I finished up my newest game in Go, but the file size seems rather large. I used stdlib for everything except sqlite access. wondering if I should use SCGI to get around load times.