awesomemotive / all-in-one-seo-pack

All in One SEO plugin for WordPress SEO
https://aioseo.com
339 stars 155 forks source link

Shorten post content before processing description #3051

Closed arnaudbroes closed 4 years ago

arnaudbroes commented 4 years ago

Issue #3050

Proposed changes

Fixes an issue where the Preview Snippet may hang while long posts being edited.

Types of changes

What types of changes does your code introduce?

Checklist

Testing instructions

  1. Install the latest version and create a long post with 25,000 or more words.
  2. When you edit the content, the page should shortly hang.
  3. Install this PR and confirm this is no longer the case.
wpsmort commented 4 years ago

@arnaudbroes I'm unable to reproduce the problem by following the steps you provided. I've done side-by-side comparison tests between this PR and the current version and can find no difference. Can you provide more information as to how to reproduce the original bug, i.e. what settings you need in AIOSEOP and whether this happens with the block editor or classic editor.

michaeltorbert commented 4 years ago

I'm also unable to reproduce it.

arnaudbroes commented 4 years ago

Ben was able to reproduce the issue - I've now asked him to test the fix.

image

arnaudbroes commented 4 years ago

Ben confirmed the fix -

image

arnaudbroes commented 4 years ago

@michaeltorbert I'll let you do another code review since Ben also tested it.