Technical Resources

  • I’m seeing mobile version on desktop, why?

    If you are using Accelerated Domains™, and see a mobile version of your site while browsing using a larger screen (or the other way around), you are probably using some sort of device sniffing in PHP, either in a custom function or something like wp_is_mobile(). This is unsafe for most caching setups, including the default Servebolt cache and Accelerated Domains.

    See Using wp_is_mobile() together with Accelerated Domains for more details

Latest how to articles