ftlabs / perf-widget

22 stars 2 forks source link

Bucket similar pages together to ease the load on insight providers #92

Closed JakeChampion closed 8 years ago

JakeChampion commented 8 years ago

Running synthetic tests for every page being visited on FT products may not be the best approach, we should look into bucketing similar pages together. For example, Next FT have different types of articles, we could bucket these together and only run synthetic tests for one page of each type instead of running the tests against every page of any type.

This is related to #85.

JakeChampion commented 8 years ago

I recommend talking to @patrickhamann about this

lucas42 commented 8 years ago

I think you may lose valuable data if you do this. For example, if articles which have a video embed are substantially slower to load, there'll be no feedback about this if they're lumped in with non-video articles. (The same applies to any sort of asset that an article may have and all combinations of assets).

Also, you'll need to be very careful with the wording to prevent misleading anyone.

JakeChampion commented 8 years ago

@lucas42 Agree completely.

I think we should look to have a meeting with Patrick and see what we can conclude.