devaslanphp / project-management

An open source Project management tool based on Laravel and Filament
https://devaslanphp.github.io/project-management
MIT License
682 stars 188 forks source link

Maximizing performance #90

Closed Kazturin closed 9 months ago

Kazturin commented 11 months ago

Hello. Everything is well thought out, but it works slowly. What tips do you have for maximizing performance?

Screenshot_5

mihaisolomon commented 11 months ago

Can you put also the page where you see this? It's hard to give you tips for optimizing it based only on the picture.

Kazturin commented 11 months ago

Can you put also the page where you see this? It's hard to give you tips for optimizing it based only on the picture.

In an empty project, all pages load in 1.8-2 seconds. Is it possible to improve loading time to 1s?

mihaisolomon commented 11 months ago

I will check it out.

In my server (production) with data the load time on all the pages it's the same.

mihaisolomon commented 9 months ago

I check the tables to make sure they are indexed, on that side everything is okay. The only thing that puts extra load is the library that is used for creating the interface and all the interactions. From my point of view is a decent load time, if this it will become a problem we will address it.