Important
These benchmark results are outdated.
Check out our blog post for the latest benchmark results.
- c5.xlarge AWS instance: 4 CPUs, 8 GB RAM
Important
These benchmark results are outdated.
Check out our blog post for the latest benchmark results.
| location = /gotoapp { | |
| if ($http_user_agent ~* "iphone|ipod|ipad|appletv") { | |
| return 301 https://www.apple.com/lae/ios/app-store/; | |
| } | |
| if ($http_user_agent ~* "android") { | |
| return 301 https://play.google.com/store; | |
| } | |
| if ($http_user_agent ~* "Windows") { | |
| return 301 https://www.microsoft.com/store/apps?rtc=1; |
| // Paste these lines into website's console (Win/Linux: Ctrl + Shift + I / Mac: Cmd + Alt + I) | |
| if(!!window.React || | |
| !!document.querySelector('[data-reactroot], [data-reactid]') || | |
| Array.from(document.querySelectorAll('*')).some(e => e._reactRootContainer !== undefined || Object.keys(e).some(k => k.startsWith('__reactContainer'))) | |
| ) | |
| console.log('React.js'); | |
| if(!!document.querySelector('script[id=__NEXT_DATA__]')) | |
| console.log('Next.js'); |