You have a Pending Reference from USER NAME(s)
To clear this message, scroll down the page and Give Reference or Reject the request.
Hover over the Review, click to expand and read entire review, click to collapse
Legend: E = Experience, # = Number of Reviews, Date = Review Submitted
Provider | E | # | Date | |
---|---|---|---|---|
Jezabel Jones | Yes | 16 | 11/3/21 | |
Seen on 10/9/21
Time: 1 hr Location: RockiesIn-Call/Out-Call: In-Call Experience: Yes Recommend?: Yes Smoking: Unknown Pictures Accurate: Yes Experience Description: Meet before a trip up the Mts. Easy to get to which was great to get in and out of. Experience was 1st class. Message and GFE. Her pictures are a curate but do her no justice. In person, she is beyond beautiful and vibrant. I would recommend for anyone heading up for ski season this year. The perfect start to a great weekend. Age: 39 Hair Color: Platinum Blonde Tattoos: None Piercings: None Body Type: Athletic Ethnicity: Caucasian Eyes: Blue Grooming: Bare Smoker: No Breasts: Enhanced Measurements: 38DD-N/A-N/A |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
select * from `users` where `users`.`id` = '152897' limit 1
460μsParams | |
---|---|
0 | 152897 |
hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `reviewers` where `user_id` in ('152897')
250μsParams | |
---|---|
0 | 152897 |
hints | Use SELECT * only if you need all columns from table |
select * from `images` where `images`.`id` in ('0')
190μsParams | |
---|---|
0 | 0 |
hints | Use SELECT * only if you need all columns from table |
select * from `reviews` where `status` != '2' and (select count(*) from `providers` where `reviews`.`provider_id` = `providers`.`user_id` and `hide_reviews` = '0' and `hide_profile` = '0') >= 1 and `reviews`.`reviewer_id` in ('152897')
550μsParams | |
---|---|
0 | 2 |
1 | 0 |
2 | 0 |
3 | 152897 |
hints | Use SELECT * only if you need all columns from tableThe != operator is not standard. Use the <> operator to test for inequality instead. |
select * from `review_rebuttals` where `status` = '1' and `review_rebuttals`.`review_id` in ('92451')
300μsParams | |
---|---|
0 | 1 |
1 | 92451 |
hints | Use SELECT * only if you need all columns from table |
select * from `providers` where `providers`.`user_id` in ('113010')
250μsParams | |
---|---|
0 | 113010 |
hints | Use SELECT * only if you need all columns from table |
select * from `users` where `users`.`userable_id` in ('113010') and `users`.`userable_type` = 'Provider'
360μsParams | |
---|---|
0 | 113010 |
1 | Provider |
hints | Use SELECT * only if you need all columns from table |
select provider_id, COUNT(*) as review_count from (SELECT provider_id, COUNT(*) FROM `reviews` WHERE `status` = 1 AND `approved_at` <= '2025-04-18T00:52:30+0000' GROUP BY `provider_id`, `reviewer_id`) as reviews where `reviews`.`provider_id` in ('113010') group by `provider_id`
94.11msParams | |
---|---|
0 | 113010 |
select * from `review_rebuttals` where `status` = '1' and `review_rebuttals`.`review_id` in ('')
190μsParams | |
---|---|
0 | 1 |
1 | |
hints | Use SELECT * only if you need all columns from table |
select * from `cities` where `cities`.`id` in ('27')
290μsParams | |
---|---|
0 | 27 |
hints | Use SELECT * only if you need all columns from table |
select count(*) as aggregate from `referrals` where `user_from_id` is null and `user_to_id` = '152897' limit 1
190μsParams | |
---|---|
0 | 152897 |
hints | LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select count(*) as aggregate from `referral_permissions` where `reviewer_id` = '152897' and `provider_id` is null limit 1
240μsParams | |
---|---|
0 | 152897 |
hints | LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `cities` where `cities`.`id` = '18' limit 1
230μsParams | |
---|---|
0 | 18 |
hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select count(*) as aggregate from `referral_permissions` where `reviewer_id` = '152897' and `provider_id` is null limit 1
210μsParams | |
---|---|
0 | 152897 |
hints | LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `reviews` where `reviews`.`reviewer_id` = '152897' and `status` != '2' and (select count(*) from `providers` where `reviews`.`provider_id` = `providers`.`user_id` and `hide_reviews` = '0' and `hide_profile` = '0') >= 1 and `status` = '1'
730μsParams | |
---|---|
0 | 152897 |
1 | 2 |
2 | 0 |
3 | 0 |
4 | 1 |
hints | Use SELECT * only if you need all columns from tableThe != operator is not standard. Use the <> operator to test for inequality instead. |
select * from `review_rebuttals` where `status` = '1' and `review_rebuttals`.`review_id` in ('92451')
180μsParams | |
---|---|
0 | 1 |
1 | 92451 |
hints | Use SELECT * only if you need all columns from table |
select `id` from `reviews` where `reviews`.`reviewer_id` = '152897' and `status` != '2' and (select count(*) from `providers` where `reviews`.`provider_id` = `providers`.`user_id` and `hide_reviews` = '0' and `hide_profile` = '0') >= 1 order by `created_at` desc limit 16 offset 0
370μsParams | |
---|---|
0 | 152897 |
1 | 2 |
2 | 0 |
3 | 0 |
hints | The != operator is not standard. Use the <> operator to test for inequality instead. |
select * from `review_rebuttals` where `status` = '1' and `review_rebuttals`.`review_id` in ('92451')
190μsParams | |
---|---|
0 | 1 |
1 | 92451 |
hints | Use SELECT * only if you need all columns from table |
select `provider_field_values`.*, `review_values`.`review_id` as `pivot_review_id`, `review_values`.`value_id` as `pivot_value_id` from `provider_field_values` inner join `review_values` on `provider_field_values`.`id` = `review_values`.`value_id` where `review_values`.`review_id` = '92451'
330μsParams | |
---|---|
0 | 92451 |
select * from `provider_fields` where `provider_fields`.`id` = '1' limit 1
150μsParams | |
---|---|
0 | 1 |
hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `provider_fields` where `provider_fields`.`id` = '2' limit 1
120μsParams | |
---|---|
0 | 2 |
hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `provider_fields` where `provider_fields`.`id` = '3' limit 1
120μsParams | |
---|---|
0 | 3 |
hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `provider_fields` where `provider_fields`.`id` = '4' limit 1
120μsParams | |
---|---|
0 | 4 |
hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `provider_fields` where `provider_fields`.`id` = '5' limit 1
110μsParams | |
---|---|
0 | 5 |
hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `provider_fields` where `provider_fields`.`id` = '6' limit 1
140μsParams | |
---|---|
0 | 6 |
hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `provider_fields` where `provider_fields`.`id` = '7' limit 1
110μsParams | |
---|---|
0 | 7 |
hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `provider_fields` where `provider_fields`.`id` = '8' limit 1
120μsParams | |
---|---|
0 | 8 |
hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `provider_fields` where `provider_fields`.`id` = '9' limit 1
110μsParams | |
---|---|
0 | 9 |
hints | Use SELECT * only if you need all columns from tableLIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |