a8cteam51 / query-loop-load-more

Adds a "load more" option to the query loop pagination block in Gutenberg.
GNU General Public License v3.0
10 stars 1 forks source link

Duplicate Queries #23

Open gin0115 opened 2 months ago

gin0115 commented 2 months ago

Had some issues where the same is being called multiple times, this doesnt seem to matter how many or few posts are loaded per page, i am still getting issues where the same query is being called.

It seems like its being called again before the results are parsed.

gin0115 commented 2 months ago

this is an example of it happening

image

Video example https://drive.google.com/file/d/1vRLdvRgkL6L-DVf45uFBpkZkrzX06SES/view?usp=sharing

gin0115 commented 2 months ago

patched here

https://github.com/a8cteam51/query-loop-load-more/pull/25