Bolt taking 10 seconds to load?
Hello,
I have created a website using bolt cms, and I'm experiencing really poor loading times (usually around the 10-second mark), have been having a look online and all the advice for increasing performance seems to be out of date.
Having a look in Symfony profiler and this is what I'm seeing.

Any idea how I can improve my loading times? The 1-second mark would be ideal.
The FirerallListener seems to be the primary bottleneck here. Maybe this'll help? https://stackoverflow.com/questions/60871970/symfony-5-traceablefirewalllistener-very-slow
Once that's resolved, see what the new bottleneck is, and we'll see if we can improve that, too. :-)
@sJones1997 I've moved the issue to the correct repo!
The FirerallListener seems to be the primary bottleneck here. Maybe this'll help? https://stackoverflow.com/questions/60871970/symfony-5-traceablefirewalllistener-very-slow
Once that's resolved, see what the new bottleneck is, and we'll see if we can improve that, too. :-)
Have had a read through that seems like it could be what I'm after. Not sure what is meant by "I had to remove the mount for the complete 'app' folder".
Had another look at the profiler, and now it appears the issue is with the content of the site? Really confused about all this.

Is this still an issue? Maybe can be closed if not relevant anymore.