cncf / cncf.io

☁️♮🏛🚧 The CNCF.io WordPress website
https://cncf.io
MIT License
80 stars 37 forks source link

Investigate back-end performance of CNCF #628

Closed cjyabraham closed 1 year ago

cjyabraham commented 1 year ago

Sometimes when logged in to the site (and so not-cached) I experience some very slow load times.

cjyabraham commented 1 year ago

Problem areas found:

  1. people query takes 13s or more to execute at times
  2. Many Custom Twitter Feed admin-ajax calls that ends up pulling an external resource such as this Kubecon sched, causing load times up to 23s

I can try and optimize 1.

For 2, likely we'd need to try a different plugin if it's a problem. It looks like it's asynchronous and independent of the page load process.

cjyabraham commented 1 year ago

Deployed fix for 1. Will check on reports in a few days to see what else might bubble up.

cjyabraham commented 1 year ago

1 is fixed and there are no other slow pages in the reports.