Query Metrics
142
Database Queries
91
Different statements
1012.63 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.34 ms |
SELECT id FROM language WHERE shortcode = 'en' limit 1
Parameters:
[] |
2 | 6.95 ms |
SELECT max(sl.datemod) FROM ui_string_language sl, ui_string s WHERE sl.language_id in (123, 123) and s.id = sl.ui_string_id and s.is_active and s.type_id in (1, 3)
Parameters:
[] |
3 | 4.56 ms |
SELECT distinct s.name, sl.text, s.fix_quote FROM ui_string_language sl, ui_string s WHERE sl.language_id = 123 and s.id = sl.ui_string_id and s.is_active and s.type_id in (1, 3)
Parameters:
[] |
4 | 0.83 ms |
SELECT t0.id AS id_1, t0.translatedTitle AS translatedtitle_2, t0.name AS name_3, t0.description AS description_4, t0.url AS url_5, t0.isPublic AS ispublic_6, t0.audience AS audience_7, t0.isOriginal AS isoriginal_8, t0.isLanguageDefault AS islanguagedefault_9, t0.type_id AS type_id_10, t0.translationmethod_id AS translationmethod_id_11, t0.public_file AS public_file_12, t0.doc_link AS doc_link_13, t0.work_id AS work_id_14, t0.language_id AS language_id_15 FROM expositiontranslation t0 WHERE t0.url = ? AND t0.isPublic = ? AND t0.type_id = ? LIMIT 1
Parameters:
[ "white-horse-in-book-of-revelation-japanese" 1 1 ] |
5 | 0.79 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.fullTitle AS fulltitle_3, t0.description AS description_4, t0.url AS url_5, t0.isPublic AS ispublic_6, t0.audience AS audience_7, t0.swedenborgType AS swedenborgtype_8 FROM expositionwork t0 WHERE t0.id = ?
Parameters:
[
46
]
|
6 | 1.21 ms |
SELECT e0_.id AS id_0, e0_.ordering AS ordering_1, e0_.title AS title_2, e0_.swedenborgSection AS swedenborgsection_3, e0_.division_id AS division_id_4 FROM expositionpassage e0_, expositiondivision e1_, expositionwork e2_ WHERE e0_.swedenborgSection = ? AND e0_.division_id = e1_.id AND e1_.work_id = e2_.id AND e2_.id = ? AND e2_.isPublic = true
Parameters:
[ "1" 46 ] |
7 | 0.20 ms |
SELECT text_style_override FROM language WHERE id = 205
Parameters:
[] |
8 | 0.61 ms |
SELECT t.name FROM texttospeech t, texttospeechlanguage tl WHERE tl.language_id = 205 and t.id = tl.tts_id order by tl.is_standard desc limit 1
Parameters:
[] |
9 | 0.75 ms |
SELECT credit, sourcelink from bibliographicdata b, translation_bibliographicdata tb WHERE tb.translation_id = 19428 and tb.bibliographicdata_id = b.id and sourcelink is not null and credit is not null
Parameters:
[] |
10 | 0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.ordering AS ordering_4, t0.work_id AS work_id_5, t0.superdivision_id AS superdivision_id_6 FROM expositiondivision t0 WHERE t0.id = ?
Parameters:
[
13
]
|
11 | 2.04 ms |
SELECT p.id, t.url as translation_url, d.url as division_url, (case when p.swedenborgsection is not null then p.swedenborgsection else cast(p.ordering as text) end) as passage_num, p.ordering as passage_order, (case when w.swedenborgtype is not null then 'swedenborg' else 'explanation' end) || '_' || t.url || (case when p.swedenborgsection is not null then '_' || p.swedenborgsection else '_' || p.ordering end) as multi_spec FROM expositionpassage p, expositiondivision d, expositiontranslationtext tt, expositiontextunit tu, expositiontranslation t, expositionwork w WHERE d.work_id = 46 and p.division_id = d.id and p.ordering < 10 and tt.translation_id=19428 and tt.placement_id = tu.id and tu.passage_id = p.id and t.id = tt.translation_id and d.work_id = w.id order by p.ordering desc limit 1
Parameters:
[] |
12 | 1.18 ms |
SELECT p.id, t.url as translation_url, d.url as division_url, (case when p.swedenborgsection is not null then p.swedenborgsection else cast(p.ordering as text) end) as passage_num, p.ordering as passage_order, (case when w.swedenborgtype is not null then 'swedenborg' else 'explanation' end) || '_' || t.url || (case when p.swedenborgsection is not null then '_' || p.swedenborgsection else '_' || p.ordering end) as multi_spec FROM expositionpassage p, expositiondivision d, expositiontranslationtext tt, expositiontextunit tu, expositiontranslation t, expositionwork w WHERE d.work_id = 46 and p.division_id = d.id and p.ordering > 10 and tt.translation_id=19428 and tt.placement_id = tu.id and tu.passage_id = p.id and t.id = tt.translation_id and d.work_id = w.id order by p.ordering limit 1
Parameters:
[] |
13 | 0.91 ms |
SELECT t.name, t.translatedtitle, (case when b.datecreated is null then '' else ' (' || b.datecreated || ')' end) as datestr, w.title as work_title, t.isoriginal, t.language_id FROM language l, expositionwork w, expositiontranslation t left join (select tb.translation_id, b.datecreated from bibliographicdata b, translation_bibliographicdata tb where b.id = tb.bibliographicdata_id) as b on t.id = b.translation_id WHERE t.id = 19428 and t.work_id = w.id and t.language_id = l.id
Parameters:
[] |
14 | 0.16 ms |
select text from ui_string_language where ui_string_id = 469 and language_id = 205
Parameters:
[] |
15 | 11.38 ms |
SELECT 'bible_' || trans.url || '_' || cb.url || '_' || cc.ordering as link_spec, (case when trans.language_id in (select language_id from expositiontranslation where id = 19428) then 2 else case when trans.language_id = 123 then 3 else 4 end end) as priority_order, cb.url as book_url, trans.url as trans_url, cc.ordering as chapter_order FROM expositiontextunit t, canonicalbibleverse cv, canonicalbiblechapter cc, canonicalbiblebook cb, biblebook b, bibletranslation trans WHERE t.passage_id = 10701 and (cv.id in (select verse_id from verse_passage where passage_id = 10701 and iscorepassage) or cc.id in (select chapter_id from chapter_passage where passage_id = 10701) ) and cv.chapter_id = cc.id and cc.book_id = cb.id and b.canonicalization_id = cb.id and b.translation_id = trans.id and trans.enabled order by priority_order asc, trans.languagedefault desc limit 1
Parameters:
[] |
16 | 1.32 ms |
select di1.text as footnote, array_to_string(array_agg(di3.text order by di3.ordering),' ') as footnote_text from expositiondisplayitem di1, (select di2.* from expositiondisplayitem di2, expositiontranslationtext tt, expositiontextunit tu where tu.passage_id = 10701 and tt.translation_id = 19428 and tu.id = tt.placement_id and di2.container_id = tt.id order by di2.ordering) as di3 where di3.containingitem_id = di1.id group by di1.text
Parameters:
[] |
17 | 104.84 ms |
select * from (SELECT distinct on (di.ref_id) di.ref_id, 'bible_' || trans.url || '_' || cb.url || '_' || cc1.ordering || (case when cc1.id <> cc2.id then '-' || cc2.ordering else '' end) || '_' || cv1.ordering || (case when rb.startverse_id <> rb.endverse_id then '-' || cv2.ordering else '' end) as multilink, true as is_bibleref, 1 as section_order, (case when trans.language_id in (select language_id from expositiontranslation where id = 19428) then 1 else case when trans.language_id = 123 then 2 else 3 end end ) as priority_order, cb.url as book_url, trans.url as trans_url, cc1.ordering as chapter_order1, cc2.ordering as chapter_order2, cv1.ordering as verse_order1, cv2.ordering as verse_order2, trans.url as div_url, 0 as passage_order FROM refbible rb, expositiontextunit t, expositiontranslationtext tt, expositiondisplayitem di, canonicalbibleverse cv1, canonicalbiblechapter cc1, canonicalbiblebook cb, canonicalbibleverse cv2, canonicalbiblechapter cc2, biblebook b, bibletranslation trans WHERE t.passage_id = 10701 and t.id = tt.placement_id and rb.container_id = di.ref_id and di.container_id = tt.id and di.ref_id is not null and cv1.id = rb.startverse_id and cv1.chapter_id = cc1.id and cc1.book_id = cb.id and cv2.id = rb.endverse_id and cv2.chapter_id = cc2.id and b.canonicalization_id = cb.id and b.translation_id = trans.id and trans.enabled order by di.ref_id, priority_order asc, trans.languagedefault desc) as b union select * from (SELECT distinct on (di.ref_id) di.ref_id, (case when w.swedenborgtype is not null then 'swedenborg' else 'explanation' end) || '_' || trans.url || (case when p.swedenborgsection is not null then '_' || p.swedenborgsection else '' end) as multilink, false as is_bibleref, t2.ordering as section_order, (case when trans.id = 19428 then 1 else case when trans.language_id in (select language_id from expositiontranslation where id = 19428) then 2 else case when trans.language_id = 123 then 3 else 4 end end end) as priority_order, trans.url as book_url, trans.url as trans_url, 0 as chapter_order1, 0 as chapter_order2, 0 as verse_order1, 0 as verse_order2, d.url as div_url, p.ordering as passage_order FROM refexposition re, expositiontextunit t, expositiontextunit t2, expositionpassage p, expositiondivision d, expositiontranslationtext tt, expositiondisplayitem di, expositionwork w, expositiontranslation trans WHERE t.passage_id = 10701 and t2.id = re.startlocation_id and p.id = t2.passage_id and d.id = p.division_id and re.container_id = di.ref_id and t.id = tt.placement_id and di.container_id = tt.id and di.ref_id is not null and d.work_id = w.id and w.id = trans.work_id and trans.url is not null and trans.ispublic and w.ispublic order by di.ref_id, priority_order asc, trans.islanguagedefault desc, trans.isoriginal desc) as e
Parameters:
[] |
18 | 3.01 ms |
select tt.toc_text, wt.startpassage_id, p.swedenborgsection as startpassagenum, p2.swedenborgsection as endpassagenum, t.url as translation_url, d.url as division_url, p.ordering as startpassageorder, p2.ordering as endpassageorder, (case when w.swedenborgtype is not null then 'swedenborg' else 'explanation' end) || '_' || t.url || (case when p.swedenborgsection is not null then '_' || p.swedenborgsection else '' end) as link_spec from expositiontranslationtoc tt, expositionwork w, expositiontranslation t, expositiondivision d, expositionpassage p, expositionworktoc wt left join expositionpassage p2 on wt.endpassage_id = p2.id where tt.translation_id = 19428 and tt.worktoc_id = wt.id and wt.startpassage_id = p.id and tt.translation_id = t.id and p.division_id = d.id and t.work_id = w.id order by p.ordering limit 1
Parameters:
[] |
19 | 0.25 ms |
SELECT t0.id AS id_1, t0.ordering AS ordering_2, t0.subsection AS subsection_3, t0.passage_id AS passage_id_4 FROM expositiontextunit t0 WHERE t0.passage_id = ? ORDER BY t0.ordering ASC
Parameters:
[
10701
]
|
20 | 2.98 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.textVector AS textvector_3, t0.translation_id AS translation_id_4, t0.placement_id AS placement_id_5 FROM expositiontranslationtext t0 WHERE t0.placement_id = ?
Parameters:
[
10701
]
|
21 | 1.62 ms |
select tt.toc_text, wt.startpassage_id, p.swedenborgsection as startpassagenum, p2.swedenborgsection as endpassagenum, t.url as translation_url, d.url as division_url, p.ordering as startpassageorder, p2.ordering as endpassageorder, (case when w.swedenborgtype is not null then 'swedenborg' else 'explanation' end) || '_' || t.url || (case when p.swedenborgsection is not null then '_' || p.swedenborgsection else '' end) as link_spec from expositiontranslationtoc tt, expositionwork w, expositiontranslation t, expositiondivision d, expositionpassage p, expositionworktoc wt left join expositionpassage p2 on wt.endpassage_id = p2.id where tt.translation_id = 19428 and tt.worktoc_id = wt.id and wt.startpassage_id = p.id and tt.translation_id = t.id and p.division_id = d.id and t.work_id = w.id order by p.ordering limit 1
Parameters:
[] |
22 | 0.30 ms |
SELECT t0.id AS id_1, t0.translatedTitle AS translatedtitle_2, t0.name AS name_3, t0.description AS description_4, t0.url AS url_5, t0.isPublic AS ispublic_6, t0.audience AS audience_7, t0.isOriginal AS isoriginal_8, t0.isLanguageDefault AS islanguagedefault_9, t0.type_id AS type_id_10, t0.translationmethod_id AS translationmethod_id_11, t0.public_file AS public_file_12, t0.doc_link AS doc_link_13, t0.work_id AS work_id_14, t0.language_id AS language_id_15 FROM expositiontranslation t0 WHERE t0.url = ? AND t0.isPublic = ? AND t0.type_id = ? LIMIT 1
Parameters:
[ "arcana-coelestia-japanese" 1 1 ] |
23 | 0.17 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.fullTitle AS fulltitle_3, t0.description AS description_4, t0.url AS url_5, t0.isPublic AS ispublic_6, t0.audience AS audience_7, t0.swedenborgType AS swedenborgtype_8 FROM expositionwork t0 WHERE t0.id = ?
Parameters:
[
1
]
|
24 | 0.79 ms |
SELECT e0_.id AS id_0, e0_.ordering AS ordering_1, e0_.title AS title_2, e0_.swedenborgSection AS swedenborgsection_3, e0_.division_id AS division_id_4 FROM expositionpassage e0_, expositiondivision e1_, expositionwork e2_ WHERE e0_.swedenborgSection = ? AND e0_.division_id = e1_.id AND e1_.work_id = e2_.id AND e2_.id = ? AND e2_.isPublic = true
Parameters:
[ "1813" 1 ] |
25 | 0.17 ms |
SELECT text_style_override FROM language WHERE id = 205
Parameters:
[] |
26 | 0.26 ms |
SELECT t.name FROM texttospeech t, texttospeechlanguage tl WHERE tl.language_id = 205 and t.id = tl.tts_id order by tl.is_standard desc limit 1
Parameters:
[] |
27 | 0.27 ms |
SELECT credit, sourcelink from bibliographicdata b, translation_bibliographicdata tb WHERE tb.translation_id = 63448 and tb.bibliographicdata_id = b.id and sourcelink is not null and credit is not null
Parameters:
[] |
28 | 0.36 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.ordering AS ordering_4, t0.work_id AS work_id_5, t0.superdivision_id AS superdivision_id_6 FROM expositiondivision t0 WHERE t0.id = ?
Parameters:
[
73
]
|
29 | 9.80 ms |
SELECT p.id, t.url as translation_url, d.url as division_url, (case when p.swedenborgsection is not null then p.swedenborgsection else cast(p.ordering as text) end) as passage_num, p.ordering as passage_order, (case when w.swedenborgtype is not null then 'swedenborg' else 'explanation' end) || '_' || t.url || (case when p.swedenborgsection is not null then '_' || p.swedenborgsection else '_' || p.ordering end) as multi_spec FROM expositionpassage p, expositiondivision d, expositiontranslationtext tt, expositiontextunit tu, expositiontranslation t, expositionwork w WHERE d.work_id = 1 and p.division_id = d.id and p.ordering < 18130 and tt.translation_id=63448 and tt.placement_id = tu.id and tu.passage_id = p.id and t.id = tt.translation_id and d.work_id = w.id order by p.ordering desc limit 1
Parameters:
[] |
30 | 37.99 ms |
SELECT p.id, t.url as translation_url, d.url as division_url, (case when p.swedenborgsection is not null then p.swedenborgsection else cast(p.ordering as text) end) as passage_num, p.ordering as passage_order, (case when w.swedenborgtype is not null then 'swedenborg' else 'explanation' end) || '_' || t.url || (case when p.swedenborgsection is not null then '_' || p.swedenborgsection else '_' || p.ordering end) as multi_spec FROM expositionpassage p, expositiondivision d, expositiontranslationtext tt, expositiontextunit tu, expositiontranslation t, expositionwork w WHERE d.work_id = 1 and p.division_id = d.id and p.ordering > 18130 and tt.translation_id=63448 and tt.placement_id = tu.id and tu.passage_id = p.id and t.id = tt.translation_id and d.work_id = w.id order by p.ordering limit 1
Parameters:
[] |
31 | 0.63 ms |
SELECT t.name, t.translatedtitle, (case when b.datecreated is null then '' else ' (' || b.datecreated || ')' end) as datestr, w.title as work_title, t.isoriginal, t.language_id FROM language l, expositionwork w, expositiontranslation t left join (select tb.translation_id, b.datecreated from bibliographicdata b, translation_bibliographicdata tb where b.id = tb.bibliographicdata_id) as b on t.id = b.translation_id WHERE t.id = 63448 and t.work_id = w.id and t.language_id = l.id
Parameters:
[] |
32 | 0.38 ms |
select text from ui_string_language where ui_string_id = 469 and language_id = 205
Parameters:
[] |
33 | 16.26 ms |
SELECT 'bible_' || trans.url || '_' || cb.url || '_' || cc.ordering as link_spec, (case when trans.language_id in (select language_id from expositiontranslation where id = 63448) then 2 else case when trans.language_id = 123 then 3 else 4 end end) as priority_order, cb.url as book_url, trans.url as trans_url, cc.ordering as chapter_order FROM expositiontextunit t, canonicalbibleverse cv, canonicalbiblechapter cc, canonicalbiblebook cb, biblebook b, bibletranslation trans WHERE t.passage_id = 22036 and (cv.id in (select verse_id from verse_passage where passage_id = 22036 and iscorepassage) or cc.id in (select chapter_id from chapter_passage where passage_id = 22036) ) and cv.chapter_id = cc.id and cc.book_id = cb.id and b.canonicalization_id = cb.id and b.translation_id = trans.id and trans.enabled order by priority_order asc, trans.languagedefault desc limit 1
Parameters:
[] |
34 | 0.78 ms |
select di1.text as footnote, array_to_string(array_agg(di3.text order by di3.ordering),' ') as footnote_text from expositiondisplayitem di1, (select di2.* from expositiondisplayitem di2, expositiontranslationtext tt, expositiontextunit tu where tu.passage_id = 22036 and tt.translation_id = 63448 and tu.id = tt.placement_id and di2.container_id = tt.id order by di2.ordering) as di3 where di3.containingitem_id = di1.id group by di1.text
Parameters:
[] |
35 | 25.75 ms |
select * from (SELECT distinct on (di.ref_id) di.ref_id, 'bible_' || trans.url || '_' || cb.url || '_' || cc1.ordering || (case when cc1.id <> cc2.id then '-' || cc2.ordering else '' end) || '_' || cv1.ordering || (case when rb.startverse_id <> rb.endverse_id then '-' || cv2.ordering else '' end) as multilink, true as is_bibleref, 1 as section_order, (case when trans.language_id in (select language_id from expositiontranslation where id = 63448) then 1 else case when trans.language_id = 123 then 2 else 3 end end ) as priority_order, cb.url as book_url, trans.url as trans_url, cc1.ordering as chapter_order1, cc2.ordering as chapter_order2, cv1.ordering as verse_order1, cv2.ordering as verse_order2, trans.url as div_url, 0 as passage_order FROM refbible rb, expositiontextunit t, expositiontranslationtext tt, expositiondisplayitem di, canonicalbibleverse cv1, canonicalbiblechapter cc1, canonicalbiblebook cb, canonicalbibleverse cv2, canonicalbiblechapter cc2, biblebook b, bibletranslation trans WHERE t.passage_id = 22036 and t.id = tt.placement_id and rb.container_id = di.ref_id and di.container_id = tt.id and di.ref_id is not null and cv1.id = rb.startverse_id and cv1.chapter_id = cc1.id and cc1.book_id = cb.id and cv2.id = rb.endverse_id and cv2.chapter_id = cc2.id and b.canonicalization_id = cb.id and b.translation_id = trans.id and trans.enabled order by di.ref_id, priority_order asc, trans.languagedefault desc) as b union select * from (SELECT distinct on (di.ref_id) di.ref_id, (case when w.swedenborgtype is not null then 'swedenborg' else 'explanation' end) || '_' || trans.url || (case when p.swedenborgsection is not null then '_' || p.swedenborgsection else '' end) as multilink, false as is_bibleref, t2.ordering as section_order, (case when trans.id = 63448 then 1 else case when trans.language_id in (select language_id from expositiontranslation where id = 63448) then 2 else case when trans.language_id = 123 then 3 else 4 end end end) as priority_order, trans.url as book_url, trans.url as trans_url, 0 as chapter_order1, 0 as chapter_order2, 0 as verse_order1, 0 as verse_order2, d.url as div_url, p.ordering as passage_order FROM refexposition re, expositiontextunit t, expositiontextunit t2, expositionpassage p, expositiondivision d, expositiontranslationtext tt, expositiondisplayitem di, expositionwork w, expositiontranslation trans WHERE t.passage_id = 22036 and t2.id = re.startlocation_id and p.id = t2.passage_id and d.id = p.division_id and re.container_id = di.ref_id and t.id = tt.placement_id and di.container_id = tt.id and di.ref_id is not null and d.work_id = w.id and w.id = trans.work_id and trans.url is not null and trans.ispublic and w.ispublic order by di.ref_id, priority_order asc, trans.islanguagedefault desc, trans.isoriginal desc) as e
Parameters:
[] |
36 | 1.94 ms |
select tt.toc_text, wt.startpassage_id, p.swedenborgsection as startpassagenum, p2.swedenborgsection as endpassagenum, t.url as translation_url, d.url as division_url, p.ordering as startpassageorder, p2.ordering as endpassageorder, (case when w.swedenborgtype is not null then 'swedenborg' else 'explanation' end) || '_' || t.url || (case when p.swedenborgsection is not null then '_' || p.swedenborgsection else '' end) as link_spec from expositiontranslationtoc tt, expositionwork w, expositiontranslation t, expositiondivision d, expositionpassage p, expositionworktoc wt left join expositionpassage p2 on wt.endpassage_id = p2.id where tt.translation_id = 63448 and tt.worktoc_id = wt.id and wt.startpassage_id = p.id and tt.translation_id = t.id and p.division_id = d.id and t.work_id = w.id order by p.ordering limit 1
Parameters:
[] |
37 | 0.27 ms |
SELECT t0.id AS id_1, t0.ordering AS ordering_2, t0.subsection AS subsection_3, t0.passage_id AS passage_id_4 FROM expositiontextunit t0 WHERE t0.passage_id = ? ORDER BY t0.ordering ASC
Parameters:
[
22036
]
|
38 | 1.04 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.textVector AS textvector_3, t0.translation_id AS translation_id_4, t0.placement_id AS placement_id_5 FROM expositiontranslationtext t0 WHERE t0.placement_id = ?
Parameters:
[
22036
]
|
39 | 1.85 ms |
select tt.toc_text, wt.startpassage_id, p.swedenborgsection as startpassagenum, p2.swedenborgsection as endpassagenum, t.url as translation_url, d.url as division_url, p.ordering as startpassageorder, p2.ordering as endpassageorder, (case when w.swedenborgtype is not null then 'swedenborg' else 'explanation' end) || '_' || t.url || (case when p.swedenborgsection is not null then '_' || p.swedenborgsection else '' end) as link_spec from expositiontranslationtoc tt, expositionwork w, expositiontranslation t, expositiondivision d, expositionpassage p, expositionworktoc wt left join expositionpassage p2 on wt.endpassage_id = p2.id where tt.translation_id = 63448 and tt.worktoc_id = wt.id and wt.startpassage_id = p.id and tt.translation_id = t.id and p.division_id = d.id and t.work_id = w.id order by p.ordering limit 1
Parameters:
[] |
40 | 0.82 ms |
SELECT c.id FROM biblebook b, biblechapter c, bibletranslation t, canonicalbiblebook cb WHERE t.url = 'japanese-bible-kougo' and cb.url = 'john' and c.ordering = 15 and b.canonicalization_id = cb.id and b.translation_id = t.id and c.book_id = b.id limit 1
Parameters:
[] |
41 | 2.78 ms |
SELECT t.id, (case when l.nativename is not null and l.nativename <> '' then l.nativename else l.name end) as language_name, t.name, t.url, l.righttoleft, b.id as book_id, b.name as book_name, cb.url as canonical_book_url, cc.id as chapter_id, l.id as language_id FROM language l, bibletranslation t, biblebook b, biblechapter c, canonicalbiblebook cb, canonicalbiblechapter cc where c.id = 128757 and c.book_id = b.id and b.canonicalization_id = cb.id and b.translation_id = t.id and t.enabled and t.language_id = l.id and cc.book_id = cb.id and cc.ordering = c.ordering limit 1
Parameters:
[] |
42 | 1.12 ms |
SELECT v.id FROM biblebook b, biblechapter c, bibletranslation t, bibleverse v, canonicalbiblebook cb WHERE t.url = 'japanese-bible-kougo' and cb.url = 'john' and b.canonicalization_id = cb.id and b.translation_id = t.id and c.book_id = b.id and v.chapter_id = c.id and c.ordering = 15 and v.indexdisplay = '17' order by c.ordering, v.indexdisplay limit 1
Parameters:
[] |
43 | 0.35 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
3421438
]
|
44 | 0.18 ms |
SELECT t0.id AS id_1, t0.ordering AS ordering_2, t0.book_id AS book_id_3 FROM biblechapter t0 WHERE t0.id = ?
Parameters:
[
128757
]
|
45 | 0.20 ms |
SELECT t0.id AS id_1, t0.ordering AS ordering_2, t0.name AS name_3, t0.url AS url_4, t0.translation_id AS translation_id_5, t0.canonicalization_id AS canonicalization_id_6 FROM biblebook t0 WHERE t0.id = ?
Parameters:
[
7388
]
|
46 | 0.28 ms |
SELECT t0.id AS id_1, t0.ordering AS ordering_2, t0.name AS name_3, t0.url AS url_4, t0.apocryphal AS apocryphal_5, t0.deuterocanonical AS deuterocanonical_6, t0.testament_id AS testament_id_7 FROM canonicalbiblebook t0 WHERE t0.id = ?
Parameters:
[
63
]
|
47 | 0.23 ms |
SELECT t0.id AS id_1, t0.ordering AS ordering_2, t0.book_id AS book_id_3 FROM canonicalbiblechapter t0 WHERE t0.book_id = ? ORDER BY t0.ordering ASC
Parameters:
[
63
]
|
48 | 0.20 ms |
select id from language where shortcode = 'en'
Parameters:
[] |
49 | 0.14 ms |
select language_id from bibletranslation where url = 'japanese-bible-kougo'
Parameters:
[] |
50 | 0.13 ms |
select show_bible_chapter_summary from language where id = 205
Parameters:
[] |
51 | 2.92 ms |
SELECT bs.chapter_id, t.id as translation_id, t.url, t.is_modern, t.translatedtitle as explanationtitle, case when t.language_id = 205 then 2 else case when t.language_id = 123 then 3 else 6 end end as lang_order FROM expositionwork w, expositiontranslation t, expositiontranslationtext tt, story_work sw, biblestory bs WHERE bs.chapter_id = 1107 and sw.story_id = bs.id and w.id = sw.work_id and t.work_id=w.id and t.id = tt.translation_id and tt.text is not null and tt.text <> '' and (t.language_id in (205,123)) and w.ispublic AND t.ispublic order by lang_order, t.is_modern desc, t.islanguagedefault desc limit 1
Parameters:
[] |
52 | 1.26 ms |
SELECT c.id, t.url as translation_url, cb.url as book_url, c.ordering as chapter_order, 'bible' || '_' || t.url || '_' || cb.url || '_' || c.ordering as chapter_multi_spec, b.name as book_name FROM bibletranslation t, biblebook b, biblechapter c, canonicalbiblebook cb WHERE c.book_id in (select book_id from biblechapter where id = 128757) and c.ordering > (select ordering from biblechapter where id = 128757) and c.book_id = b.id and b.canonicalization_id = cb.id and b.translation_id = t.id order by c.ordering limit 1
Parameters:
[] |
53 | 1.43 ms |
SELECT c.id, t.url as translation_url, cb.url as book_url, c.ordering as chapter_order, 'bible' || '_' || t.url || '_' || cb.url || '_' || c.ordering as chapter_multi_spec, b.name as book_name FROM bibletranslation t, biblebook b, biblechapter c, canonicalbiblebook cb WHERE c.book_id in (select book_id from biblechapter where id = 128757) and c.ordering < (select ordering from biblechapter where id = 128757) and c.book_id = b.id and b.canonicalization_id = cb.id and b.translation_id = t.id order by c.ordering desc limit 1
Parameters:
[] |
54 | 0.50 ms |
SELECT id FROM bibleverse WHERE verse_id = 3421438 and chapter_id in (select chapter_id from bibleverse where id = 3421438) and indexdisplay like '%-%' limit 1
Parameters:
[] |
55 | 5.46 ms |
SELECT c.id, t.url as translation_url, cb.url as book_url, c.ordering as chapter_order, (case when v2.indexdisplay is not null and v.indexdisplay not like '%-%' then v.indexdisplay else null end) as subverse_index, (case when v2.indexdisplay is not null then case when v.indexdisplay like '%-%' then v2.indexdisplay else v2.indexdisplay || v.indexdisplay end else v.indexdisplay end) as verse_label, (case when v2.indexdisplay is not null then v2.indexdisplay else v.indexdisplay end) as verse_index, v.id as verse_id, 'bible' || '_' || t.url || '_' || cb.url || '_' || c.ordering || '_' || (case when v2.indexdisplay is not null then v2.indexdisplay else '' end) || v.indexdisplay as verse_multi_spec, b.name as book_name FROM bibletranslation t, biblebook b, biblechapter c, canonicalbiblebook cb, bibleverse v left join bibleverse v2 on v.verse_id = v2.id WHERE c.book_id in (select book_id from biblechapter where id in (select chapter_id from bibleverse where id = 3421438)) and v.chapter_id = c.id and v.ordering > (select ordering from bibleverse where id = 3421438) and c.book_id = b.id and b.canonicalization_id = cb.id and b.translation_id = t.id and (v.verse_id is null or v.indexdisplay like '%-%') order by v.ordering limit 1
Parameters:
[] |
56 | 0.40 ms |
SELECT id FROM bibleverse WHERE verse_id = 3421438 and chapter_id in (select chapter_id from bibleverse where id = 3421438) and indexdisplay like '%-%' limit 1
Parameters:
[] |
57 | 3.68 ms |
SELECT c.id, t.url as translation_url, cb.url as book_url, c.ordering as chapter_order, (case when v2.indexdisplay is not null and v.indexdisplay not like '%-%' then v.indexdisplay else null end) as subverse_index, (case when v2.indexdisplay is not null then case when v.indexdisplay like '%-%' then v2.indexdisplay else v2.indexdisplay || v.indexdisplay end else v.indexdisplay end) as verse_label, (case when v2.indexdisplay is not null then v2.indexdisplay else v.indexdisplay end) as verse_index, v.id as verse_id, 'bible' || '_' || t.url || '_' || cb.url || '_' || c.ordering || '_' || (case when v2.indexdisplay is not null then v2.indexdisplay else '' end) || v.indexdisplay as verse_multi_spec, b.name as book_name FROM bibletranslation t, biblebook b, biblechapter c, canonicalbiblebook cb, bibleverse v left join bibleverse v2 on v.verse_id = v2.id WHERE c.book_id in (select book_id from biblechapter where id in (select chapter_id from bibleverse where id = 3421438)) and v.chapter_id = c.id and v.ordering < (select ordering from bibleverse where id = 3421438) and c.book_id = b.id and b.canonicalization_id = cb.id and b.translation_id = t.id and (v.verse_id is null or v.indexdisplay like '%-%') order by v.ordering desc limit 1
Parameters:
[] |
58 | 1.90 ms |
SELECT t.id, (case when l.nativename is not null and l.nativename <> '' then l.nativename else l.name end) as language_name, t.name, t.url, l.righttoleft, b.id as book_id, b.name as book_name, cb.url as canonical_book_url, case when l.id = 123 then 1 else 2 end as lang_ordering, case when t.languagedefault then 1 else 2 end as trans_ordering, l.id as language_id, t.abbreviation FROM language l, bibletranslation t, biblebook b, biblechapter c, canonicalbiblebook cb WHERE t.url = 'japanese-bible-kougo' and c.book_id = b.id and b.canonicalization_id = cb.id and b.translation_id = t.id and t.enabled and t.language_id = l.id order by lang_ordering, trans_ordering limit 1
Parameters:
[] |
59 | 0.18 ms |
SELECT ordering FROM biblechapter WHERE book_id = 7388 and ordering = 15 limit 1
Parameters:
[] |
60 | 0.34 ms |
SELECT v.indexdisplay FROM bibleverse v, biblechapter c WHERE c.book_id = 7388 and c.ordering = 15 and v.chapter_id = c.id and v.indexdisplay = '17' limit 1
Parameters:
[] |
61 | 0.20 ms |
SELECT t0.id AS id_1, t0.ordering AS ordering_2, t0.book_id AS book_id_3 FROM biblechapter t0 WHERE t0.book_id = ? ORDER BY t0.ordering ASC
Parameters:
[
7388
]
|
62 | 0.27 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.chapter_id = ? ORDER BY t0.ordering ASC
Parameters:
[
128757
]
|
63 | 0.19 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.verse_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3421422
]
|
64 | 0.18 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.verse_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3421423
]
|
65 | 0.18 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.verse_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3421424
]
|
66 | 0.38 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.verse_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3421425
]
|
67 | 0.19 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.verse_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3421426
]
|
68 | 0.20 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.verse_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3421427
]
|
69 | 0.17 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.verse_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3421428
]
|
70 | 0.36 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.verse_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3421429
]
|
71 | 0.16 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.verse_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3421430
]
|
72 | 0.16 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.verse_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3421431
]
|
73 | 0.35 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.verse_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3421432
]
|
74 | 0.17 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.verse_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3421433
]
|
75 | 0.17 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.verse_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3421434
]
|
76 | 0.16 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.verse_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3421435
]
|
77 | 0.36 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.verse_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3421436
]
|
78 | 0.18 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.verse_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3421437
]
|
79 | 0.20 ms |
SELECT t0.id AS id_1, t0.indexDisplay AS indexdisplay_2, t0.ordering AS ordering_3, t0.content AS content_4, t0.contentVector AS contentvector_5, t0.chapter_id AS chapter_id_6, t0.verse_id AS verse_id_7 FROM bibleverse t0 WHERE t0.verse_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3421438
]
|
80 | 0.66 ms |
select t.language_id, l.bibliographiccode, c.book_id, b.translation_id, v.chapter_id from bibleverse v, biblechapter c, biblebook b, bibletranslation t, language l where v.id = 3421438 and v.chapter_id = c.id and c.book_id = b.id and b.translation_id = t.id and t.language_id = l.id
Parameters:
[] |
81 | 1.55 ms |
select string_agg(distinct cv.id::text, ',') as cverse_ids, string_agg(distinct cc.id::text, ',') as cchapter_ids, string_agg(distinct cc.ordering::text, ',' order by cc.ordering::text) as cchapter_orders from canonicalbibleverse cv, canonicalbiblechapter cc, canonicalbiblebook cb, bibleverse v, (select * from canonicalbibleverse_bibleverse where bibleverse_id in (3421438)) as cvv where v.id in (3421438) and v.id = cvv.bibleverse_id and cv.id = cvv.canonicalbibleverse_id and cv.chapter_id = cc.id
Parameters:
[] |
82 | 0.18 ms |
select array_to_string(array_agg(distinct chapter_id), ',') from canonicalbibleverse where id in (27532)
Parameters:
[] |
83 | 0.26 ms |
select array_to_string(array_agg(id), ',') from canonicalbiblechapter where id in (1107) and id not in (select distinct chapter_id from canonicalbibleverse where chapter_id in (1107) and id not in (27532))
Parameters:
[] |
84 | 18.81 ms |
select * from (SELECT distinct on (p.id) p.id, w.swedenborgtype, t.translatedtitle AS title, p.swedenborgsection as num, 'swedenborg' || '_' || t.url || (case when p.swedenborgsection is not null then '_' || p.swedenborgsection else '' end) as ref_column_spec, t.url as translation_url, d.url as division_url, w.ordering as work_order, p.ordering, case when t.language_id = 205 then 1 else 2 end as lang_order FROM expositionwork w, expositiontranslation t, expositionpassage p, expositiondivision d WHERE p.id in (SELECT DISTINCT passage_id FROM verse_passage WHERE verse_id in (27532)) and p.id not in (SELECT DISTINCT passage_id FROM chapter_passage WHERE chapter_id in (1107) union SELECT DISTINCT passage_id FROM verse_passage WHERE verse_id in (27532) and iscorepassage) and w.swedenborgtype is not null and t.work_id=w.id and d.work_id = w.id and p.division_id = d.id and t.id in (SELECT distinct on (w.id) t.id FROM expositionwork w, expositiontranslation t, expositionpassage p, expositiondivision d WHERE p.id in (SELECT DISTINCT passage_id FROM verse_passage WHERE verse_id in (27532)) and p.id not in (SELECT DISTINCT passage_id FROM chapter_passage WHERE chapter_id in (1107) union SELECT DISTINCT passage_id FROM verse_passage WHERE verse_id in (27532) and iscorepassage) and t.work_id=w.id and d.work_id = w.id and p.division_id = d.id and t.language_id in ( 205,123) and t.ispublic and w.ispublic and t.url is not null and t.url <> '' AND t.type_id = 1 order by w.id, t.islanguagedefault desc limit 1) order by p.id, lang_order) as t2 order by work_order, title, ordering
Parameters:
[] |
85 | 0.29 ms |
SELECT chapter_id, min(ordering) as min_order, max(ordering) as max_order from canonicalbibleverse WHERE id in (27532) group by chapter_id
Parameters:
[] |
86 | 2.74 ms |
select * from (SELECT distinct on (s.id) s.id, s.title, e.description, e.youtube_id, sr.time, s.showtype_id, e.location, case when e.youtube_id is null then 2 else 1 end as video_order, cc.ordering as chapter_order, cb1.ordering as start_verse, cb2.ordering as end_verse, case when e.youtube_id is null then 2 else 1 end as video_order1 FROM show s, embed e, show_bibleref sr left join canonicalbibleverse as cb1 on from_verse_id = cb1.id left join canonicalbibleverse as cb2 on to_verse_id = cb2.id left join canonicalbiblechapter as cc on sr.chapter_id = cc.id WHERE ( (sr.chapter_id in (1107) and from_verse_id is null and to_verse_id is null) or ( to_verse_id is null and sr.from_verse_id in (27532) ) or ( to_verse_id is not null and sr.chapter_id = 1107 and cb1.ordering <= 17 and cb2.ordering >= 17 )) and s.id = sr.show_id and e.visibilitydefault and s.embed_id = e.id limit 1) as t order by video_order1
Parameters:
[] |
87 | 0.29 ms |
SELECT 'http://qbible.com/greek-new-testament/' || qbible_url || '/' || '15' || '.html#' || '1' as url from canonicalbiblebook WHERE id = 63 and qbible_url is not null and qbible_url <> ''
Parameters:
[] |
88 | 2.57 ms |
SELECT r.title as name, ('/bundles/ncbsw/resource/publicfile/' || r.publicfile) as public_file, 1 as ordering from resource r, resource_bibleref rb, canonicalbiblechapter cc WHERE rb.book_id = 63 and r.publicfile like 'dbsn%' and r.id = rb.resource_id and cc.id = rb.chapter_id and cc.ordering = 15 and r.publish union SELECT name, ('/bundles/ncbsw/translation/' || public_file) as public_file, 2 as ordering from expositiontranslation WHERE id in (select translation_id from expositiontranslationref where book_id = 63) and type_id = 2 and ispublic and public_file is not null order by ordering, name
Parameters:
[] |
89 | 0.21 ms |
select id from language where shortcode = 'en'
Parameters:
[] |
90 | 69.39 ms |
SELECT v.id, cv.ordering as verse_order, scc.ordering as chapter_order, t.id as translation_id, scc.id as cchapter_id, v.chapter_id, 'bible' || '_' || bt.url || '_' || cb.url || '_' || c.ordering || '_' || v.indexdisplay as bible_spec, 'explanation' || '_' || t.url as explanation_spec, bt.url as bible_trans_url, cb.url as book_url, v.indexdisplay as verse_index, case when t.language_id = 205 then 1 else case when t.language_id = 123 then 2 end end as lang_order, bt.language_id FROM (select * from biblestory where level_id = 2) as bs, canonicalbibleverse cv, (select * from canonicalbibleverse_bibleverse where bibleverse_id in (3421438)) as cvv, canonicalbiblechapter scc, expositionwork w, expositiontranslation t, expositiontranslationtext tt, story_work sw, biblechapter c, biblebook b, bibletranslation bt, canonicalbiblebook cb, bibleverse v WHERE w.ispublic and t.ispublic and t.language_id in (205,123) and v.id = cvv.bibleverse_id and cv.id = cvv.canonicalbibleverse_id and bs.startverse_id = cv.id and cv.chapter_id = scc.id and v.verse_id is null and sw.story_id = bs.id and w.id = sw.work_id and t.work_id=w.id and v.chapter_id = c.id and b.id = c.book_id and b.translation_id=bt.id and scc.book_id = cb.id and t.id = tt.translation_id and tt.text is not null and tt.text <> '' order by cv.ordering, lang_order, t.is_modern desc, w.ordering, t.islanguagedefault desc limit 1
Parameters:
[] |
91 | 0.77 ms |
select t.language_id, l.bibliographiccode, c.book_id, b.translation_id, v.chapter_id from bibleverse v, biblechapter c, biblebook b, bibletranslation t, language l where v.id = 3421438 and v.chapter_id = c.id and c.book_id = b.id and b.translation_id = t.id and t.language_id = l.id
Parameters:
[] |
92 | 0.15 ms |
select show_bible_verse_highlights from language where id = 205
Parameters:
[] |
93 | 33.47 ms |
select * from (SELECT distinct on (verse_id, term_text) * from (select cbb.bibleverse_id as verse_id, t.id as term_id, lower(t.text) as term_text, c.url as concept_url, char_length(t.text) as text_len, ct.translatedtitle as title, ct.explanation_id, c.id as concept_id FROM verse_concept vc, term_concept tc, term t, concept c, (select * from canonicalbibleverse_bibleverse where bibleverse_id in (3421438)) as cbb, bibleverse bv, (select distinct on (cl.concept_id) cl.concept_id, trans.translatedtitle, trans.id as explanation_id, case when trans.language_id = 205 then 1 else 2 end as ordering from concept_work cl, expositiontranslation trans where trans.language_id in (205, 123) and cl.work_id = trans.work_id order by cl.concept_id, ordering) as ct WHERE cbb.canonicalbibleverse_id = vc.verse_id and tc.concept_id = vc.concept_id and t.id = tc.term_id and c.id = tc.concept_id and t.language_id = 205 and ct.concept_id = c.id and cbb.bibleverse_id = bv.id and case when t.text is not null and (bv.content ~* ('' || replace(replace(replace(replace(t.text, ')', '\)'), '(', '\('), ']', '\]'), '[', '\[') || '')) then true else false end order by cbb.bibleverse_id, lower(t.text), term_id) as t1) as t order by verse_id, char_length(term_text) desc
Parameters:
[] |
94 | 0.34 ms |
SELECT t0.id AS id_1, t0.translatedTitle AS translatedtitle_2, t0.name AS name_3, t0.description AS description_4, t0.url AS url_5, t0.isPublic AS ispublic_6, t0.audience AS audience_7, t0.isOriginal AS isoriginal_8, t0.isLanguageDefault AS islanguagedefault_9, t0.type_id AS type_id_10, t0.translationmethod_id AS translationmethod_id_11, t0.public_file AS public_file_12, t0.doc_link AS doc_link_13, t0.work_id AS work_id_14, t0.language_id AS language_id_15 FROM expositiontranslation t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
70679
]
|
95 | 0.23 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.fullTitle AS fulltitle_3, t0.description AS description_4, t0.url AS url_5, t0.isPublic AS ispublic_6, t0.audience AS audience_7, t0.swedenborgType AS swedenborgtype_8 FROM expositionwork t0 WHERE t0.id = ?
Parameters:
[
14745
]
|
96 | 0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.ordering AS ordering_4, t0.work_id AS work_id_5, t0.superdivision_id AS superdivision_id_6 FROM expositiondivision t0 WHERE t0.work_id = ? ORDER BY t0.ordering ASC
Parameters:
[
14745
]
|
97 | 0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.ordering AS ordering_4, t0.work_id AS work_id_5, t0.superdivision_id AS superdivision_id_6 FROM expositiondivision t0 WHERE t0.superdivision_id = ? ORDER BY t0.ordering ASC
Parameters:
[
13961
]
|
98 | 0.22 ms |
SELECT t0.id AS id_1, t0.ordering AS ordering_2, t0.title AS title_3, t0.swedenborgSection AS swedenborgsection_4, t0.division_id AS division_id_5 FROM expositionpassage t0 WHERE t0.division_id = ? ORDER BY t0.ordering ASC
Parameters:
[
13961
]
|
99 | 0.20 ms |
SELECT t0.id AS id_1, t0.ordering AS ordering_2, t0.subsection AS subsection_3, t0.passage_id AS passage_id_4 FROM expositiontextunit t0 WHERE t0.passage_id = ? ORDER BY t0.ordering ASC
Parameters:
[
57235
]
|
100 | 20.82 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.textVector AS textvector_3, t0.translation_id AS translation_id_4, t0.placement_id AS placement_id_5 FROM expositiontranslationtext t0 WHERE t0.placement_id = ?
Parameters:
[
97088
]
|
101 | 0.16 ms |
SELECT text_style_override FROM language WHERE id = 70679
Parameters:
[] |
102 | 0.15 ms |
select translationmethod_id from expositiontranslation where id = 70679
Parameters:
[] |
103 | 0.33 ms |
select t2.id from expositiontranslation t1, expositiontranslation t2 where t1.id = 70679 and t1.work_id = t2.work_id and t2.isoriginal order by case when t2.language_id = 123 then 1 else 2 end
Parameters:
[] |
104 | 0.87 ms |
SELECT array_to_string(array_agg( (CASE WHEN p.name is not null then p.name else (case when p.title is null then '' else p.title || ' ' end) || (case when p.firstname is null then '' else p.firstname || ' ' end) || (case when p.middlename is null then '' else p.middlename || ' ' end) || (case when p.lastname is null then '' else p.lastname || ' ' end) || (case when p.suffix is null then '' else p.suffix || ' ' end) end) ), ', ') as authors FROM translation_bibliographicdata tbg, bibliographicdata_person bp, person p WHERE tbg.translation_id = 70669 and tbg.bibliographicdata_id = bp.bibliographicdata_id and bp.person_id = p.id
Parameters:
[] |
105 | 0.27 ms |
select (case when l.nativename is not null and l.nativename <> '' then l.nativename else l.name end) as language_name from expositiontranslation t, language l where t.id = 70679 and l.id = t.language_id
Parameters:
[] |
106 | 0.23 ms |
SELECT t.name FROM texttospeech t, texttospeechlanguage tl WHERE tl.language_id = 205 and t.id = tl.tts_id order by tl.is_standard desc limit 1
Parameters:
[] |
107 | 0.15 ms |
select language_id from expositiontranslation where id = 70679
Parameters:
[] |
108 | 1.99 ms |
select array_to_string(array_agg(DISTINCT d.ref_id),',') as ref from expositiontextunit t, expositiontranslationtext tt, expositiondisplayitem d where t.passage_id = 57235 and tt.translation_id = 70679 and t.id = tt.placement_id and d.container_id = tt.id and d.type_id = 2
Parameters:
[] |
109 | 62.94 ms |
select t3.* from (select * from (SELECT distinct on (tc.textunit_id, rc.id) tc.textunit_id, rc.id as ref_id, rc.originallinktext as link_text, cc1.book_id, rb.startverse_id as startloc_id, rb.endverse_id as endloc_id, true as is_bibleref, 'bible_' || trans.url || '_' || cb.url || '_' || cc1.ordering || (case when cc1.id <> cc2.id then '-' || cc2.ordering else '' end) || '_' || cv1.ordering || (case when rb.startverse_id <> rb.endverse_id then '-' || cv2.ordering else '' end) as multilink_text, cc1.ordering as ordering1, cv1.ordering as ordering2, (case when trans.language_id = 205 then 2 else case when trans.language_id = 123 then case when trans.languagedefault then 3 else 4 end end end) as priority_order, cb.url as book_url, trans.url as trans_url, cc1.ordering as chapter_order1, cc2.ordering as chapter_order2, cv1.ordering as verse_order1, cv2.ordering as verse_order2, trans.url as div_url, 0 as passage_order FROM refbible rb, refcombined rc, textunit_combinedreference tc, expositiontextunit t, canonicalbibleverse cv1, canonicalbiblechapter cc1, canonicalbiblebook cb, canonicalbibleverse_bibleverse cbb1, bibleverse v1, biblechapter c1, canonicalbibleverse cv2, canonicalbiblechapter cc2, biblebook b, bibletranslation trans WHERE t.passage_id = 57235 and t.id = tc.textunit_id and rc.id = tc.combinedreference_id and rc.id not in (12,18,37,99,101,307,465,795,883,1217,1246,1493,2271,3060,4879,4905,5033,5151,6363,6991,7674,7727,8204,10328,10367,12473,13469,13941,17283,18220,19264,20605,21447,22345,22491,24948,26377,29054,32893,33041,35843,36351,36787,39478,60119,60564,65872,66164,66170,66174,66176,66177,66178,66179,66180,66181,66182,66183,66722,96262,96617,98524,98680,99586,99614,103461,106917,107689,107770,108345,117541,119889,126631,135864,148144,148161,148313,148329,154758,154759,154760,154761,154762,154763,154764,154765) and rb.container_id = rc.id and cv1.id = rb.startverse_id and cv1.chapter_id = cc1.id and cc1.book_id = cb.id and cv1.id = cbb1.canonicalbibleverse_id and v1.id = cbb1.bibleverse_id and v1.chapter_id = c1.id and c1.book_id = b.id and cv2.id = rb.endverse_id and cv2.chapter_id = cc2.id and b.translation_id = trans.id and trans.enabled order by tc.textunit_id, rc.id, priority_order asc, trans.languagedefault desc) as b union select * from (SELECT distinct on (tc.textunit_id, rc.id) tc.textunit_id, rc.id as ref_id, rc.originallinktext as link_text, d.work_id as book_id, re.startlocation_id as startloc_id, re.endlocation_id as endloc_id, false as is_bibleref, (case when w.swedenborgtype is not null then 'swedenborg_' else 'explanation_' end) || trans.url || (case when p.swedenborgsection is not null then '_' || p.swedenborgsection else '' end) as multilink_text, p.ordering as ordering1, t2.ordering as ordering2, (case when trans.id = 70679 then 1 else case when trans.language_id = 205 then 2 else case when trans.language_id = 123 then case when trans.islanguagedefault then 3 else 4 end end end end) as priority_order, trans.url as book_url, trans.url as trans_url, 0 as chapter_order1, 0 as chapter_order2, 0 as verse_order1, 0 as verse_order2, d.url as div_url, p.ordering as passage_order FROM refexposition re, refcombined rc, textunit_combinedreference tc, expositiontextunit t, expositiontextunit t2, expositionpassage p, expositiondivision d, expositionwork w, expositiontranslation trans, expositiontranslationtext tt WHERE t.passage_id = 57235 and t.id = tc.textunit_id and rc.id = tc.combinedreference_id and rc.id not in (12,18,37,99,101,307,465,795,883,1217,1246,1493,2271,3060,4879,4905,5033,5151,6363,6991,7674,7727,8204,10328,10367,12473,13469,13941,17283,18220,19264,20605,21447,22345,22491,24948,26377,29054,32893,33041,35843,36351,36787,39478,60119,60564,65872,66164,66170,66174,66176,66177,66178,66179,66180,66181,66182,66183,66722,96262,96617,98524,98680,99586,99614,103461,106917,107689,107770,108345,117541,119889,126631,135864,148144,148161,148313,148329,154758,154759,154760,154761,154762,154763,154764,154765) and re.container_id = rc.id and t2.id = re.startlocation_id and p.id = t2.passage_id and d.id = p.division_id and d.work_id = w.id and w.id = trans.work_id and trans.url is not null and trans.ispublic and w.ispublic and t2.id = tt.placement_id and trans.id = tt.translation_id order by tc.textunit_id, rc.id, priority_order asc, trans.islanguagedefault desc, trans.isoriginal desc) as e) as t3 order by split_part(link_text, ' ', 1), book_id, ordering1, ordering2
Parameters:
[] |
110 | 477.24 ms |
select * from (SELECT distinct on (di.ref_id) di.ref_id, 'bible_' || trans.url || '_' || cb.url || '_' || cc1.ordering || (case when cc1.id <> cc2.id then '-' || cc2.ordering else '' end) || '_' || cv1.ordering || (case when rb.startverse_id <> rb.endverse_id then '-' || cv2.ordering else '' end) as multilink, true as is_bibleref, 1 as section_order, (case when trans.language_id in (select language_id from expositiontranslation where id = 70679) then 1 else case when trans.language_id = 123 then 2 else 3 end end ) as priority_order, cb.url as book_url, trans.url as trans_url, cc1.ordering as chapter_order1, cc2.ordering as chapter_order2, cv1.ordering as verse_order1, cv2.ordering as verse_order2, trans.url as div_url, 0 as passage_order FROM refbible rb, expositiontextunit t, expositiontranslationtext tt, expositiondisplayitem di, canonicalbibleverse cv1, canonicalbiblechapter cc1, canonicalbiblebook cb, canonicalbibleverse cv2, canonicalbiblechapter cc2, biblebook b, bibletranslation trans WHERE t.passage_id = 57235 and t.id = tt.placement_id and rb.container_id = di.ref_id and di.container_id = tt.id and di.ref_id is not null and cv1.id = rb.startverse_id and cv1.chapter_id = cc1.id and cc1.book_id = cb.id and cv2.id = rb.endverse_id and cv2.chapter_id = cc2.id and b.canonicalization_id = cb.id and b.translation_id = trans.id and trans.enabled order by di.ref_id, priority_order asc, trans.languagedefault desc) as b union select * from (SELECT distinct on (di.ref_id) di.ref_id, (case when w.swedenborgtype is not null then 'swedenborg' else 'explanation' end) || '_' || trans.url || (case when p.swedenborgsection is not null then '_' || p.swedenborgsection else '' end) as multilink, false as is_bibleref, t2.ordering as section_order, (case when trans.id = 70679 then 1 else case when trans.language_id in (select language_id from expositiontranslation where id = 70679) then 2 else case when trans.language_id = 123 then 3 else 4 end end end) as priority_order, trans.url as book_url, trans.url as trans_url, 0 as chapter_order1, 0 as chapter_order2, 0 as verse_order1, 0 as verse_order2, d.url as div_url, p.ordering as passage_order FROM refexposition re, expositiontextunit t, expositiontextunit t2, expositionpassage p, expositiondivision d, expositiontranslationtext tt, expositiondisplayitem di, expositionwork w, expositiontranslation trans WHERE t.passage_id = 57235 and t2.id = re.startlocation_id and p.id = t2.passage_id and d.id = p.division_id and re.container_id = di.ref_id and t.id = tt.placement_id and di.container_id = tt.id and di.ref_id is not null and d.work_id = w.id and w.id = trans.work_id and trans.url is not null and trans.ispublic and w.ispublic order by di.ref_id, priority_order asc, trans.islanguagedefault desc, trans.isoriginal desc) as e
Parameters:
[] |
111 | 21.84 ms |
SELECT t.id, (case when l.nativename is not null and l.nativename <> '' then l.nativename else l.name end) as language_name, t.name as name, t.url, bk.url as first_book_url, (case when l.nativename is not null and l.nativename <> '' then l.nativename else l.name end) as group_name, (case when language_id = 123 then 1 else 2 end) as group_order, true as has_book, true as has_chapter, l.righttoleft FROM language l, bibletranslation t join ( select distinct on (t2.id) t2.id as translation_id, cb.url from bibletranslation t2, biblebook b, canonicalbiblebook cb where b.translation_id = t2.id and cb.id = b.canonicalization_id order by t2.id, b.ordering) as bk on t.id = bk.translation_id WHERE t.enabled and t.language_id = l.id and t.id in (select distinct translation_id from biblebook b3, biblechapter c3, bibleverse v3 where b3.canonicalization_id = 63 and c3.book_id = b3.id and c3.ordering = 15 and v3.chapter_id = c3.id and v3.indexdisplay = '17') order by group_order, language_name, t.name
Parameters:
[] |
112 | 0.18 ms |
SELECT text_style_override FROM language WHERE id = 205
Parameters:
[] |
113 | 0.36 ms |
SELECT t.name FROM texttospeech t, texttospeechlanguage tl WHERE tl.language_id = 205 and t.id = tl.tts_id order by tl.is_standard desc limit 1
Parameters:
[] |
114 | 0.31 ms |
SELECT credit from bibletranslation WHERE url = 'japanese-bible-kougo'
Parameters:
[] |
115 | 0.20 ms |
select show_bible_verse_highlights from language where id = 205
Parameters:
[] |
116 | 0.68 ms |
SELECT w.book_id FROM expositionwork w, expositiontranslation t where t.id = 19428 and t.work_id = w.id limit 1
Parameters:
[] |
117 | 2.63 ms |
select distinct on (chapter_order) * from (SELECT t.id as translation_id, t.url as translation_url, bs.name as explanationtitle, 'explanation' || '_' || t.url as explanation_spec, cbc.ordering as chapter_order, case when t.language_id = 205 then 1 else case when t.language_id = 123 then 2 end end as lang_order, case when t.id = 19428 then 1 else case when t.language_id = 205 then 2 else case when t.islanguagedefault then 3 else 4 end end end as trans_order, w.id as work_id, bs.id as story_id, t.language_id, (case when l.nativename is not null and l.nativename <> '' then l.nativename else l.name end) as language_name FROM expositionwork w, expositiontranslation t, story_work sw, biblestory bs, canonicalbiblechapter cbc, language l WHERE bs.chapter_id in (select id from canonicalbiblechapter where book_id in (select book_id from biblestory bs2, story_work sw2, canonicalbiblechapter cbc2 where sw2.work_id = 46 and sw2.story_id = bs2.id and cbc2.id = bs2.chapter_id)) and sw.story_id = bs.id and w.id = sw.work_id and t.work_id=w.id and cbc.id = bs.chapter_id and t.language_id = l.id and w.ispublic AND t.ispublic order by cbc.ordering, lang_order, trans_order, t.is_modern desc, sw.ordering) as t
Parameters:
[] |
118 | 0.37 ms |
SELECT w.book_id FROM expositionwork w, expositiontranslation t where t.id = 63448 and t.work_id = w.id limit 1
Parameters:
[] |
119 | 2.06 ms |
select distinct on (chapter_order) * from (SELECT t.id as translation_id, t.url as translation_url, bs.name as explanationtitle, 'explanation' || '_' || t.url as explanation_spec, cbc.ordering as chapter_order, case when t.language_id = 205 then 1 else case when t.language_id = 123 then 2 end end as lang_order, case when t.id = 63448 then 1 else case when t.language_id = 205 then 2 else case when t.islanguagedefault then 3 else 4 end end end as trans_order, w.id as work_id, bs.id as story_id, t.language_id, (case when l.nativename is not null and l.nativename <> '' then l.nativename else l.name end) as language_name FROM expositionwork w, expositiontranslation t, story_work sw, biblestory bs, canonicalbiblechapter cbc, language l WHERE bs.chapter_id in (select id from canonicalbiblechapter where book_id in (select book_id from biblestory bs2, story_work sw2, canonicalbiblechapter cbc2 where sw2.work_id = 1 and sw2.story_id = bs2.id and cbc2.id = bs2.chapter_id)) and sw.story_id = bs.id and w.id = sw.work_id and t.work_id=w.id and cbc.id = bs.chapter_id and t.language_id = l.id and w.ispublic AND t.ispublic order by cbc.ordering, lang_order, trans_order, t.is_modern desc, sw.ordering) as t
Parameters:
[] |
120 | 0.51 ms |
select case when w.swedenborgtype is null then false else true end as sw from expositionwork w, expositiontranslation t where t.id = 19428 and t.work_id = w.id
Parameters:
[] |
121 | 0.33 ms |
select case when w.swedenborgtype is null then false else true end as sw from expositionwork w, expositiontranslation t where t.id = 63448 and t.work_id = w.id
Parameters:
[] |
122 | 0.57 ms |
select shortcode, (case when nativename is not null and nativename <> '' then nativename else name end) as name FROM language where shortcode in ('en','sq','bg','zh','hr','cs','nl','fr','ka','de','hi','it','ja','ko','la','mk','ml','me','pt','ru','sr','es','sv','tl','uk','zu')
Parameters:
[] |
123 | 0.40 ms |
SELECT t0.id AS id_1, t0.translatedTitle AS translatedtitle_2, t0.name AS name_3, t0.description AS description_4, t0.url AS url_5, t0.isPublic AS ispublic_6, t0.audience AS audience_7, t0.isOriginal AS isoriginal_8, t0.isLanguageDefault AS islanguagedefault_9, t0.type_id AS type_id_10, t0.translationmethod_id AS translationmethod_id_11, t0.public_file AS public_file_12, t0.doc_link AS doc_link_13, t0.work_id AS work_id_14, t0.language_id AS language_id_15 FROM expositiontranslation t0 WHERE t0.work_id = ?
Parameters:
[
46
]
|
124 | 0.50 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.isPublic AS ispublic_4, t0.level_id AS level_id_5, t0.startVerse_id AS startverse_id_6, t0.endVerse_id AS endverse_id_7, t0.chapter_id AS chapter_id_8 FROM biblestory t0 INNER JOIN story_work ON t0.id = story_work.story_id WHERE story_work.work_id = ?
Parameters:
[
46
]
|
125 | 0.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.ordering AS ordering_4, t0.work_id AS work_id_5, t0.superdivision_id AS superdivision_id_6 FROM expositiondivision t0 WHERE t0.work_id = ? ORDER BY t0.ordering ASC
Parameters:
[
46
]
|
126 | 0.30 ms |
SELECT t0.id AS id_1, t0.ordering AS ordering_2, t0.title AS title_3, t0.swedenborgSection AS swedenborgsection_4, t0.division_id AS division_id_5 FROM expositionpassage t0 WHERE t0.division_id = ? ORDER BY t0.ordering ASC
Parameters:
[
13
]
|
127 | 1.09 ms |
SELECT t0.id AS id_1, t0.recordNumber AS recordnumber_2, t0.file AS file_3, t0.title AS title_4, t0.description AS description_5, t0.author AS author_6, t0.credit AS credit_7, t0.link AS link_8, t0.date AS date_9, t0.license AS license_10, t0.width AS width_11, t0.height AS height_12, t0.language_id AS language_id_13, t0.mediatype_id AS mediatype_id_14 FROM image t0 INNER JOIN textunit_image ON t0.id = textunit_image.image_id WHERE textunit_image.textunit_id = ?
Parameters:
[
10701
]
|
128 | 0.59 ms |
SELECT t0.id AS id_1, t0.ordering AS ordering_2, t0.flags AS flags_3, t0.searchable AS searchable_4, t0.text AS text_5, t0.type_id AS type_id_6, t0.container_id AS container_id_7, t0.containingItem_id AS containingitem_id_8, t0.ref_id AS ref_id_9, t0.image_id AS image_id_10, t0.embed_id AS embed_id_11 FROM expositiondisplayitem t0 WHERE t0.container_id = ? ORDER BY t0.ordering ASC
Parameters:
[
3954783
]
|
129 | 0.33 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.textVector AS textvector_3, t0.translation_id AS translation_id_4, t0.placement_id AS placement_id_5 FROM expositiontranslationtext t0 WHERE t0.placement_id = ?
Parameters:
[
72474
]
|
130 | 0.35 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.textVector AS textvector_3, t0.translation_id AS translation_id_4, t0.placement_id AS placement_id_5 FROM expositiontranslationtext t0 WHERE t0.placement_id = ?
Parameters:
[
72475
]
|
131 | 0.62 ms |
SELECT t0.id AS id_1, t0.ordering AS ordering_2, t0.passage_id AS passage_id_3, t0.embed_id AS embed_id_4 FROM passage_media t0 WHERE t0.passage_id = ? ORDER BY t0.ordering ASC
Parameters:
[
10701
]
|
132 | 0.37 ms |
SELECT t0.id AS id_1, t0.translatedTitle AS translatedtitle_2, t0.name AS name_3, t0.description AS description_4, t0.url AS url_5, t0.isPublic AS ispublic_6, t0.audience AS audience_7, t0.isOriginal AS isoriginal_8, t0.isLanguageDefault AS islanguagedefault_9, t0.type_id AS type_id_10, t0.translationmethod_id AS translationmethod_id_11, t0.public_file AS public_file_12, t0.doc_link AS doc_link_13, t0.work_id AS work_id_14, t0.language_id AS language_id_15 FROM expositiontranslation t0 WHERE t0.work_id = ?
Parameters:
[
1
]
|
133 | 0.62 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.isPublic AS ispublic_4, t0.level_id AS level_id_5, t0.startVerse_id AS startverse_id_6, t0.endVerse_id AS endverse_id_7, t0.chapter_id AS chapter_id_8 FROM biblestory t0 INNER JOIN story_work ON t0.id = story_work.story_id WHERE story_work.work_id = ?
Parameters:
[
1
]
|
134 | 0.62 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.ordering AS ordering_4, t0.work_id AS work_id_5, t0.superdivision_id AS superdivision_id_6 FROM expositiondivision t0 WHERE t0.work_id = ? ORDER BY t0.ordering ASC
Parameters:
[
1
]
|
135 | 0.31 ms |
SELECT t0.id AS id_1, t0.ordering AS ordering_2, t0.title AS title_3, t0.swedenborgSection AS swedenborgsection_4, t0.division_id AS division_id_5 FROM expositionpassage t0 WHERE t0.division_id = ? ORDER BY t0.ordering ASC
Parameters:
[
148
]
|
136 | 0.41 ms |
SELECT t0.id AS id_1, t0.recordNumber AS recordnumber_2, t0.file AS file_3, t0.title AS title_4, t0.description AS description_5, t0.author AS author_6, t0.credit AS credit_7, t0.link AS link_8, t0.date AS date_9, t0.license AS license_10, t0.width AS width_11, t0.height AS height_12, t0.language_id AS language_id_13, t0.mediatype_id AS mediatype_id_14 FROM image t0 INNER JOIN textunit_image ON t0.id = textunit_image.image_id WHERE textunit_image.textunit_id = ?
Parameters:
[
22036
]
|
137 | 0.36 ms |
SELECT t0.id AS id_1, t0.ordering AS ordering_2, t0.flags AS flags_3, t0.searchable AS searchable_4, t0.text AS text_5, t0.type_id AS type_id_6, t0.container_id AS container_id_7, t0.containingItem_id AS containingitem_id_8, t0.ref_id AS ref_id_9, t0.image_id AS image_id_10, t0.embed_id AS embed_id_11 FROM expositiondisplayitem t0 WHERE t0.container_id = ? ORDER BY t0.ordering ASC
Parameters:
[
4800715
]
|
138 | 0.95 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.textVector AS textvector_3, t0.translation_id AS translation_id_4, t0.placement_id AS placement_id_5 FROM expositiontranslationtext t0 WHERE t0.placement_id = ?
Parameters:
[
53492
]
|
139 | 0.82 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.textVector AS textvector_3, t0.translation_id AS translation_id_4, t0.placement_id AS placement_id_5 FROM expositiontranslationtext t0 WHERE t0.placement_id = ?
Parameters:
[
53493
]
|
140 | 0.23 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.textVector AS textvector_3, t0.translation_id AS translation_id_4, t0.placement_id AS placement_id_5 FROM expositiontranslationtext t0 WHERE t0.placement_id = ?
Parameters:
[
97099
]
|
141 | 0.25 ms |
SELECT t0.id AS id_1, t0.ordering AS ordering_2, t0.passage_id AS passage_id_3, t0.embed_id AS embed_id_4 FROM passage_media t0 WHERE t0.passage_id = ? ORDER BY t0.ordering ASC
Parameters:
[
22036
]
|
142 | 0.32 ms |
SELECT t0.id AS id_1, t0.languageDefault AS languagedefault_2, t0.name AS name_3, t0.abbreviation AS abbreviation_4, t0.copyright AS copyright_5, t0.notice AS notice_6, t0.license AS license_7, t0.url AS url_8, t0.enabled AS enabled_9, t0.language_id AS language_id_10 FROM bibletranslation t0 WHERE t0.id = ?
Parameters:
[
152
]
|
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
Class | Mapping errors |
---|---|
NCBS\WebsiteBundle\Entity\Exposition\Translation | No errors. |
NCBS\WebsiteBundle\Entity\Exposition\Work | No errors. |
NCBS\WebsiteBundle\Entity\Language | No errors. |
NCBS\WebsiteBundle\Entity\Bibliographic\BibliographicData | No errors. |
NCBS\WebsiteBundle\Entity\Exposition\Category | No errors. |
NCBS\WebsiteBundle\Entity\Bible\Stories\Story | No errors. |
NCBS\WebsiteBundle\Entity\Exposition\Division | No errors. |
NCBS\WebsiteBundle\Entity\Exposition\Passage | No errors. |
NCBS\WebsiteBundle\Entity\Exposition\TextUnit | No errors. |
NCBS\WebsiteBundle\Entity\Relation\PassageMedia | No errors. |
NCBS\WebsiteBundle\Entity\Exposition\TranslationText | No errors. |
NCBS\WebsiteBundle\Entity\Reference\CombinedReference | No errors. |
NCBS\WebsiteBundle\Entity\Media\Image | No errors. |
NCBS\WebsiteBundle\Entity\Exposition\DisplayItem | No errors. |
NCBS\WebsiteBundle\Entity\Bible\Verse | No errors. |
NCBS\WebsiteBundle\Entity\Bible\Chapter | No errors. |
NCBS\WebsiteBundle\Entity\Bible\Canonical\Verse | No errors. |
NCBS\WebsiteBundle\Entity\Bible\Book | No errors. |
NCBS\WebsiteBundle\Entity\Bible\Translation | No errors. |
NCBS\WebsiteBundle\Entity\Bible\Canonical\Book | No errors. |
NCBS\WebsiteBundle\Entity\Bible\Canonical\Testament | No errors. |
NCBS\WebsiteBundle\Entity\Bible\Canonical\Chapter | No errors. |
NCBS\WebsiteBundle\Entity\Media\Embed | No errors. |