Why is there an unnecessary API call every time?
-
In the plugin’s function.php, there is this code:
# info and api call $api = 'https://fastvelocity.com/api/fvm/ignore.txt';
Which is making a http request to your domain.
1.) The content of the requested url are some strings which are already provided two lines above the API code
2.) Every external call makes the site slower and is not helping for SEO reasons.
So, what is the reason you added this part to the plugin?
Besides that, it is a nice addon.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Why is there an unnecessary API call every time?’ is closed to new replies.