|
+
|
SELECT ••• "publications_article"."id", "publications_article"."language", "publications_article"."pinterest_post_status", "publications_article"."pinterest_post", "publications_article"."tumblr_post_status", "publications_article"."tumblr_post", "publications_article"."twitter_post_status", "publications_article"."twitter_post", "publications_article"."facebook_post_status", "publications_article"."facebook_post", "publications_article"."title", "publications_article"."slug", "publications_article"."auto_slug", "publications_article"."meta_title", "publications_article"."meta_description", "publications_article"."meta_keywords", "publications_article"."view_count", "publications_article"."created_at", "publications_article"."updated_at", "publications_article"."published_at", "publications_article"."featured_image_id", "publications_article"."excerpt", "publications_article"."summary", "publications_article"."content", "publications_article"."author_id", "publications_article"."master_category_id", "publications_article"."status", "publications_article"."is_published_to_fb", "publications_article"."is_viral", "publications_article"."_author", "publications_article"."search_index" FROM "publications_article" WHERE ("publications_article"."language" = 'en' AND "publications_article"."slug" = 'do-you-nanowrimo')
|
|
8.86
|
|
|
Connection: default
./apps/front/views.py in article_single(795)
article = get_object_or_404(Article.objects.by_language(), slug=slug)
|
|
+
|
UPDATE "publications_article" SET "view_count" = ("publications_article"."view_count" + 1) WHERE "publications_article"."id" = 17296
|
|
11.20
|
|
|
Connection: default
./apps/front/views.py in article_single(800)
article.inc_view_count(commit=True)
./apps/publications/models.py in inc_view_count(41)
self.__class__.objects.filter(pk=self.pk).update(view_count=F('view_count') + 1)
|
|
+
|
SELECT ••• "publications_article"."id", "publications_article"."language", "publications_article"."pinterest_post_status", "publications_article"."pinterest_post", "publications_article"."tumblr_post_status", "publications_article"."tumblr_post", "publications_article"."twitter_post_status", "publications_article"."twitter_post", "publications_article"."facebook_post_status", "publications_article"."facebook_post", "publications_article"."title", "publications_article"."slug", "publications_article"."auto_slug", "publications_article"."meta_title", "publications_article"."meta_description", "publications_article"."meta_keywords", "publications_article"."view_count", "publications_article"."created_at", "publications_article"."updated_at", "publications_article"."published_at", "publications_article"."featured_image_id", "publications_article"."excerpt", "publications_article"."summary", "publications_article"."content", "publications_article"."author_id", "publications_article"."master_category_id", "publications_article"."status", "publications_article"."is_published_to_fb", "publications_article"."is_viral", "publications_article"."_author", "publications_article"."search_index", "photologue_photo"."id", "photologue_photo"."image", "photologue_photo"."date_taken", "photologue_photo"."view_count", "photologue_photo"."crop_from", "photologue_photo"."effect_id", "photologue_photo"."title", "photologue_photo"."slug", "photologue_photo"."caption", "photologue_photo"."date_added", "photologue_photo"."is_public" FROM "publications_article" LEFT OUTER JOIN "photologue_photo" ON ( "publications_article"."featured_image_id" = "photologue_photo"."id" ) WHERE ("publications_article"."language" = 'en' AND "publications_article"."status" = 2 AND "publications_article"."published_at" <= '2016-10-20T13:43:14.726589+00:00'::timestamptz) ORDER BY "publications_article"."published_at" DESC LIMIT 15
|
|
6.14
|
|
|
Connection: default
./apps/front/views.py in article_single(812)
).order_by('-published_at')[:15])
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."id" IN (192, 3, 5, 6, 8, 10)
|
|
3.79
|
|
|
Connection: default
./apps/front/views.py in article_single(812)
).order_by('-published_at')[:15])
|
|
+
|
SELECT ••• ("publications_article_categories"."article_id") AS "_prefetch_related_val_article_id", "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" INNER JOIN "publications_article_categories" ON ( "publications_category"."id" = "publications_article_categories"."category_id" ) WHERE "publications_article_categories"."article_id" IN (17296, 17244, 17228, 17298, 17033, 17291, 17290, 16996, 17287, 17283, 17282, 17279, 17277, 17145, 17274)
|
|
2.97
|
|
|
Connection: default
./apps/front/views.py in article_single(812)
).order_by('-published_at')[:15])
|
|
+
|
SELECT ••• "accounts_user"."id", "accounts_user"."is_superuser", "accounts_user"."lang", "accounts_user"."can_receive_emails", "accounts_user"."email", "accounts_user"."password", "accounts_user"."date_joined", "accounts_user"."last_login", "accounts_user"."is_staff", "accounts_user"."is_active", "accounts_user"."first_name", "accounts_user"."last_name", "accounts_user"."mobile_number_id", "accounts_author"."user_ptr_id", "accounts_author"."slug", "accounts_author"."avatar_id", "accounts_author"."biography_en", "accounts_author"."biography_fr", "accounts_author"."biography_es", "accounts_author"."facebook_link", "accounts_author"."twitter_link" FROM "accounts_author" INNER JOIN "accounts_user" ON ( "accounts_author"."user_ptr_id" = "accounts_user"."id" ) WHERE "accounts_author"."user_ptr_id" IN (3073, 1538, 3045, 7813, 7816, 4521, 4456, 2088, 7889, 6545, 7863, 5369, 5884)
|
|
5.04
|
|
|
Connection: default
./apps/front/views.py in article_single(812)
).order_by('-published_at')[:15])
|
|
+
|
|
|
1.85
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
9 |
</button>
|
10 |
{% else %}
|
11 |
<button type="button" class="btn article-like" data-toggle="modal" data-target="#modal-login">
|
12 |
<i class='fa fa-thumbs-o-up'></i> {% trans 'Like' %} <span class="likes-count">{{ article.likes.count }}</span>
|
13 |
</button>
|
14 |
{% endif %}
|
15 |
<span class="messages-block"></span>
|
/home/deploy/mytrendingstories/project/apps/likes/templates/_article_like_button.html
|
|
+
|
SELECT ••• "photologue_photo"."id", "photologue_photo"."image", "photologue_photo"."date_taken", "photologue_photo"."view_count", "photologue_photo"."crop_from", "photologue_photo"."effect_id", "photologue_photo"."title", "photologue_photo"."slug", "photologue_photo"."caption", "photologue_photo"."date_added", "photologue_photo"."is_public" FROM "photologue_photo" WHERE "photologue_photo"."id" = 18026
Duplicated 2 times.
|
|
0.76
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
52 |
<div class="info">
|
53 |
<div class="author-avatar pull-left">
|
54 |
<a href="{% url 'author_single' article.author.slug %}" itemprop="url">
|
55 |
{% if article.author.avatar %}
|
56 |
<img class="avatar" src="{{ article.author.avatar.get_author_small_url }}"
|
57 |
alt="{{ article.author }}"/>
|
58 |
{% else %}
|
/home/deploy/mytrendingstories/project/apps/front/templates/_single-article.html
|
|
+
|
|
|
1.64
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
./apps/publications/templatetags/comment_forms.py in native_comments(36)
for node in CustomComments.objects.filter(level=0, article=article).order_by('-published_on')[:5]]
195 |
</div>
|
196 |
|
197 |
<div class="article-comments">
|
198 |
{% native_comments article %}
|
199 |
{% if request.user.is_authenticated %}
|
200 |
<div class="write-comment">
|
201 |
{% custom_comment_form article %}
|
/home/deploy/mytrendingstories/project/apps/front/templates/_single-article.html
|
|
+
|
SELECT ••• "publications_customcomments"."id", "publications_customcomments"."username", "publications_customcomments"."message", "publications_customcomments"."article_id", "publications_customcomments"."parent_id", "publications_customcomments"."published_on", "publications_customcomments"."lft", "publications_customcomments"."rght", "publications_customcomments"."tree_id", "publications_customcomments"."level" FROM "publications_customcomments" WHERE "publications_customcomments"."id" = 1395 ORDER BY "publications_customcomments"."tree_id" ASC, "publications_customcomments"."lft" ASC
Duplicated 4 times.
|
|
1.73
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in render(339)
roots = cache_tree_children(queryset)
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
1 |
{% load i18n comment_forms mptt_tags %}
|
2 |
{% for node in nodes %}
|
3 |
{% recursetree node %}
|
4 |
<div id="comment_id_{{ node.pk }}" class="custom_comments_item">
|
5 |
<h4 class="pull-left">{{ node.username }}</h4>
|
6 |
<div class="pull-right comment-reply">
|
/home/deploy/mytrendingstories/project/apps/publications/templates/comment_template.html
|
|
+
|
SELECT ••• COUNT(*) AS "__count" FROM "publications_customcomments" WHERE "publications_customcomments"."parent_id" = 1395
Duplicated 4 times.
|
|
0.78
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in render(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in <listcomp>(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in _render_node(333)
rendered = self.template_nodes.render(context)
6 |
<div class="pull-right comment-reply">
|
7 |
{% if node.parent.parent == None %}
|
8 |
<a href="" class="comment-reply-btn" data-id="{{ node.pk }}">reply</a> /
|
9 |
<a href="" class="comment-view-replies" data-id="{{ node.pk }}">view replies ({{ node.children.count }})</a>
|
10 |
{% endif %}
|
11 |
</div>
|
12 |
<div class="clearfix"></div>
|
/home/deploy/mytrendingstories/project/apps/publications/templates/comment_template.html
|
|
+
|
INSERT INTO "captcha_captchastore" ("challenge", "response", "hashkey", "expiration") VALUES ('SMSJ', 'smsj', '4a33fef7d02a2e78af5a82a3eb2745e05a72351d', '2019-12-06T05:56:19.441339+00:00'::timestamptz) RETURNING "captcha_captchastore"."id"
Duplicated 4 times.
|
|
1.32
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in render(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in <listcomp>(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in _render_node(333)
rendered = self.template_nodes.render(context)
/home/deploy/mytrendingstories/lib/python3.4/site-packages/captcha/fields.py in render(113)
self.fetch_captcha_store(name, value, attrs)
/home/deploy/mytrendingstories/lib/python3.4/site-packages/captcha/fields.py in fetch_captcha_store(40)
key = CaptchaStore.generate_key()
/home/deploy/mytrendingstories/lib/python3.4/site-packages/captcha/models.py in generate_key(61)
store = cls.objects.create(challenge=challenge, response=response)
/home/deploy/mytrendingstories/lib/python3.4/site-packages/captcha/models.py in save(49)
super(CaptchaStore, self).save(*args, **kwargs)
13 |
<span class="ajax_error" id="error_{{ reply_form.message.name }}_{{ parent.pk }}"></span>
|
14 |
{# ---------- #}
|
15 |
<div class="captcha-container">
|
16 |
{{ reply_form.captcha }}
|
17 |
<button class='btn js-captcha-refresh' tabindex="-1"><i class="fa fa-refresh"></i></button>
|
18 |
<input type="hidden" value="{{ parent.article.pk }}" name="article" class="article_id" />
|
19 |
<input type="hidden" value="{{ parent.pk }}" name="parent" class="parent_id" />
|
/home/deploy/mytrendingstories/project/apps/publications/templates/custom_comments_reply_form.html
|
|
+
|
SELECT ••• "publications_article"."id", "publications_article"."language", "publications_article"."pinterest_post_status", "publications_article"."pinterest_post", "publications_article"."tumblr_post_status", "publications_article"."tumblr_post", "publications_article"."twitter_post_status", "publications_article"."twitter_post", "publications_article"."facebook_post_status", "publications_article"."facebook_post", "publications_article"."title", "publications_article"."slug", "publications_article"."auto_slug", "publications_article"."meta_title", "publications_article"."meta_description", "publications_article"."meta_keywords", "publications_article"."view_count", "publications_article"."created_at", "publications_article"."updated_at", "publications_article"."published_at", "publications_article"."featured_image_id", "publications_article"."excerpt", "publications_article"."summary", "publications_article"."content", "publications_article"."author_id", "publications_article"."master_category_id", "publications_article"."status", "publications_article"."is_published_to_fb", "publications_article"."is_viral", "publications_article"."_author", "publications_article"."search_index" FROM "publications_article" WHERE "publications_article"."id" = 17296
Duplicated 4 times.
|
|
1.10
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in render(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in <listcomp>(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in _render_node(333)
rendered = self.template_nodes.render(context)
15 |
<div class="captcha-container">
|
16 |
{{ reply_form.captcha }}
|
17 |
<button class='btn js-captcha-refresh' tabindex="-1"><i class="fa fa-refresh"></i></button>
|
18 |
<input type="hidden" value="{{ parent.article.pk }}" name="article" class="article_id" />
|
19 |
<input type="hidden" value="{{ parent.pk }}" name="parent" class="parent_id" />
|
20 |
<span class="ajax_error" id="error_captcha_{{ parent.pk }}"></span>
|
21 |
</div>
|
/home/deploy/mytrendingstories/project/apps/publications/templates/custom_comments_reply_form.html
|
|
+
|
SELECT ••• "publications_customcomments"."id", "publications_customcomments"."username", "publications_customcomments"."message", "publications_customcomments"."article_id", "publications_customcomments"."parent_id", "publications_customcomments"."published_on", "publications_customcomments"."lft", "publications_customcomments"."rght", "publications_customcomments"."tree_id", "publications_customcomments"."level" FROM "publications_customcomments" WHERE "publications_customcomments"."id" = 1394 ORDER BY "publications_customcomments"."tree_id" ASC, "publications_customcomments"."lft" ASC
Duplicated 4 times.
|
|
1.16
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in render(339)
roots = cache_tree_children(queryset)
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
1 |
{% load i18n comment_forms mptt_tags %}
|
2 |
{% for node in nodes %}
|
3 |
{% recursetree node %}
|
4 |
<div id="comment_id_{{ node.pk }}" class="custom_comments_item">
|
5 |
<h4 class="pull-left">{{ node.username }}</h4>
|
6 |
<div class="pull-right comment-reply">
|
/home/deploy/mytrendingstories/project/apps/publications/templates/comment_template.html
|
|
+
|
SELECT ••• COUNT(*) AS "__count" FROM "publications_customcomments" WHERE "publications_customcomments"."parent_id" = 1394
Duplicated 4 times.
|
|
0.60
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in render(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in <listcomp>(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in _render_node(333)
rendered = self.template_nodes.render(context)
6 |
<div class="pull-right comment-reply">
|
7 |
{% if node.parent.parent == None %}
|
8 |
<a href="" class="comment-reply-btn" data-id="{{ node.pk }}">reply</a> /
|
9 |
<a href="" class="comment-view-replies" data-id="{{ node.pk }}">view replies ({{ node.children.count }})</a>
|
10 |
{% endif %}
|
11 |
</div>
|
12 |
<div class="clearfix"></div>
|
/home/deploy/mytrendingstories/project/apps/publications/templates/comment_template.html
|
|
+
|
INSERT INTO "captcha_captchastore" ("challenge", "response", "hashkey", "expiration") VALUES ('UWUQ', 'uwuq', '75f5b0b8897b0e02411ab4a88d5cae6abdc657d8', '2019-12-06T05:56:19.688801+00:00'::timestamptz) RETURNING "captcha_captchastore"."id"
Duplicated 4 times.
|
|
0.84
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in render(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in <listcomp>(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in _render_node(333)
rendered = self.template_nodes.render(context)
/home/deploy/mytrendingstories/lib/python3.4/site-packages/captcha/fields.py in render(113)
self.fetch_captcha_store(name, value, attrs)
/home/deploy/mytrendingstories/lib/python3.4/site-packages/captcha/fields.py in fetch_captcha_store(40)
key = CaptchaStore.generate_key()
/home/deploy/mytrendingstories/lib/python3.4/site-packages/captcha/models.py in generate_key(61)
store = cls.objects.create(challenge=challenge, response=response)
/home/deploy/mytrendingstories/lib/python3.4/site-packages/captcha/models.py in save(49)
super(CaptchaStore, self).save(*args, **kwargs)
13 |
<span class="ajax_error" id="error_{{ reply_form.message.name }}_{{ parent.pk }}"></span>
|
14 |
{# ---------- #}
|
15 |
<div class="captcha-container">
|
16 |
{{ reply_form.captcha }}
|
17 |
<button class='btn js-captcha-refresh' tabindex="-1"><i class="fa fa-refresh"></i></button>
|
18 |
<input type="hidden" value="{{ parent.article.pk }}" name="article" class="article_id" />
|
19 |
<input type="hidden" value="{{ parent.pk }}" name="parent" class="parent_id" />
|
/home/deploy/mytrendingstories/project/apps/publications/templates/custom_comments_reply_form.html
|
|
+
|
SELECT ••• "publications_article"."id", "publications_article"."language", "publications_article"."pinterest_post_status", "publications_article"."pinterest_post", "publications_article"."tumblr_post_status", "publications_article"."tumblr_post", "publications_article"."twitter_post_status", "publications_article"."twitter_post", "publications_article"."facebook_post_status", "publications_article"."facebook_post", "publications_article"."title", "publications_article"."slug", "publications_article"."auto_slug", "publications_article"."meta_title", "publications_article"."meta_description", "publications_article"."meta_keywords", "publications_article"."view_count", "publications_article"."created_at", "publications_article"."updated_at", "publications_article"."published_at", "publications_article"."featured_image_id", "publications_article"."excerpt", "publications_article"."summary", "publications_article"."content", "publications_article"."author_id", "publications_article"."master_category_id", "publications_article"."status", "publications_article"."is_published_to_fb", "publications_article"."is_viral", "publications_article"."_author", "publications_article"."search_index" FROM "publications_article" WHERE "publications_article"."id" = 17296
Duplicated 4 times.
|
|
1.05
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in render(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in <listcomp>(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in _render_node(333)
rendered = self.template_nodes.render(context)
15 |
<div class="captcha-container">
|
16 |
{{ reply_form.captcha }}
|
17 |
<button class='btn js-captcha-refresh' tabindex="-1"><i class="fa fa-refresh"></i></button>
|
18 |
<input type="hidden" value="{{ parent.article.pk }}" name="article" class="article_id" />
|
19 |
<input type="hidden" value="{{ parent.pk }}" name="parent" class="parent_id" />
|
20 |
<span class="ajax_error" id="error_captcha_{{ parent.pk }}"></span>
|
21 |
</div>
|
/home/deploy/mytrendingstories/project/apps/publications/templates/custom_comments_reply_form.html
|
|
+
|
SELECT ••• "publications_customcomments"."id", "publications_customcomments"."username", "publications_customcomments"."message", "publications_customcomments"."article_id", "publications_customcomments"."parent_id", "publications_customcomments"."published_on", "publications_customcomments"."lft", "publications_customcomments"."rght", "publications_customcomments"."tree_id", "publications_customcomments"."level" FROM "publications_customcomments" WHERE "publications_customcomments"."id" = 1392 ORDER BY "publications_customcomments"."tree_id" ASC, "publications_customcomments"."lft" ASC
Duplicated 4 times.
|
|
0.60
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in render(339)
roots = cache_tree_children(queryset)
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
1 |
{% load i18n comment_forms mptt_tags %}
|
2 |
{% for node in nodes %}
|
3 |
{% recursetree node %}
|
4 |
<div id="comment_id_{{ node.pk }}" class="custom_comments_item">
|
5 |
<h4 class="pull-left">{{ node.username }}</h4>
|
6 |
<div class="pull-right comment-reply">
|
/home/deploy/mytrendingstories/project/apps/publications/templates/comment_template.html
|
|
+
|
SELECT ••• COUNT(*) AS "__count" FROM "publications_customcomments" WHERE "publications_customcomments"."parent_id" = 1392
Duplicated 4 times.
|
|
0.68
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in render(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in <listcomp>(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in _render_node(333)
rendered = self.template_nodes.render(context)
6 |
<div class="pull-right comment-reply">
|
7 |
{% if node.parent.parent == None %}
|
8 |
<a href="" class="comment-reply-btn" data-id="{{ node.pk }}">reply</a> /
|
9 |
<a href="" class="comment-view-replies" data-id="{{ node.pk }}">view replies ({{ node.children.count }})</a>
|
10 |
{% endif %}
|
11 |
</div>
|
12 |
<div class="clearfix"></div>
|
/home/deploy/mytrendingstories/project/apps/publications/templates/comment_template.html
|
|
+
|
INSERT INTO "captcha_captchastore" ("challenge", "response", "hashkey", "expiration") VALUES ('PSDL', 'psdl', 'b05b8381cbdb5dfdcb361d430be99901d13abad0', '2019-12-06T05:56:19.811487+00:00'::timestamptz) RETURNING "captcha_captchastore"."id"
Duplicated 4 times.
|
|
0.86
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in render(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in <listcomp>(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in _render_node(333)
rendered = self.template_nodes.render(context)
/home/deploy/mytrendingstories/lib/python3.4/site-packages/captcha/fields.py in render(113)
self.fetch_captcha_store(name, value, attrs)
/home/deploy/mytrendingstories/lib/python3.4/site-packages/captcha/fields.py in fetch_captcha_store(40)
key = CaptchaStore.generate_key()
/home/deploy/mytrendingstories/lib/python3.4/site-packages/captcha/models.py in generate_key(61)
store = cls.objects.create(challenge=challenge, response=response)
/home/deploy/mytrendingstories/lib/python3.4/site-packages/captcha/models.py in save(49)
super(CaptchaStore, self).save(*args, **kwargs)
13 |
<span class="ajax_error" id="error_{{ reply_form.message.name }}_{{ parent.pk }}"></span>
|
14 |
{# ---------- #}
|
15 |
<div class="captcha-container">
|
16 |
{{ reply_form.captcha }}
|
17 |
<button class='btn js-captcha-refresh' tabindex="-1"><i class="fa fa-refresh"></i></button>
|
18 |
<input type="hidden" value="{{ parent.article.pk }}" name="article" class="article_id" />
|
19 |
<input type="hidden" value="{{ parent.pk }}" name="parent" class="parent_id" />
|
/home/deploy/mytrendingstories/project/apps/publications/templates/custom_comments_reply_form.html
|
|
+
|
SELECT ••• "publications_article"."id", "publications_article"."language", "publications_article"."pinterest_post_status", "publications_article"."pinterest_post", "publications_article"."tumblr_post_status", "publications_article"."tumblr_post", "publications_article"."twitter_post_status", "publications_article"."twitter_post", "publications_article"."facebook_post_status", "publications_article"."facebook_post", "publications_article"."title", "publications_article"."slug", "publications_article"."auto_slug", "publications_article"."meta_title", "publications_article"."meta_description", "publications_article"."meta_keywords", "publications_article"."view_count", "publications_article"."created_at", "publications_article"."updated_at", "publications_article"."published_at", "publications_article"."featured_image_id", "publications_article"."excerpt", "publications_article"."summary", "publications_article"."content", "publications_article"."author_id", "publications_article"."master_category_id", "publications_article"."status", "publications_article"."is_published_to_fb", "publications_article"."is_viral", "publications_article"."_author", "publications_article"."search_index" FROM "publications_article" WHERE "publications_article"."id" = 17296
Duplicated 4 times.
|
|
1.33
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in render(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in <listcomp>(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in _render_node(333)
rendered = self.template_nodes.render(context)
15 |
<div class="captcha-container">
|
16 |
{{ reply_form.captcha }}
|
17 |
<button class='btn js-captcha-refresh' tabindex="-1"><i class="fa fa-refresh"></i></button>
|
18 |
<input type="hidden" value="{{ parent.article.pk }}" name="article" class="article_id" />
|
19 |
<input type="hidden" value="{{ parent.pk }}" name="parent" class="parent_id" />
|
20 |
<span class="ajax_error" id="error_captcha_{{ parent.pk }}"></span>
|
21 |
</div>
|
/home/deploy/mytrendingstories/project/apps/publications/templates/custom_comments_reply_form.html
|
|
+
|
SELECT ••• "publications_customcomments"."id", "publications_customcomments"."username", "publications_customcomments"."message", "publications_customcomments"."article_id", "publications_customcomments"."parent_id", "publications_customcomments"."published_on", "publications_customcomments"."lft", "publications_customcomments"."rght", "publications_customcomments"."tree_id", "publications_customcomments"."level" FROM "publications_customcomments" WHERE "publications_customcomments"."id" = 1389 ORDER BY "publications_customcomments"."tree_id" ASC, "publications_customcomments"."lft" ASC
Duplicated 4 times.
|
|
0.83
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in render(339)
roots = cache_tree_children(queryset)
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
1 |
{% load i18n comment_forms mptt_tags %}
|
2 |
{% for node in nodes %}
|
3 |
{% recursetree node %}
|
4 |
<div id="comment_id_{{ node.pk }}" class="custom_comments_item">
|
5 |
<h4 class="pull-left">{{ node.username }}</h4>
|
6 |
<div class="pull-right comment-reply">
|
/home/deploy/mytrendingstories/project/apps/publications/templates/comment_template.html
|
|
+
|
SELECT ••• COUNT(*) AS "__count" FROM "publications_customcomments" WHERE "publications_customcomments"."parent_id" = 1389
Duplicated 4 times.
|
|
0.57
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in render(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in <listcomp>(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in _render_node(333)
rendered = self.template_nodes.render(context)
6 |
<div class="pull-right comment-reply">
|
7 |
{% if node.parent.parent == None %}
|
8 |
<a href="" class="comment-reply-btn" data-id="{{ node.pk }}">reply</a> /
|
9 |
<a href="" class="comment-view-replies" data-id="{{ node.pk }}">view replies ({{ node.children.count }})</a>
|
10 |
{% endif %}
|
11 |
</div>
|
12 |
<div class="clearfix"></div>
|
/home/deploy/mytrendingstories/project/apps/publications/templates/comment_template.html
|
|
+
|
INSERT INTO "captcha_captchastore" ("challenge", "response", "hashkey", "expiration") VALUES ('GXSH', 'gxsh', 'e1bf00dd0d1bf5764049a83ce7ad6850cfaa6b08', '2019-12-06T05:56:19.934724+00:00'::timestamptz) RETURNING "captcha_captchastore"."id"
Duplicated 4 times.
|
|
0.70
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in render(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in <listcomp>(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in _render_node(333)
rendered = self.template_nodes.render(context)
/home/deploy/mytrendingstories/lib/python3.4/site-packages/captcha/fields.py in render(113)
self.fetch_captcha_store(name, value, attrs)
/home/deploy/mytrendingstories/lib/python3.4/site-packages/captcha/fields.py in fetch_captcha_store(40)
key = CaptchaStore.generate_key()
/home/deploy/mytrendingstories/lib/python3.4/site-packages/captcha/models.py in generate_key(61)
store = cls.objects.create(challenge=challenge, response=response)
/home/deploy/mytrendingstories/lib/python3.4/site-packages/captcha/models.py in save(49)
super(CaptchaStore, self).save(*args, **kwargs)
13 |
<span class="ajax_error" id="error_{{ reply_form.message.name }}_{{ parent.pk }}"></span>
|
14 |
{# ---------- #}
|
15 |
<div class="captcha-container">
|
16 |
{{ reply_form.captcha }}
|
17 |
<button class='btn js-captcha-refresh' tabindex="-1"><i class="fa fa-refresh"></i></button>
|
18 |
<input type="hidden" value="{{ parent.article.pk }}" name="article" class="article_id" />
|
19 |
<input type="hidden" value="{{ parent.pk }}" name="parent" class="parent_id" />
|
/home/deploy/mytrendingstories/project/apps/publications/templates/custom_comments_reply_form.html
|
|
+
|
SELECT ••• "publications_article"."id", "publications_article"."language", "publications_article"."pinterest_post_status", "publications_article"."pinterest_post", "publications_article"."tumblr_post_status", "publications_article"."tumblr_post", "publications_article"."twitter_post_status", "publications_article"."twitter_post", "publications_article"."facebook_post_status", "publications_article"."facebook_post", "publications_article"."title", "publications_article"."slug", "publications_article"."auto_slug", "publications_article"."meta_title", "publications_article"."meta_description", "publications_article"."meta_keywords", "publications_article"."view_count", "publications_article"."created_at", "publications_article"."updated_at", "publications_article"."published_at", "publications_article"."featured_image_id", "publications_article"."excerpt", "publications_article"."summary", "publications_article"."content", "publications_article"."author_id", "publications_article"."master_category_id", "publications_article"."status", "publications_article"."is_published_to_fb", "publications_article"."is_viral", "publications_article"."_author", "publications_article"."search_index" FROM "publications_article" WHERE "publications_article"."id" = 17296
Duplicated 4 times.
|
|
0.83
|
|
|
Connection: default
./apps/front/views.py in article_single(813)
render_articles_html(request, articles[:1], '_single-article.html')
./apps/front/views.py in render_articles_html(790)
'request': request,
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in render(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in <listcomp>(340)
bits = [self._render_node(context, node) for node in roots]
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in _render_node(333)
rendered = self.template_nodes.render(context)
15 |
<div class="captcha-container">
|
16 |
{{ reply_form.captcha }}
|
17 |
<button class='btn js-captcha-refresh' tabindex="-1"><i class="fa fa-refresh"></i></button>
|
18 |
<input type="hidden" value="{{ parent.article.pk }}" name="article" class="article_id" />
|
19 |
<input type="hidden" value="{{ parent.pk }}" name="parent" class="parent_id" />
|
20 |
<span class="ajax_error" id="error_captcha_{{ parent.pk }}"></span>
|
21 |
</div>
|
/home/deploy/mytrendingstories/project/apps/publications/templates/custom_comments_reply_form.html
|
|
+
|
SELECT ••• "accounts_user"."id", "accounts_user"."is_superuser", "accounts_user"."lang", "accounts_user"."can_receive_emails", "accounts_user"."email", "accounts_user"."password", "accounts_user"."date_joined", "accounts_user"."last_login", "accounts_user"."is_staff", "accounts_user"."is_active", "accounts_user"."first_name", "accounts_user"."last_name", "accounts_user"."mobile_number_id", "accounts_author"."user_ptr_id", "accounts_author"."slug", "accounts_author"."avatar_id", "accounts_author"."biography_en", "accounts_author"."biography_fr", "accounts_author"."biography_es", "accounts_author"."facebook_link", "accounts_author"."twitter_link" FROM "accounts_author" INNER JOIN "accounts_user" ON ( "accounts_author"."user_ptr_id" = "accounts_user"."id" ) WHERE "accounts_author"."user_ptr_id" = 4521
|
|
0.86
|
|
|
Connection: default
1 |
{% load staticfiles %}
|
2 |
<title>{{ article.meta_title }}</title>
|
3 |
<meta name="description" content="{{ article.get_meta_description }}{# article.content_safe|striptags|truncatechars:255 #}">
|
4 |
<meta name="author" content="{{ article.author.full_name }}">
|
5 |
|
6 |
<meta property="og:description" content="{{ article.get_meta_description }}{# article.content_safe|striptags|truncatechars:255 #}">
|
7 |
<meta property="og:title" content="{{ article.meta_title }}">
|
/home/deploy/mytrendingstories/project/apps/seo/templates/seo/_metadata_tag.html
|
|
+
|
SELECT ••• "photologue_photo"."id", "photologue_photo"."image", "photologue_photo"."date_taken", "photologue_photo"."view_count", "photologue_photo"."crop_from", "photologue_photo"."effect_id", "photologue_photo"."title", "photologue_photo"."slug", "photologue_photo"."caption", "photologue_photo"."date_added", "photologue_photo"."is_public" FROM "photologue_photo" WHERE "photologue_photo"."id" = 32343
Duplicated 2 times.
|
|
2.54
|
|
|
Connection: default
11 |
{% else %}
|
12 |
<meta property="og:url" content="https://{{ request.META.HTTP_HOST }}{{ article.get_absolute_url }}">
|
13 |
{% endif %}
|
14 |
{% if article.featured_image %}
|
15 |
<meta property="og:image" content="https://{{ request.META.HTTP_HOST }}{{ article.featured_image.get_article_large_url }}" />
|
16 |
{% else %}
|
17 |
<meta property="og:image" content="" />
|
/home/deploy/mytrendingstories/project/apps/seo/templates/seo/_metadata_tag.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE ("publications_category"."language" = 'en' AND "publications_category"."parent_id" IS NULL)
|
|
1.10
|
|
|
Connection: default
34 |
<li class="menu-left"><a href="{% url 'viral' %}" class="cat-red-hover
|
35 |
{% ifequal request.path trending %}active{% endifequal %}
|
36 |
"><i class="fa fa-line-chart"></i> {% trans "Viral" %}</a></li>
|
37 |
{% for category in master_category %}
|
38 |
{% if category.slug in city_category_slugs %}
|
39 |
{% include '_city_category_dropdown.html' %}
|
40 |
{% else %}
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 180 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
4.10
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in render(339)
roots = cache_tree_children(queryset)
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
1 |
{% load mptt_tags %}
|
2 |
{% recursetree category.get_children %}
|
3 |
{% if children %}
|
4 |
<li class="menu-left dropdown">
|
5 |
<a href="{% url 'category_single' category.slug %}" id="dropdownMenu1" aria-haspopup="true"
|
/home/deploy/mytrendingstories/project/apps/front/templates/_city_category_dropdown.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 6 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
1.19
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
113 |
</div>
|
114 |
|
115 |
<ul>
|
116 |
{% for sub_category in category.get_children|cache_tree_children %}
|
117 |
<li>
|
118 |
<a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
119 |
</li>
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 4 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
0.77
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
113 |
</div>
|
114 |
|
115 |
<ul>
|
116 |
{% for sub_category in category.get_children|cache_tree_children %}
|
117 |
<li>
|
118 |
<a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
119 |
</li>
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 3 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
3.57
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
113 |
</div>
|
114 |
|
115 |
<ul>
|
116 |
{% for sub_category in category.get_children|cache_tree_children %}
|
117 |
<li>
|
118 |
<a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
119 |
</li>
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 9 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
1.48
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
113 |
</div>
|
114 |
|
115 |
<ul>
|
116 |
{% for sub_category in category.get_children|cache_tree_children %}
|
117 |
<li>
|
118 |
<a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
119 |
</li>
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 10 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
0.76
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
113 |
</div>
|
114 |
|
115 |
<ul>
|
116 |
{% for sub_category in category.get_children|cache_tree_children %}
|
117 |
<li>
|
118 |
<a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
119 |
</li>
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 192 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
1.44
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
113 |
</div>
|
114 |
|
115 |
<ul>
|
116 |
{% for sub_category in category.get_children|cache_tree_children %}
|
117 |
<li>
|
118 |
<a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
119 |
</li>
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 8 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
0.68
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
113 |
</div>
|
114 |
|
115 |
<ul>
|
116 |
{% for sub_category in category.get_children|cache_tree_children %}
|
117 |
<li>
|
118 |
<a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
119 |
</li>
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 7 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
2.46
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
113 |
</div>
|
114 |
|
115 |
<ul>
|
116 |
{% for sub_category in category.get_children|cache_tree_children %}
|
117 |
<li>
|
118 |
<a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
119 |
</li>
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 5 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
1.09
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
113 |
</div>
|
114 |
|
115 |
<ul>
|
116 |
{% for sub_category in category.get_children|cache_tree_children %}
|
117 |
<li>
|
118 |
<a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
119 |
</li>
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 6 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
0.81
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
159 |
</h2>
|
160 |
</div>
|
161 |
<ul>
|
162 |
{% for sub_category in category.get_children|cache_tree_children %}
|
163 |
<li><a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
164 |
</li>
|
165 |
{% endfor %}
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 4 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
3.46
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
159 |
</h2>
|
160 |
</div>
|
161 |
<ul>
|
162 |
{% for sub_category in category.get_children|cache_tree_children %}
|
163 |
<li><a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
164 |
</li>
|
165 |
{% endfor %}
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 3 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
2.84
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
159 |
</h2>
|
160 |
</div>
|
161 |
<ul>
|
162 |
{% for sub_category in category.get_children|cache_tree_children %}
|
163 |
<li><a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
164 |
</li>
|
165 |
{% endfor %}
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 9 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
2.00
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
159 |
</h2>
|
160 |
</div>
|
161 |
<ul>
|
162 |
{% for sub_category in category.get_children|cache_tree_children %}
|
163 |
<li><a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
164 |
</li>
|
165 |
{% endfor %}
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 10 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
1.02
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
159 |
</h2>
|
160 |
</div>
|
161 |
<ul>
|
162 |
{% for sub_category in category.get_children|cache_tree_children %}
|
163 |
<li><a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
164 |
</li>
|
165 |
{% endfor %}
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 192 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
0.76
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
159 |
</h2>
|
160 |
</div>
|
161 |
<ul>
|
162 |
{% for sub_category in category.get_children|cache_tree_children %}
|
163 |
<li><a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
164 |
</li>
|
165 |
{% endfor %}
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 8 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
9.58
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
159 |
</h2>
|
160 |
</div>
|
161 |
<ul>
|
162 |
{% for sub_category in category.get_children|cache_tree_children %}
|
163 |
<li><a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
164 |
</li>
|
165 |
{% endfor %}
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 7 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
0.72
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
159 |
</h2>
|
160 |
</div>
|
161 |
<ul>
|
162 |
{% for sub_category in category.get_children|cache_tree_children %}
|
163 |
<li><a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
164 |
</li>
|
165 |
{% endfor %}
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 180 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
1.28
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
159 |
</h2>
|
160 |
</div>
|
161 |
<ul>
|
162 |
{% for sub_category in category.get_children|cache_tree_children %}
|
163 |
<li><a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
164 |
</li>
|
165 |
{% endfor %}
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
|
+
|
SELECT ••• "publications_category"."id", "publications_category"."language", "publications_category"."title", "publications_category"."long_title", "publications_category"."slug", "publications_category"."color_class", "publications_category"."parent_id", "publications_category"."old_slug", "publications_category"."constant_contact", "publications_category"."lft", "publications_category"."rght", "publications_category"."tree_id", "publications_category"."level" FROM "publications_category" WHERE "publications_category"."parent_id" = 5 ORDER BY "publications_category"."tree_id" ASC, "publications_category"."lft" ASC
Duplicated 20 times.
|
|
2.09
|
|
|
Connection: default
/home/deploy/mytrendingstories/lib/python3.4/site-packages/mptt/templatetags/mptt_tags.py in cache_tree_children(270)
if queryset:
159 |
</h2>
|
160 |
</div>
|
161 |
<ul>
|
162 |
{% for sub_category in category.get_children|cache_tree_children %}
|
163 |
<li><a href="{% url 'category_single' sub_category.slug %}">{{ sub_category.title }}</a>
|
164 |
</li>
|
165 |
{% endfor %}
|
/home/deploy/mytrendingstories/project/apps/front/templates/header.html
|
Comments
Patricia Robertson
Risa, i hope you finish this year! but if not, don't worry about it. there's always next year and any word count toward a goal is worth it. one of the criticisms i've heard about nano is that it encourages sacrificing quality for word count. 20,000 words that can be crafted into a novel over time is better than 50,000 words that can't be salvaged because they are so poorly written. the point is to write!
Risa Lynn
I've tried and failed to do it for about three or four years now! hahaha. i'm determined to finish this year.
Patricia Robertson
That's great, nichole. it's a lot of fun!
Nichole Quade
I'm also going to be participating this year! i'm looking forward to it immensely.