Page Load big gaps without loading (see pictures) | Bug?

My app loads in 10.8 seconds, which is quite slow. The biggest problem seems to be not the effective loading time of elements but large timegaps in which nothing is being loaded, accounting for around 6/7 seconds of the total page load. The biggest delay seems to be happening at POST aggregate and POST init…

More people experiencing this? Is this a bug?

Thanks in advance!!

What are you waiting for in that time? Repeating group content?

As far as I understand nothing, there’s one 1px vs 1px repeating group with in general only 2 or 3 rows of data in it. Already have tried removing it and it didn’t provide any other performance. In case something would be loading during this lag I imagine it would also show up in this waterfall graph right?

Instead, it just stays blank for a total of 7 seconds during the loading.

On the one visible group that is loaded there are 4 buttons, two pictures, nothing crazy or anything, but something is lagging a lot though…

I find that the “elements” show up before the data that fills the elements, which is why I was asking. Without seeing your specific situation, it’s hard to tell.

For me two things stand out right now which I want to understand better.

1- it seems like all images which are saved on the server and used somewhere on my website (not necessarily on the page which is loaded or groups that are shown) are being loaded on page-load.

2 - Both websites I tested, https://tools.pingdom.com and https://gtmetrix.com give me the same advice to enhance the performance of my app: Remove query strings from static resources

Resources with a “?” in the URL are not cached by some proxy caching servers. Remove the query string and encode the parameters into the URL for the following resources: …

What follows is a list of all the images which have these query strings in there URL, any way to change this? For example: http://d1muf25xaso8hp.cloudfront.net/http://s3. … 6118663500/check.png?w=27.3&h=27.3&dpr=1&fit=max

The only visible group at page load is in itself really basic. There’s one 1px repeating group but it barely loads anything, in general will be just one row of data it has to load. This is how it looks like on the phone, for which I developed seperate mobile-specific pages:

Anyone has encountered the same problems?

Out of nowhere it got een worse now, a gap of around 15(!) seconds now. In between POST aggegrate and POST init something’s going wrong. @emmanuel any idea what’s happening here?

@josh when time could you have a look? It’s really turning into a deal breaker of us right now, we can’t go live when things stay as slow as it is now.

Thanks!

This topic was automatically closed after 70 days. New replies are no longer allowed.