✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Kanban for Lazy Load for Comments

Lazy Load for Comments speeds up the reader experience by deferring the comment block until scroll, but the WordPress back end still holds every reply in the standard wp_comments table, and SleekView Kanban turns that queue into a drag-and-drop board grouped by status.

♾️ Lifetime License available

SleekView Kanban board for Lazy Load for Comments

Lazy loading on the front, kanban on the back

Lazy Load for Comments is a performance plugin: it defers the rendering of the comments block on the front end until the reader scrolls near it, which cuts page weight and improves Core Web Vitals on heavy article pages. The plugin does not introduce its own comment store or custom tables. Every reply still lives in the standard WordPress wp_comments table, and the comment_approved column still holds the moderation state with the four values 1, 0, spam, and trash.

SleekView Kanban reads the same wp_comments rows that Lazy Load defers on the front end and groups every record by comment_approved on a board with four columns. Each card shows the author from comment_author, the linked post title, an excerpt of comment_content, and the submitted time, so a moderator can scan the full backlog without scrolling through a long flat list inside the WordPress admin.

Dragging a card between columns writes the new state back through the standard wp_set_comment_status function. The lazy-loaded comment block on the front end picks up the change on the next render, which is what readers see when they scroll down a fresh page view, so the board and the reader experience stay in sync.

Workflow

Set up a comment moderation board fast

1

Connect the wp_comments table

Point SleekView at the WordPress comments table. Lazy Load for Comments adds no side tables, so connection is the same as a vanilla install. SleekView detects comment_approved automatically and reads author, post, and content fields without further setup.
2

Pick comment_approved as status

Choose comment_approved as the grouping column. SleekView turns the four values into four labelled kanban columns called Pending, Approved, Spam, and Trash. The whole queue becomes visible at once, even on a site where most pages defer comments below the fold.
3

Choose what each card shows

Decide which fields appear on each card: author name, post title, content excerpt, submission date, and IP if your policy allows it. Keep the card lean so moderators can scan many replies fast, especially on sites where page load matters.
4

Enable drag and drop updates

Flip on write-back so dragging a card updates comment_approved through the WordPress comment API. The lazy-loaded comment block reads the new state on the next render, so readers see the moderation result the instant they scroll into the comment area.

Sample board

Sample comment moderation board

A live view of the comment backlog for a publishing site that uses Lazy Load for Comments to keep article load fast while moderators clear the queue on the kanban board.
Pending
28
Robin Patel on Headless WordPress guide
Submitted 4 min ago, guest user
lara_dev on Edge caching for WP
Submitted 19 min ago, first reply
Owen Cole on Lazy load benchmarks
Submitted 52 min ago, registered user
Approved
964
k_morgan on Image optimization tips
Approved 7 min ago, registered user
Greta Sims on Core Web Vitals article
Approved 25 min ago, 4 likes
Hassan Ali on Lazy load case study
Approved 1 hour ago, 9 likes
Spam
143
crypto_bot on Cache plugin review
Flagged by Akismet, link spam
shop_links on Image CDN guide
Flagged 90 min ago, repeat text
loans_promo on Lazy load article
Flagged yesterday, ad payload
Trash
61
Duplicate reply on Hosting tips
Trashed by admin earlier today
Off-topic post on Theme reviews
Trashed 2 days ago, off topic
Empty comment on Plugin update
Trashed 3 days ago, empty body

Comparison

Default WP screen vs SleekView Kanban

Default WordPress screen

  • Lists every reply in a flat table with status hidden behind a small per-row badge
  • Filter dropdown only shows one state at a time, so the team never sees the full queue
  • Bulk approve and bulk spam force a checkbox, dropdown, and confirm click each time
  • Moves between Pending, Approved, Spam, and Trash all trigger a full page reload step
  • Lazy load on the front helps readers but offers nothing to the moderator working backstage

SleekView Kanban

  • Reads the standard wp_comments table without any custom mirror or sync
  • Groups cards by the comment_approved column with zero configuration
  • Drag a card between columns to update status through the WordPress comment API
  • Card fronts surface author, post, excerpt, and submission time at a glance
  • Plays nicely with Lazy Load for Comments since neither changes how data is stored

