Advertisement
Ostap34JS

Untitled

Apr 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. select * from `admins` where `id` = '1' limit 1
  2. 1.32ms
  3. /vendor/laravel/framework/src/Illuminate/Auth/EloquentUserProvider.php:51
  4. medical_laravel
  5. select count(*) as aggregate from `doctors`
  6. 260μs
  7. /app/Http/Controllers/DoctorController.php:34
  8. medical_laravel
  9. select * from `doctors` limit 10 offset 0
  10. 290μs
  11. /app/Http/Controllers/DoctorController.php:34
  12. medical_laravel
  13. select * from `clinics_in_doctors` where `clinics_in_doctors`.`doctor_id` in ('13', '16', '19', '20')
  14. 290μs
  15. /app/Http/Controllers/DoctorController.php:34
  16. medical_laravel
  17. select * from `clinics` where `clinics`.`id` in ('1', '26', '27', '30', '32')
  18. 320μs
  19. /app/Http/Controllers/DoctorController.php:34
  20. medical_laravel
  21. select * from `departments_in_doctors` where `departments_in_doctors`.`doctor_id` in ('13', '16', '19', '20')
  22. 340μs
  23. /app/Http/Controllers/DoctorController.php:34
  24. medical_laravel
  25. select * from `departments` where `departments`.`id` in ('9', '10')
  26. 370μs
  27. /app/Http/Controllers/DoctorController.php:34
  28. medical_laravel
  29. select * from `clinics` where `clinics`.`id` = '1' and `clinics`.`id` is not null
  30. 490μs
  31. view::doctors.index:35
  32. medical_laravel
  33. select * from `clinics` where `clinics`.`id` = '32' and `clinics`.`id` is not null
  34. 510μs
  35. view::doctors.index:35
  36. medical_laravel
  37. select * from `clinics` where `clinics`.`id` = '30' and `clinics`.`id` is not null
  38. 250μs
  39. view::doctors.index:35
  40. medical_laravel
  41. select * from `clinics` where `clinics`.`id` = '32' and `clinics`.`id` is not null
  42. 240μs
  43. view::doctors.index:35
  44. medical_laravel
  45. select * from `departments` where `departments`.`id` = '9' and `departments`.`id` is not null
  46. 1.13ms
  47. view::doctors.index:44
  48. medical_laravel
  49. select * from `clinics` where `clinics`.`id` = '26' and `clinics`.`id` is not null
  50. 580μs
  51. view::doctors.index:35
  52. medical_laravel
  53. select * from `clinics` where `clinics`.`id` = '27' and `clinics`.`id` is not null
  54. 920μs
  55. view::doctors.index:35
  56. medical_laravel
  57. select * from `clinics` where `clinics`.`id` = '30' and `clinics`.`id` is not null
  58. 320μs
  59. view::doctors.index:35
  60. medical_laravel
  61. select * from `clinics` where `clinics`.`id` = '32' and `clinics`.`id` is not null
  62. 320μs
  63. view::doctors.index:35
  64. medical_laravel
  65. select * from `departments` where `departments`.`id` = '9' and `departments`.`id` is not null
  66. 320μs
  67. view::doctors.index:44
  68. medical_laravel
  69. select * from `departments` where `departments`.`id` = '10' and `departments`.`id` is not null
  70. 300μs
  71. view::doctors.index:44
  72. medical_laravel
  73. select * from `clinics` where `clinics`.`id` = '26' and `clinics`.`id` is not null
  74. 300μs
  75. view::doctors.index:35
  76. medical_laravel
  77. select * from `clinics` where `clinics`.`id` = '27' and `clinics`.`id` is not null
  78. 280μs
  79. view::doctors.index:35
  80. medical_laravel
  81. select * from `clinics` where `clinics`.`id` = '30' and `clinics`.`id` is not null
  82. 350μs
  83. view::doctors.index:35
  84. medical_laravel
  85. select * from `clinics` where `clinics`.`id` = '32' and `clinics`.`id` is not null
  86. 220μs
  87. view::doctors.index:35
  88. medical_laravel
  89. select * from `departments` where `departments`.`id` = '9' and `departments`.`id` is not null
  90. 220μs
  91. view::doctors.index:44
  92. medical_laravel
  93. select * from `departments` where `departments`.`id` = '10' and `departments`.`id` is not null
  94. 220μs
  95. view::doctors.index:44
  96. medical_laravel
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement