Google Page Speed ​​website uses outdated APIs?

I have a React website and get the data via an API from Strapi. I analyzed my website with Google PageSpeed ​​and get the message: Uses deprecated APIs. How can I change this?

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
4 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Functional
1 year ago

This is not relevant to the PageSpeed Score, etc., so you don’t have to be interested. Just wait until a strapi update comes that removes this header. See this GitHub issue.

If you want to remove it now (always), it must be filtered on the web server. Under the same link you will find a comment on how this works under Nginx.

EinAlexander
1 year ago

How can I change this?

update the attached APIs.

Alex