SELECT "gradovi_userlocation"."id", "gradovi_userlocation"."name", "gradovi_userlocation"."lat", "gradovi_userlocation"."lng", "gradovi_userlocation"."added", "gradovi_userlocation"."slug" FROM "gradovi_userlocation" WHERE "gradovi_userlocation"."slug" = E'ja'
took 0.003 seconds
SELECT "gradovi_city"."id", "gradovi_city"."name", "gradovi_city"."lat", "gradovi_city"."lng", "gradovi_city"."start_zoom", "gradovi_city"."min_zoom", "gradovi_city"."max_zoom" FROM "gradovi_city" INNER JOIN "gradovi_city_sites" ON ("gradovi_city"."id" = "gradovi_city_sites"."city_id") WHERE ("gradovi_city_sites"."site_id" = 2 AND NOT ("gradovi_city"."name" IN (E'svijet', E'hrvatska', E'zagreb', E'split', E'rijeka')))
ORDER BY "gradovi_city"."name" ASCtook 0.002 seconds
SELECT COUNT(*) FROM "gradovi_company" INNER JOIN "gradovi_city" ON ("gradovi_company"."city_id" = "gradovi_city"."id") WHERE "gradovi_city"."name" = E'zagreb' took 0.028 seconds
SELECT COUNT(*) FROM "gradovi_street" INNER JOIN "gradovi_city" ON ("gradovi_street"."city_id" = "gradovi_city"."id") WHERE "gradovi_city"."name" = E'zagreb' took 0.003 seconds
SELECT "gradovi_location"."id", "gradovi_location"."name", "gradovi_location"."address", "gradovi_location"."lat", "gradovi_location"."lng", "gradovi_location"."description", "gradovi_location"."city_id", "gradovi_location"."slug", "gradovi_city"."id", "gradovi_city"."name", "gradovi_city"."lat", "gradovi_city"."lng", "gradovi_city"."start_zoom", "gradovi_city"."min_zoom", "gradovi_city"."max_zoom" FROM "gradovi_location" INNER JOIN "gradovi_city" ON ("gradovi_location"."city_id" = "gradovi_city"."id") WHERE ("gradovi_city"."name" = E'zagreb' AND NOT ("gradovi_location"."name" = E'dummy' ))
ORDER BY RANDOM() LIMIT 6took 0.002 seconds
SELECT COUNT(*) FROM "gradovi_userlocation"
took 0.001 seconds
SELECT "gradovi_userlocation"."id", "gradovi_userlocation"."name", "gradovi_userlocation"."lat", "gradovi_userlocation"."lng", "gradovi_userlocation"."added", "gradovi_userlocation"."slug" FROM "gradovi_userlocation"
ORDER BY "gradovi_userlocation"."added" DESC LIMIT 15
took 0.001 seconds
SELECT COUNT(*) FROM "django_comments" WHERE ("django_comments"."site_id" = 2 AND "django_comments"."object_pk" = E'1264' AND "django_comments"."content_type_id" = 33 AND "django_comments"."is_public" = true AND "django_comments"."is_removed" = false )took 0.002 seconds
SELECT "django_comments"."id", "django_comments"."content_type_id", "django_comments"."object_pk", "django_comments"."site_id", "django_comments"."user_id", "django_comments"."user_name", "django_comments"."user_email", "django_comments"."user_url", "django_comments"."comment", "django_comments"."submit_date", "django_comments"."ip_address", "django_comments"."is_public", "django_comments"."is_removed" FROM "django_comments" WHERE ("django_comments"."site_id" = 2 AND "django_comments"."object_pk" = E'1264' AND "django_comments"."content_type_id" = 33 AND "django_comments"."is_public" = true AND "django_comments"."is_removed" = false )
ORDER BY "django_comments"."submit_date" ASCtook 0.001 seconds
SELECT "gradovi_userlocation"."id", "gradovi_userlocation"."name", "gradovi_userlocation"."lat", "gradovi_userlocation"."lng", "gradovi_userlocation"."added", "gradovi_userlocation"."slug" FROM "gradovi_userlocation" WHERE "gradovi_userlocation"."id" = 1264
took 0.001 seconds