Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#20789 closed enhancement (fixed)

Tweak post query text on about page to make it more understandable for regular people

Reported by: simonwheatley's profile simonwheatley Owned by: ryan's profile ryan
Milestone: 3.4 Priority: normal
Severity: minor Version: 3.4
Component: Help/About Keywords: has-patch i18n-change
Focuses: Cc:

Description

When you read the about page, one of the cool new technical enhancements, the post query changes, is cloaked in technical language: "Post query optimized to avoid table scans". I think we should explain the benefits in such a way that a regular user skimming the point will think "cool!"

I suggest: "Post query optimized to avoid table scans, increasing performance for all sites, particularly those with large databases."

Yes, I realise we're in string freeze. ;P

See: #20766, #20423

Attachments (1)

20789-sw.diff (854 bytes) - added by simonwheatley 13 years ago.
String tweak to promote coolness

Download all attachments as: .zip

Change History (6)

@simonwheatley
13 years ago

String tweak to promote coolness

#1 @SergeyBiryukov
13 years ago

  • Keywords i18n-change added
  • Milestone changed from Awaiting Review to 3.4

#2 @nacin
13 years ago

I think a change here makes a lot of sense. I almost did this in [20947].

Because we split the query, we should be telegraphing as much as possible the benefits of two queries, A) so people realize how great of a change this is, and B) so people who watch obsessively query counts don't go nuts over this.

#3 @nacin
13 years ago

  • Keywords dev-feedback removed

#4 @nacin
13 years ago

westi proposed: "Post queries have been optimized to improve performance, especially for sites with large databases."

We're not avoiding table scans; rather, we're reducing the size of temporary tables that end up getting scanned.

If we wanted to include the technical details, it should be something like this: "Post queries have been optimized to improve performance, especially for sites with large databases, by reducing the size of temporary tables."

I think leaving off the last phrase is fine.

#5 @ryan
13 years ago

  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In [20959]:

Better description for 'Faster WP_Query'. Props simonwheatley. fixes #20789

Note: See TracTickets for help on using tickets.