hi, i am currently working on improving site my site speed, dor desktop its 87/100, but for mobile i am finding it difficult to cross 75 score, for better result i need to deactivate some widget and plugin for mobile device, i am using wp touch but it offer same funtion if i go for pro theme, is there any way to disable plugin on mobile device.
If you're using a mobile-specific theme via a theme switcher, you can disable some functionality with CSS and media queries. Here's an example: @media screen and (max-device-width: 480px) { /* mobile-specific styles go here */ #dcssb-float{ display: none; } }