27.98 ms (2.50%)
|
1 |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.main_image AS main_image_2, a0_.main_image_credit AS main_image_credit_3, a0_.main_image_description AS main_image_description_4, a0_.src_url AS src_url_5, a0_.original_readable_content AS original_readable_content_6, a0_.ai_summary AS ai_summary_7, a0_.ai_summary_provider AS ai_summary_provider_8, a0_.posted_at AS posted_at_9, a0_.rss_feed_id AS rss_feed_id_10 FROM article a0_ INNER JOIN rss_feed r1_ ON a0_.rss_feed_id = r1_.id INNER JOIN category c2_ ON r1_.category_id = c2_.id WHERE c2_.is_enabled = ? AND c2_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY a0_.posted_at DESC LIMIT 20
Parameters: [
1
1
2
5
6
3
4
50
51
52
53
54
56
57
58
59
60
61
62
111
63
64
65
66
67
123
68
69
70
135
71
72
73
74
76
77
140
142
112
75
87
96
114
118
131
55
109
136
78
79
80
81
82
83
143
84
85
86
88
89
90
91
92
93
94
95
141
97
144
98
99
100
101
102
103
146
104
105
119
106
145
107
108
110
113
147
115
116
117
121
120
137
124
125
126
134
139
138
127
128
129
130
132
148
133
122
229
7
10
11
12
13
14
15
16
17
8
18
9
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
217
218
219
220
]
SELECT
a0_.id AS id_0,
a0_.title AS title_1,
a0_.main_image AS main_image_2,
a0_.main_image_credit AS main_image_credit_3,
a0_.main_image_description AS main_image_description_4,
a0_.src_url AS src_url_5,
a0_.original_readable_content AS original_readable_content_6,
a0_.ai_summary AS ai_summary_7,
a0_.ai_summary_provider AS ai_summary_provider_8,
a0_.posted_at AS posted_at_9,
a0_.rss_feed_id AS rss_feed_id_10
FROM
article a0_
INNER JOIN rss_feed r1_ ON a0_.rss_feed_id = r1_.id
INNER JOIN category c2_ ON r1_.category_id = c2_.id
WHERE
c2_.is_enabled = ?
AND c2_.id IN (
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
?
)
ORDER BY
a0_.posted_at DESC
LIMIT
20
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.main_image AS main_image_2, a0_.main_image_credit AS main_image_credit_3, a0_.main_image_description AS main_image_description_4, a0_.src_url AS src_url_5, a0_.original_readable_content AS original_readable_content_6, a0_.ai_summary AS ai_summary_7, a0_.ai_summary_provider AS ai_summary_provider_8, a0_.posted_at AS posted_at_9, a0_.rss_feed_id AS rss_feed_id_10 FROM article a0_ INNER JOIN rss_feed r1_ ON a0_.rss_feed_id = r1_.id INNER JOIN category c2_ ON r1_.category_id = c2_.id WHERE c2_.is_enabled = 1 AND c2_.id IN (1, 2, 5, 6, 3, 4, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 111, 63, 64, 65, 66, 67, 123, 68, 69, 70, 135, 71, 72, 73, 74, 76, 77, 140, 142, 112, 75, 87, 96, 114, 118, 131, 55, 109, 136, 78, 79, 80, 81, 82, 83, 143, 84, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 141, 97, 144, 98, 99, 100, 101, 102, 103, 146, 104, 105, 119, 106, 145, 107, 108, 110, 113, 147, 115, 116, 117, 121, 120, 137, 124, 125, 126, 134, 139, 138, 127, 128, 129, 130, 132, 148, 133, 122, 229, 7, 10, 11, 12, 13, 14, 15, 16, 17, 8, 18, 9, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 217, 218, 219, 220) ORDER BY a0_.posted_at DESC LIMIT 20;
|