Laravel N+1 Query: preventLazyLoading() Doesn't Work?

Поділитися
Вставка
  • Опубліковано 22 січ 2025

КОМЕНТАРІ • 12

  • @yhaelopez
    @yhaelopez 7 місяців тому

    Thanks a lot!

  • @artursponchiado7265
    @artursponchiado7265 7 місяців тому

    Hey Povilas, what is the name of this database app you're using?

  • @emali1683
    @emali1683 7 місяців тому

    Is DSA important for web development if you want to join a good company?

  • @codingcub
    @codingcub 7 місяців тому

    Thank you for that valuable information.
    By the way in form validation, is there any other good way to check if it exists in the database? I don't want to use rule "exists" when I send list/array of ids because it will execute many select query.

    • @LaravelDaily
      @LaravelDaily  7 місяців тому

      Custom validation rule with one query?

    • @codingcub
      @codingcub 7 місяців тому

      @@LaravelDaily Yes if laravel doesn't have that rule.

    • @piusijachi2763
      @piusijachi2763 7 місяців тому

      You can use a custom rule to get all the ids and make the validation

  • @7error8lade
    @7error8lade 7 місяців тому

    Was wondering why sometimes preventLazyLoading not working. Thanks!

  • @vasilejianu8241
    @vasilejianu8241 7 місяців тому

    ShouldBeStrict

  • @emali1683
    @emali1683 7 місяців тому +2

    Is DSA important for web development if you want to join a good company?