I am using IPFS for webapp publishing.
I use ipfs-cluster to distribute new releases from gitlab pipelines and content is pinned at release time.
The ipfs content gateway is used to serve the sites that are locally pinned, the content is 100% local.
The content delivery, under the circumstances, is very slow with multiple assets taking 4 to 10 seconds.
I obviously expect similar performance to statically hosted content.
I have the feeling that this issue could be ipfs-cluster related as initial tests with IPFS only would render instantly.
Here is a sample site http://beta.privaz.io
Also even if a request is served quickly the next request for the same asset may be slow.
What is going on?
How can I debug this?
Is there anyway to improve the performance of my particular use case?