Browser: Chrome 110 OS: macOS / Windows / Linux / etc. URL: Link to a page that illustrates this issue Video: Short screen recording that illustrates this issue (free tool: jam.dev)
Hi,
On the front end (single post), the reading time element render about two seconds later than other elements. If you clear the browser cache and reload the page with ctrl+f5, the lag is obvious.
thank you for your report. This is happening because the time is calculated on frontend, after page load.
Saying that, it’s not normal that there is so much of the delay before showing that part. Can you check if you don’t have any performance or optimization plugins enabled? They may delay the JS execution, which can cause this.