Closed arnaudbroes closed 4 years ago
Not really a bug but for long posts the Preview Snippet may hang while it the JavaScript code processes the content to figure out the description.
By reducing the amount of characters it has to process, we should be able to reduce the impact.
@EkoJR can you see if you can reproduce this?
The problem is with the Regex
https://github.com/semperfiwebdesign/all-in-one-seo-pack/blob/9cd79a41978c6f7d28ec5a46bdf4d6957721adaf/js/admin/aioseop-preview-snippet.js#L142
Not really a bug but for long posts the Preview Snippet may hang while it the JavaScript code processes the content to figure out the description.
By reducing the amount of characters it has to process, we should be able to reduce the impact.