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 | |
---|---|---|---|---|
MissSky | Yes | 29 | 10/12/23 | |
Seen on 9/16/23
Time: 30 min Location: DenverIn-Call/Out-Call: In-Call Experience: Yes Recommend?: Yes Smoking: Not that I could tell Pictures Accurate: Yes Experience Description: I texted Skylar a day ahead of the meeting and she was quick to respond. Upon meeting it was clear she was the girl in the pictures, and was ready to entertain. Skylar did something I don't see others do, and spent time really trying to get to know me. It was a great way to make the experience feel authentic, and that's how I would describer her. Meeting Sky is being with an authentic person. After a drink, she invited me to take a shower and meet her in the bedroom, where GFE took place. Age: 31 Hair Color: Blonde Tattoos: Some Piercings: None Body Type: Athletic Ethnicity: Caucasian Eyes: Blue Grooming: Bare Smoker: No Breasts: Natural Measurements: 36C-28-32 |
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` = '118909' limit 1
530μsParams | |
---|---|
0 | 118909 |
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 ('118909')
230μsParams | |
---|---|
0 | 118909 |
hints | Use SELECT * only if you need all columns from table |
select * from `images` where `images`.`id` in ('0')
140μ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 ('118909')
740μsParams | |
---|---|
0 | 2 |
1 | 0 |
2 | 0 |
3 | 118909 |
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 ('97756', '101037')
290μsParams | |
---|---|
0 | 1 |
1 | 97756 |
2 | 101037 |
hints | Use SELECT * only if you need all columns from table |
select * from `providers` where `providers`.`user_id` in ('123870', '169135')
330μsParams | |
---|---|
0 | 123870 |
1 | 169135 |
hints | Use SELECT * only if you need all columns from table |
select * from `users` where `users`.`userable_id` in ('123870', '169135') and `users`.`userable_type` = 'Provider'
530μsParams | |
---|---|
0 | 123870 |
1 | 169135 |
2 | 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-18T01:19:08+0000' GROUP BY `provider_id`, `reviewer_id`) as reviews where `reviews`.`provider_id` in ('123870', '169135') group by `provider_id`
116.14msParams | |
---|---|
0 | 123870 |
1 | 169135 |
select * from `review_rebuttals` where `status` = '1' and `review_rebuttals`.`review_id` in ('')
220μsParams | |
---|---|
0 | 1 |
1 | |
hints | Use SELECT * only if you need all columns from table |
select * from `cities` where `cities`.`id` in ('18')
260μsParams | |
---|---|
0 | 18 |
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` = '118909' limit 1
290μsParams | |
---|---|
0 | 118909 |
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` = '118909' and `provider_id` is null limit 1
210μsParams | |
---|---|
0 | 118909 |
hints | LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `cities` where `cities`.`id` = '18' limit 1
290μ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` = '118909' and `provider_id` is null limit 1
240μsParams | |
---|---|
0 | 118909 |
hints | LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan |
select * from `reviews` where `reviews`.`reviewer_id` = '118909' 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'
810μsParams | |
---|---|
0 | 118909 |
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 ('97756')
350μsParams | |
---|---|
0 | 1 |
1 | 97756 |
hints | Use SELECT * only if you need all columns from table |
select `id` from `reviews` where `reviews`.`reviewer_id` = '118909' 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
750μsParams | |
---|---|
0 | 118909 |
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 ('101037', '97756')
360μsParams | |
---|---|
0 | 1 |
1 | 101037 |
2 | 97756 |
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` = '97756'
690μsParams | |
---|---|
0 | 97756 |
select * from `provider_fields` where `provider_fields`.`id` = '1' limit 1
180μ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
140μ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
150μ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
160μ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
150μ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
160μ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
170μ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
150μ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
160μ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 |