I’ve looking for tips to speed up the loading speeds.
I have 132k entries in the view and I’m normally searching by one column.
Here’s some ideas:
- Upgrade heroku?
- Indexes on the psql table
What will help in improving search speeds & loading times?
I’ve looking for tips to speed up the loading speeds.
I have 132k entries in the view and I’m normally searching by one column.
Here’s some ideas:
What will help in improving search speeds & loading times?
Hi @Henry,
Welcome to the Forest Admin community!
Upgrading your Heroku subscription to handle SQL query performance issues seems like a bit overkill (as it often foreshadows database or query definition issues).
That being said, I see two possible explanations here:
As I was looking fo ways to improve postgreSQL database performances, I came across this StackOverflow post that hints quite a lot of ways to do so.
I hope it will help!
Hi @Henry, @anon37102731 I share 2 additional ideas.
For global performance optimization, you can adapt your layout configuration. More info about that in our documentation:
https://docs.forestadmin.com/documentation/reference-guide/performance
If you use the search feature, you can restrict the columns where Forest Admin should search. More info about that in our documentation:
https://docs.forestadmin.com/documentation/how-tos/settings/restrict-the-search-on-specific-fields