Fix layout shift on member pages if profile posts are disabled

  • Thread starter Thread starter Steffen
  • Start date Start date

Steffen

Guest
Member
If profile posts are disabled (or in accessible) then there is layout shift on member pages caused by the lazy-loading of the tab "Latest Activity". Can you please fix this? These are the only remaining pages on our whole website without "good" web vitals according to the Google Search Console.

The following patch populates the latest activity tab without lazy-loading (but only if profile posts are disabled, of course).

Diff:

diff --git a/src/XF/Pub/Controller/Member.php...

Read more
 
Top