Adam Fenton

Results 14 comments of Adam Fenton

Yes, it seems this was the problem. I guess I missed this in the documentation. Thanks. On 28/11/14 06:18, Florent wrote: > @adamf321 https://github.com/adamf321 I've included rangy and undojs >...

It was 5.6.5 - everything works perfectly with this version.

@danielbachhuber - I understand the req. In terms of implementation I propose: - Use the same "chain" icon as github, with the same functionality (visible on mouseover, click to follow...

@joehoyle - sounds reasonable, I'll look into this.

@dependabot merge --- Adam Fenton CTO & Co-founder On Sat, 12 Feb 2022, 07:57 dependabot[bot], ***@***.***> wrote: > This automated pull request fixes a security vulnerability > > (moderate severity)....

For LCP we only care about the biggest element painted above the fold (often the hero). So ideally we would prioritise CSS relating to that only. There are also some...

In fact the optimal way is to inline the critical CSS and move the stylesheet import to the footer. This way the page can paint after the first request is...

Hi Fran, can you please explain this with a code sample? Does this only happen on local or on the server too? It also sounds like a cache issue, so...

Have you tried disabling / clearing object caching (redis / memcached / any object caching setup in WordPress)? I remember we had a similar issue before. On Wed, 24 Jun...

I can only think that some sort of persistent object cache is running. A couple of things you could try out next time you get this problem: - Run this...