Main Page of Journal running to SLOW

Good day every one.

I have OJS 3.1.4 Installed on my webserver and have 4 Journal. but one of my journal running to slow in home index.

anyone know why?

thank you

Hi @Muhammad_Khoiruddin,

Can you check with Chrome DevTools or similar the time for each request to complete?
With Google Chrome it’s ctrl + shift + i or right mouse click → Inspect; choose Network tab, reload the problematic page and look for duration of execution for each request. Usually, the problem is in downloading images which are not appropriately compressed or custom JS code/libraries.