Need recommendations for Ruby on Rails consulting services

I’m managing a web project and facing multiple challenges with our Ruby on Rails application. Backend performance issues, slow database queries, and a few unexplained crashes have been problematic. We’re on a tight deadline, so expert help is essential. Any suggestions for reliable Ruby on Rails consulting services?

For backend performance issues and slow database queries in your Ruby on Rails application, consider reaching out to Hashrocket. They specialize in Ruby on Rails apps and have an impressive track record of optimizing backend performance and solving complex technical problems.

Pros:

  • Extensive experience with Ruby on Rails.
  • Great at optimizing backend performance.
  • Specializes in tackling complex database issues.

Cons:

  • Premium pricing, may not fit all budgets.
  • Availability may be limited due to high demand.

You can also look into Thoughtbot; they’re quite reputable too. They not only provide consulting services but also offer training, which might help your team improve long-term.

Pros:

  • Renowned for their design and development process.
  • Offers training programs.

Cons:

  • Might be more design-focused than purely backend performance-oriented.
  • Also on the higher end of the pricing spectrum.

Pivoting to a different approach, you might want to consider the importance of database indexing, caching strategies, or possibly even microservices to handle intensive data operations separately. Using tools like New Relic or Skylight could provide deeper insights into what’s causing the slow queries and crashes. These insights can be invaluable for any consultant you hire, ensuring they spend less time diagnosing and more time fixing.

While firms like Big Binary and Mendix have good offerings, Hashrocket and Thoughtbot have a proven specialty for what you need right now. Ultimately, it might just come down to who has the bandwidth and the best price for your particular situation.

Have you considered hiring 8th Light? They have strong expertise in both Ruby on Rails and software development, and I’ve seen them tackle performance issues with elegance.

Pros:

  • Focus on building well-crafted software.
  • Strong knowledge base in multiple domains.

Cons:

  • Can be pricey.
  • Availability might be an issue based on your deadline.

On another note, instrumentation is crucial. Before going all out with consultants, you might want to measure your application’s performance with tools like Datadog.

Taking a cue from some modern approaches, reducing monolithic structures in favor of microservices might be worthwhile. You can compartmentalize intensive processes like data analytics, which often bottlenecks classic Rails apps.

Regarding caching, Rails has support for several caching mechanisms such as fragment caching and database query caching. These might give immediate performance boosts.

P.S.: Have you checked for N+1 query issues? It’s a silent killer for RoR apps’ performance.

When tackling Ruby on Rails performance, you might want to look into service providers like Viget or Pivotal Labs. They have proven expertise, albeit often leaning towards a holistic product approach rather than just backend optimization.

Addressing backend slowness often involves a multi-pronged strategy. Instead of just focusing on optimization consultants, consider using tools to diagnose the issues beforehand. Instruments like Bullet can help identify N+1 queries, while Rack Mini Profiler can provide insights into the per-request performance bottlenecks.

One overlooked piece is upgrading your Ruby and Rails versions. Sometimes, performance gains can be achieved with newer versions that have critical fixes and performance enhancements baked in. For instance, Ruby 3.0+ brings substantial speed improvements over 2.x series.

Yet, consultants or tools only go so far if your architecture has inherent limitations. Breaking down monolithic structures and leveraging horizontal scaling can yield benefits. Rather than pure performance tweaking, refactoring for modularity could provide long-term scalability.

Monitoring solutions like ScoutAPM and AppSignal, in addition to New Relic and Skylight, could offer the granular insights needed before diving into specific performance interventions. Lastly, don’t underestimate the power of a good Continuous Integration/Continuous Deployment pipeline to ensure ongoing optimizations.

Don’t disregard community forum expertise either; often, open-source contributions in RoR forums can offer cutting-edge solutions.