Features

What SleekView Kanban gives you for Lazy Load for Comments

Fast for readers and admins

Lazy Load for Comments cuts front-end page weight by deferring the comments block until scroll. SleekView Kanban does the same for the admin: it cuts the time a moderator needs to scan and clear the queue, so both sides of the workflow get a real speed boost.

Every state on one screen

Pending, Approved, Spam, and Trash sit side by side as columns instead of behind a filter dropdown. A moderator can compare pending against spam, drag cards between them, and never lose the wider context of the comment backlog at any moment.

Drag and the front updates

Dragging a comment writes the new state back through the WordPress comment API, so the lazy-loaded comment block reads the change on the next render. Readers who scroll into a comment area after a moderation action see the up to date state right away.

Audience

Where lazy loaded sites benefit from kanban

Long form publishing sites

Long form articles often attract dozens of comments while still needing to score well on Core Web Vitals. Lazy Load handles the front, SleekView Kanban handles the back so editors can keep up with replies without slowing the reader experience down.

Educational tutorial blogs

Tutorial blogs need to clear reader questions fast without bloating the page for the next visitor. A kanban moderation board pairs with lazy loading to give the team a fast pipeline from Pending to Approved without any performance regression.

Community led news sites

News sites with comment-heavy threads need fast reader rendering and fast moderation, especially around breaking stories. The combination of Lazy Load and SleekView Kanban keeps the page light and the queue moving at the same time.

The bigger picture

Performance belongs on both sides of the screen

Lazy Load for Comments addresses one side of a real publishing problem: long comment threads slow down the reader experience and hurt Core Web Vitals scores. The plugin solves that side cleanly by deferring the rendering of the comment block until the visitor scrolls near it. What it does not address is the equally real problem on the other side of the screen: the moderation team that has to keep that comment queue clean and useful.

A site with five thousand approved comments and a healthy lazy-load setup is still pleasant for readers, but the moderation team is still staring at a long flat list with a tiny status pill per row. SleekView Kanban applies the same kind of thinking to the back end. It uses no exotic data store, no custom comments table, no second source of truth.

It reads the same wp_comments rows the front end reads, groups them by comment_approved, and turns the queue into a board with four columns. The two plugins coexist without either one knowing the other is there.

Questions

Common questions about SleekView Kanban for Lazy Load for Comments

No. Lazy Load for Comments only changes the rendering of the comment block on the front end and does not change how WordPress stores comments. SleekView reads the same standard wp_comments table that always held the data, so the kanban board works whether lazy load is active, paused, or uninstalled at any moment.

 

No. Lazy Load only changes when the comment block is rendered, not which comments are visible. SleekView writes a status update through the WordPress comment API and the next front-end render reads the new state, exactly the way it would after using the default WordPress moderation screen.

 

Yes, when the board is filtered to the relevant post and approved status. Both views read the same wp_comments table with comment_approved equal to one, so the counts agree. Pending or spam comments do not show on the front end, which is why the board total is often slightly higher overall.

 

It can, although both screens can also coexist on the same admin. SleekView adds a new menu item with the kanban board, and the default comments screen stays where it is. Either screen reads the same comment records, so a team can switch between them without losing any moderation data.

 

Yes. Lazy Load for Comments only defers rendering, not storage. Every comment exists in the wp_comments table from the moment it is submitted, regardless of whether the reader has scrolled the block into view. SleekView reads the table directly, so the board surfaces every reply as soon as the row exists.

 

Yes. Caching plugins clear page cache when a comment status changes because that is part of the standard WordPress comment hook chain. SleekView triggers those same hooks during a drag, so any caching plugin that listens to comment events purges the relevant page cache automatically without extra setup.

 

Yes. The board polls the comments table on a short interval and updates live, so when one moderator drags a card, the other moderators see the move within a couple of seconds. SleekView also locks a card briefly while a drag is in flight to avoid a race condition during a simultaneous action.

 

Yes. Even a smaller blog hits the same kind of moderation friction with the default list view once comments cross a few hundred replies. The kanban board gives a clearer overview of the full queue, which is helpful for any solo blogger or small team that wants moderation to feel light rather than a chore.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView