✨ 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 Charts for 310 Redirects: redirect performance dashboards

310 Redirects by QuadLayers stores every rule (source, destination, status code, regex flag, hit count) in a single wp_options row and matches each frontend request against that array. SleekView Charts unpacks the option, renders KPI, mix, ranking, and trend cards, and turns a long settings list into a redirect performance dashboard inside WP Admin.

♾️ Lifetime License available

SleekView Charts dashboard for 310 Redirects by QuadLayers

From a wp_options array to a redirect dashboard

310 Redirects (formerly Redirect Manager by QuadLayers) is the lightweight directory plugin: each rule is stored as an entry inside the ql_redirects option (or quadlayers_redirect_options depending on version) with fields for source URL, destination, type (301, 302, 307, 308, 410), regex flag, status, and a hit counter. The settings screen is a paginated table on top of that option. There is no separate logs table, no per-rule chart, no roll-up.

On a site with twenty rules, the table is the right shape. On a site that has quietly grown to nine hundred rules after a year of editorial moves, the table becomes the audit. SleekView Charts unpacks the option array, exposes each rule as a row in a SleekView data source, and renders four cards on top of it. A Number card counts active rules where status is enabled. A Pie splits 301 vs 302 vs 307 vs 308 vs 410. A Bar ranks the top destinations by hit count, so the homepage and the catch-all surface as the largest bars. An Area trends rules by the order they were added, giving a rough cadence chart.

310 Redirects still owns the matching engine, the regex parser, and the import/export. SleekView only surfaces what is already in that option, so a thousand rules stop being one long textarea and start being a system the team can reason about.

Workflow

From a single option row to a Charts dashboard

1

Point SleekView at the 310 Redirects option

Add the ql_redirects option as a SleekView data source. The agent UI unpacks the array into rows and discovers the fields each rule carries: source, destination, type, regex, status, and hit_count.
2

Switch the view to Charts

Open the new view and toggle the view type to Charts. The empty canvas waits for cards. Use the dropdowns or the agent to start adding visualizations on top of the redirect rows.
3

Add KPI, type-mix, destination, and cadence cards

Drop a Number card for active rules. Add a Pie split by status code (301/302/307/308/410). Add a Horizontal Bar of top destinations by hit_count. Add an Area card of rules added per week using the rule's created timestamp.
4

Save and share with the team

Save the view, set access per role, and pin it to the WP Admin sidebar. SEO managers and editors see the same redirect dashboard instead of asking each other to scroll through the rules table.

Sample dashboard

Charts you can build from 310 Redirects

All four cards read directly from the 310 Redirects option after SleekView unpacks it into rows. The dataset already exists; Charts just renders it.
Number · Default

Active redirect rules

Top-level KPI. Counts rules in the ql_redirects option where status is enabled. The anchor metric a quarterly redirect review starts from, separate from archived rules.
Count
Pie · Donut

Rules by status code

Donut split across 301, 302, 307, 308, and 410 from the rule type field. Surfaces whether the set leans on permanent moves or whether legacy 302s are still leaking link equity.
Count group by type
Bar · Horizontal

Top destinations by hits

Horizontal bar of hit_count summed by destination URL. The homepage and the catch-all surface as the largest bars, useful for deciding what to keep during a cleanup.
Sum(hit_count) group by destination
Area · Gradient

Rules added per week

Gradient area of rules added per week from the rule's created timestamp. Editorial migration waves show up as clear peaks against the baseline.
Count group by created

Comparison

Default 310 Redirects admin vs SleekView Charts

Default 310 Redirects admin

  • Rules listed as one row at a time in a paginated table
  • No native count of active vs disabled rules
  • Status-code mix only visible by sorting and counting manually
  • Top destinations require sorting by hit_count and scrolling
  • No time-series of rules added across the team

SleekView Charts

  • Live KPI for active redirect rules
  • Status-code mix as a donut across the rule set
  • Top destinations ranked by hit_count as bars
  • Time-series area for rules added per week
  • Saved Charts views shared in WP Admin per role

Features

What SleekView Charts gives you for 310 Redirects by QuadLayers

Reads the ql_redirects option directly

No re-indexing, no second source of truth. SleekView unpacks the option array into rows and renders cards on top of the rules 310 Redirects has already written.

Mixed cards on one canvas

Combine Number, Pie, Bar, and Area in a single view. KPIs sit next to distributions, distributions next to trends, all reading from the redirect rule set.

Role-aware visibility

Editors see only the redirects they created, managers see the whole set. The same Charts view filters per user without duplicating the dashboard.

Audience

Who builds 310 Redirects charts dashboards with SleekView

SEO managers

Open one dashboard before every cleanup to see active rules, status-code mix, top destinations by hit count, and the cadence of new rules.

Content editors

Track which redirects they personally added and how those rules are performing without scrolling through the rules table.

Agencies

Show clients the redirect set as a system instead of as a settings screen. The dashboard replaces the screenshot of a paginated table.

The bigger picture

Why 310 Redirects needs a Charts layer

310 Redirects already records everything an audit needs, but the admin only shows it as a paginated table. The table works at twenty rules. It does not work at nine hundred.

None of the questions an SEO lead asks before a redirect cleanup are visible in that table without manual sorting and counting. SleekView Charts unpacks the same option, renders four cards, and turns the rule set into something the team can reason about. The data is already correct because 310 Redirects wrote it.

Charts just gives the team a dashboard to look at it. Redirect reviews stop needing a spreadsheet export.

Questions

Common questions about SleekView Charts for 310 Redirects by QuadLayers

No. Charts is a read layer for reporting. SleekView's table view can edit option-stored data; Charts only visualizes the rules and hit counts that 310 Redirects has already written into the option.

 

No. SleekView caches aggregate queries per card and re-runs them on a configurable interval, so charts stay fast even when the option holds thousands of rules with high hit counts.

 

Both. The ql_redirects option exists in the free 310 Redirects plugin and continues to exist in Pro. SleekView Charts reads whichever fields are present in the option, including any Pro-only additions.

 

Yes. Add one card per metric. Each card is configured independently, so a status-code donut and a destination bar can sit side by side on the same dashboard.

 

310 Redirects flags regex rules with a separate field. SleekView Charts can include or exclude them and can split the donut between exact and regex if that breakdown matters for the audit.

 

If the rule entries carry a created_by or author field, SleekView can filter on it and the cards re-aggregate. Otherwise the dashboard scopes by the WP user reading the view via role-based filters.

 

No. Each rule in the 310 Redirects option carries a created timestamp, so the Area card on rules added per week reads the existing field without any extra logging.

 

Yes. Each Charts card has a CSV export so the redirect aggregate can move to a spreadsheet for a cleanup plan or a stakeholder report.

 

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