Skip to content
#

wordpress-plugin

Here are 6,936 public repositories matching this topic...

gutenberg
gwwar
gwwar commented Apr 19, 2021

The autocompleter can cause performance issues when trying to match values in long strings. In WordPress/gutenberg#30649 the algorithm was updated to not attempt after a mismatch happened + providing ways to escape from that condition (to continue matching). This already covered most of the scenarios that caused a slow-down due to over-matching. It also will stop matching i

smthomas
smthomas commented Nov 16, 2020

In the graphql_map_input_fields_to_wp_query filter, the $post_type is the last parameter. This is inconsistent with the other graphql_map_input_fields_* filters. For example in graphql_map_input_fields_to_get_terms the $taxonomy parameter is the third parameter (while the $context & $info parameters are the last two in all of the graphql_map_input_fields_* filters). For consistency sake, i

amp-wp
westonruter
westonruter commented May 22, 2019

The list of AMP Caches is available at https://cdn.ampproject.org/caches.json

This could be pulled in dynamically rather than hard-coding each AMP Cache in \AMP_HTTP::get_amp_cache_hosts():

https://github.com/ampproject/amp-wp/blob/9e049f6554b69e06284ead57d13ef416226a51ec/includes/class-amp-http.php#L191-L239

This is low priority because the list of caches changes infrequently.

wp-rocket
MrPropre
MrPropre commented Mar 6, 2021

Before submitting an issue please check that you’ve completed the following steps:

  • Made sure you’re on the latest version
  • Used the search feature to ensure that the bug hasn’t been reported before

Describe the bug

As per IANA notes on media types https://www.iana.org/assignments/media-types/application/json the charset parameter has no effect on the content type `application/js

Improve this page

Add a description, image, and links to the wordpress-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wordpress-plugin topic, visit your repo's landing page and select "manage topics."

Learn more