ides
ides

Will

@ides

Short Stack Developer 🥞 Trying to make computers do what I ask, and do other stuff good too 🖥️

• 7 Posts • 118 Views

  • No matching results...
  • Searching...

/ 255

How do you keep track of your #PHP test groups? When I want to add one there's no convenient way to determine what ones already exist. Thinking of creating an Enum to hold them, but maybe that's overkill.

• •

80

•
•

Had to take a look at a vanilla PHP application I wrote ten years ago, that’s still running in production, because it’s having some “performance issues”. Honestly, I’m amazed it lasted as long as it did. Turns out that to show the first ten results of a search it loads *all* 33k records, and stores them *in the session*. Time to teach past Will about the wonders of LIMIT and OFFSET.

• •

100

•
•