admin管理员组

文章数量:1426950

I'm going to be very straight forward here.

I have a headless WP install and made my front-end in Vue.JS

Since I've started this project, the load times for the API requests were high but I think we just reached the slowest possible situation and I really do not know how to tackle this. I'm getting up to, sometimes more, 50 seconds of response time loading only 10 posts. I have a few custom post types that also take forever to load.

I've tried caching with a few plugins, tried to disable all unnecessary plugins as well, both with no sucess.

All these requests are made using Axios.get(), I also tried to change to fetch() but had the same results.

The site can be found here: /

Thanks in advance for any ideas!

本文标签: javascriptHow to improve WPRest atrocious response time