Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor /api/v1/rawg/search #187

Closed
KairuByte opened this issue Sep 9, 2023 · 1 comment
Closed

Refactor /api/v1/rawg/search #187

KairuByte opened this issue Sep 9, 2023 · 1 comment
Labels
🔧 feature New feature or request 🎛️ server There are things to do on the server

Comments

@KairuByte
Copy link

Is your feature request related to a problem? Please describe.
A direct from RAWG API call takes less than a second, while a call to the above can take upwards of 30 seconds. This can likely be optimized considerably.

Describe the solution you'd like
Refactor/optimize the API call.

@KairuByte KairuByte added 🎛️ server There are things to do on the server 🔧 feature New feature or request labels Sep 9, 2023
@Alfagun74
Copy link
Contributor

Ive been able to reduce the Rawg Search Calls from about 20-30 secs to 1-4 secs. Comes in in 6.0.0:

Significant improvements have been made to the RAWG Search API, making it about 5 times faster and reducing its data consumption. #187

  • Previously, search results unintentionally created numerous tags, genres, developers, and stores in your databases, and even images on your filesystem.
  • This is no longer the case. The RAWG Search now provides only essential game information for identification and remapping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 feature New feature or request 🎛️ server There are things to do on the server
Projects
Archived in project
Development

No branches or pull requests

2 participants