App in chrome is slower than firefox

Hello, I just build very small meteor app with react and uploaded it to my server , it is only one publication with about 6 records in the database.the app assets loading is fine in all browsers but database records is very slow in chrome
I tried to search for solutions like removing insecure, removing autopublish and server side rendering but i didn’t notice any difference.
I don’t think the problem in the app it self or the server because it works fine in firefox.
what can i do?

Try to use it with a new Chrome profile.

Thank you it is now very fast after moving the components out of the client directory, so the server side rendering is working fine