Parsely / Parsely/wp-parsely

Posts screen: Improve inefficient stats API query

Open
#3,411 0 comments 0 reactions 1 assignee View on GitHub

@acicovic is already working on this.

Since Feb 9, 2026.

wp-parsely
Dominant language
PHP
Stars
66
Forks
36
Avg merge
2d 2h
Merged PRs (30d)
16

Description

Is your request related to a problem?

We are showing some Parse.ly stats on the wp-admin Posts screen. However, the API query we use for this functionality is inefficient as it's asking for all available data, resulting in large processing times and big responses from the API.

This was done to work around some API limitations that existed in the past. However, it is now possible to query the API with specific URLs. Using this new method should result in:

  • Speed enhancements (API results will be fewer so they'll be returned faster).
  • Potentially having stats available for more posts.

Describe the solution you'd like

Switch to an implementation asking for specific URLs data.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.