Query Metrics
61
Database Queries
37
Different statements
642.47 ms
Query time
0
Invalid entities
957
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.70 ms |
SELECT id FROM language WHERE shortcode = 'ml' limit 1
Parameters:
[] |
| 2 | 14.12 ms |
SELECT MAX(sl.datemod) FROM ui_string_language sl JOIN ui_string s ON s.id = sl.ui_string_id WHERE sl.language_id IN (268, 123) AND s.is_active AND s.type_id IN (1, 3)
Parameters:
[] |
| 3 | 1.13 ms |
select t.id from expositiontranslation t WHERE t.url = 'tcr-jp' and (t.ispublic and not t.restricted_access)
Parameters:
[] |
| 4 | 3.87 ms |
SELECT t.id FROM expositionwork w, expositiontranslation t where t.url = 'tcr-jp' and w.id = t.work_id and w.swedenborgtype is not null
Parameters:
[] |
| 5 | 2.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.url = ? AND t0.ispublic = ? LIMIT 1
Parameters:
[ "tcr-jp" 1 ] |
| 6 | 0.68 ms |
SELECT t0.id AS id_1, t0.sitedefault AS sitedefault_2, t0.name AS name_3, t0.frenchname AS frenchname_4, t0.nativename AS nativename_5, t0.bibliographiccode AS bibliographiccode_6, t0.terminologiccode AS terminologiccode_7, t0.shortcode AS shortcode_8, t0.righttoleft AS righttoleft_9, t0.searchlibrary AS searchlibrary_10 FROM language t0 WHERE t0.id = ?
Parameters:
[
205
]
|
| 7 | 0.44 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:
[
45
]
|
| 8 | 0.97 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 = ? AND t0.url = ? LIMIT 1
Parameters:
[ 45 "contents" ] |
| 9 | 3.07 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 = ? AND t0.ordering = ? LIMIT 1
Parameters:
[ 14 "0" ] |
| 10 | 0.68 ms |
select case when w.swedenborgtype is null then false else true end as sw from expositionwork w, expositiontranslation t where t.id = 64323 and t.work_id = w.id
Parameters:
[] |
| 11 | 0.32 ms |
SELECT text_style_override FROM language WHERE id = 205
Parameters:
[] |
| 12 | 23.72 ms |
SELECT 'bible_' || t.url || '_' || cb.url || '_' || cc.ordering as link_spec, (case when t.language_id in (select language_id from expositiontranslation where id = 64323) then 2 else case when t.language_id = 123 then 3 else 4 end end) as priority_order, cb.url as book_url, t.url as trans_url, cc.ordering as chapter_order FROM canonicalbibleverse cv, canonicalbiblechapter cc, canonicalbiblebook cb, biblebook b, bibletranslation t WHERE (cv.id in (select verse_id from verse_passage where passage_id = 2246 and iscorepassage) or cc.id in (select chapter_id from chapter_passage where passage_id = 2246) ) and cv.chapter_id = cc.id and cc.book_id = cb.id and b.canonicalization_id = cb.id and b.translation_id = t.id and (t.enabled and not t.restricted_access) order by priority_order asc, t.languagedefault desc limit 1
Parameters:
[] |
| 13 | 6.80 ms |
select di1.text as footnote, array_to_string(array_agg(di3.text order by di3.tu_order, di3.ordering),' ') as footnote_text from expositiondisplayitem di1, (select di2.text, di2.ordering, di2.containingitem_id, tu.ordering as tu_order from expositiondisplayitem di2, expositiontranslationtext tt, expositiontextunit tu where tu.passage_id = 2246 and tt.translation_id = 64323 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:
[] |
| 14 | 423.45 ms |
select * from (SELECT distinct on (di.ref_id) di.ref_id, 'bible_' || t.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 t.language_id in (select language_id from expositiontranslation where id = 64323) then 1 else case when t.language_id = 123 then 2 else 3 end end ) as priority_order, cb.url as book_url, t.url as trans_url, cc1.ordering as chapter_order1, cc2.ordering as chapter_order2, cv1.ordering as verse_order1, cv2.ordering as verse_order2, t.url as div_url, 0 as passage_order FROM refbible rb, expositiontextunit tu, expositiontranslationtext tt, expositiondisplayitem di, canonicalbibleverse cv1, canonicalbiblechapter cc1, canonicalbiblebook cb, canonicalbibleverse cv2, canonicalbiblechapter cc2, biblebook b, bibletranslation t WHERE tu.passage_id = 2246 and tu.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 = t.id and (t.enabled and not t.restricted_access) order by di.ref_id, priority_order asc, t.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) || '_' || t.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 t.id = 64323 then 1 else case when t.language_id in (select language_id from expositiontranslation where id = 64323) then 2 else case when t.language_id = 123 then 3 else 4 end end end) as priority_order, t.url as book_url, t.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 tu, expositiontextunit t2, expositionpassage p, expositiondivision d, expositiontranslationtext tt, expositiondisplayitem di, expositionwork w, expositiontranslation t WHERE tu.passage_id = 2246 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 tu.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 = t.work_id and t.url is not null and (t.ispublic and not t.restricted_access) and w.ispublic order by di.ref_id, priority_order asc, t.islanguagedefault desc, t.isoriginal desc) as e
Parameters:
[] |
| 15 | 20.67 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 = 64323 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:
[] |
| 16 | 0.66 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:
[
2246
]
|
| 17 | 27.43 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:
[
2246
]
|
| 18 | 14.00 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 = 64323 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 | 2.62 ms |
SELECT credit, sourcelink from bibliographicdata b, translation_bibliographicdata tb WHERE tb.translation_id = 64323 and tb.bibliographicdata_id = b.id and sourcelink is not null and credit is not null
Parameters:
[] |
| 20 | 1.41 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 = 64323 and t.work_id = w.id and t.language_id = l.id
Parameters:
[] |
| 21 | 0.92 ms |
select text from ui_string_language where ui_string_id = 469 and language_id = 205
Parameters:
[] |
| 22 | 3.78 ms |
SELECT w.book_id FROM expositionwork w, expositiontranslation t where t.id = 64323 and t.work_id = w.id limit 1
Parameters:
[] |
| 23 | 3.49 ms |
select bs.level_id, sw.story_id from story_work sw, biblestory bs, expositiontranslation t where t.id = 64323 and t.work_id = sw.work_id and sw.story_id = bs.id order by bs.level_id limit 1
Parameters:
[] |
| 24 | 1.91 ms |
SELECT cl.concept_id FROM work_category wc, concept_work cl, expositiontranslation t WHERE t.id = 64323 and wc.category_id = 12 and wc.work_id = t.work_id and cl.work_id = t.work_id
Parameters:
[] |
| 25 | 1.61 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.url AS url_4, t0.indexpage AS indexpage_5 FROM expositioncategory t0 INNER JOIN work_category ON t0.id = work_category.category_id WHERE work_category.work_id = ?
Parameters:
[
45
]
|
| 26 | 0.65 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.url AS url_4, t0.indexpage AS indexpage_5 FROM expositioncategory t0 INNER JOIN translation_category ON t0.id = translation_category.category_id WHERE translation_category.translation_id = ?
Parameters:
[
64323
]
|
| 27 | 1.56 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 = 45 and p.division_id = d.id and p.ordering < 0 and tt.translation_id=64323 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:
[] |
| 28 | 25.90 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 = 45 and p.division_id = d.id and p.ordering > 0 and tt.translation_id=64323 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:
[] |
| 29 | 2.80 ms |
select array_to_string(array_agg(d.text ORDER BY tu.ordering, d.ordering),'') as content from expositiontranslationtext tt, expositiontextunit tu, expositiondisplayitem d where tu.passage_id = 2246 and tt.translation_id = 64323 and tu.id = tt.placement_id and d.container_id = tt.id
Parameters:
[] |
| 30 | 12.22 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 = 64323 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
Parameters:
[] |
| 31 | 1.34 ms |
SELECT lower(l.shortcode) AS shortcode, (CASE WHEN l.nativename IS NOT NULL AND l.nativename <> '' THEN l.nativename ELSE l.name END) AS name FROM language l INNER JOIN languageforui lui ON lui.language_id = l.id WHERE l.shortcode IS NOT NULL AND l.shortcode <> '' ORDER BY name
Parameters:
[] |
| 32 | 2.39 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:
[
45
]
|
| 33 | 0.63 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:
[
45
]
|
| 34 | 3.71 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:
[
14
]
|
| 35 | 0.85 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:
[
45
]
|
| 36 | 0.71 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:
[
2246
]
|
| 37 | 1.97 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:
[
2246
]
|
| 38 | 3.61 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:
[
4995595
]
|
| 39 | 3.64 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:
[
99351
]
|
| 40 | 0.53 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:
[
296883
]
|
| 41 | 0.36 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:
[
296884
]
|
| 42 | 0.99 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:
[
296885
]
|
| 43 | 0.46 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:
[
296886
]
|
| 44 | 1.28 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:
[
296887
]
|
| 45 | 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:
[
296888
]
|
| 46 | 0.60 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:
[
296889
]
|
| 47 | 2.86 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:
[
296890
]
|
| 48 | 1.11 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:
[
296891
]
|
| 49 | 0.93 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:
[
296892
]
|
| 50 | 0.43 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:
[
296893
]
|
| 51 | 0.41 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:
[
296894
]
|
| 52 | 0.37 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:
[
296895
]
|
| 53 | 0.68 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:
[
296896
]
|
| 54 | 1.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:
[
296897
]
|
| 55 | 0.40 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:
[
296898
]
|
| 56 | 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:
[
296976
]
|
| 57 | 1.13 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:
[
296977
]
|
| 58 | 0.40 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:
[
296978
]
|
| 59 | 0.41 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:
[
296979
]
|
| 60 | 0.32 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:
[
296980
]
|
| 61 | 1.89 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:
[
296981
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| NCBS\WebsiteBundle\Entity\Exposition\Passage | 833 |
| NCBS\WebsiteBundle\Entity\Exposition\TranslationText | 62 |
| NCBS\WebsiteBundle\Entity\Exposition\TextUnit | 24 |
| NCBS\WebsiteBundle\Entity\Exposition\Translation | 20 |
| NCBS\WebsiteBundle\Entity\Language | 15 |
| NCBS\WebsiteBundle\Entity\Exposition\Work | 1 |
| NCBS\WebsiteBundle\Entity\Exposition\Division | 1 |
| NCBS\WebsiteBundle\Entity\Exposition\DisplayItem | 1 |
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\Canonical\Verse | No errors. |
| NCBS\WebsiteBundle\Entity\Bible\Canonical\Chapter | No errors. |
| NCBS\WebsiteBundle\Entity\Media\Embed | No errors. |