You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Giphy plugin does not include limit query parameter and can result in a really slow response from Giphy. I have seen this be upwards of 20s response time before images will load.
In my testing, simply adding a limit parameter to something like 50 will result in sub 1s response times.
This can be worked around by adding limit to the "rating" plugin option, but this is hacky. This plugin should support all the options that Giphy has to be future proof:
UPDATE: I originally thought just limit was the issue. In actuality it was more about the "renditions" used when the picker loads lots of gifs at once.
The text was updated successfully, but these errors were encountered:
Currently, the Giphy plugin does not include
limit
query parameter and can result in a really slow response from Giphy. I have seen this be upwards of 20s response time before images will load.In my testing, simply adding a limit parameter to something like 50 will result in sub 1s response times.
This can be worked around by adding
limit
to the "rating" plugin option, but this is hacky. This plugin should support all the options that Giphy has to be future proof:UPDATE: I originally thought just
limit
was the issue. In actuality it was more about the "renditions" used when the picker loads lots of gifs at once.The text was updated successfully, but these errors were encountered: