Earlier quoted context omitted.
Seriously. I heard big companies were slow before but I didn’t realize the magnitude of it until I joined one. Most people where I work either only produce real work for anywhere between 40 to 10% of their time. The rest is either filled by busywork or twiddling your thumbs (depending on individuals)
Or meetings, meetings, and... more meetings! My 2 cents: As a contractor, charge a lot. They either have budget and want to spend it RIGHT NOW or they don't. The manager engaging you doesn't really care about your daily rate (relatively speaking). Above comments on automation is spot on. Test suites might be terrible, so the care required to make changes without breaking things is your responsibility, hence the slow…
Curious if you have any tips for this stuff? My instinct would be to just poke and prod things, writing tests or documenting things as I go along. "I wonder what happens when I do X" -> write a test, get a result. "I wonder what data looks like here" -> examine it, write a summary of what I found. Etc.