Hallo ich bin 15 Jahre alt und weiblich.
Ich weiß nicht wie lange ich mich mit dem thema schon beschäftige, aber mir kommen seit meinem 10. Lebensjahr dunkle
Frage vom: 2014-10-15 22:17:56 | 2386 | 1234
{show_doc_profil}
Antworten ():
Profiler
Controller's execution time: 0.0056
0.0005 s
get_user_typen
SELECT *
FROM zanew_user_typ
0.0011 s
get_thread
SELECT
zanew_user.*,
zanew_frage.*,
i.*
FROM zanew_frage
LEFT JOIN zanew_user ON user_id = frage_user_id
LEFT JOIN zanew_userimages i ON i.userimages_id = zanew_user.user_profilbild_id
WHERE frage_id = 138902
LIMIT 1
0.0009 s
get_thread_antworten
SELECT *
FROM zanew_antwort
JOIN zanew_user ON zanew_user.user_id = zanew_antwort.antwort_user_id
LEFT JOIN zanew_userimages ON userimages_id = user_profilbild_id
WHERE
antwort_frage_id = 138902
AND antwort_public = 0
ORDER BY antwort_id ASC
LIMIT 100;