Skip to content

Instantly share code, notes, and snippets.

@osben
Created May 9, 2016 13:28
Show Gist options
  • Save osben/35ad9b2221be45511535c9f5c23cfb95 to your computer and use it in GitHub Desktop.
Save osben/35ad9b2221be45511535c9f5c23cfb95 to your computer and use it in GitHub Desktop.
detect "Speed Insights" in Smarty PHP
{if strpos($smarty.server.HTTP_USER_AGENT, "Speed Insights" ) == false}
// hidden for Speed Insights
{/if}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment