Looker Studio is very slow with MySQL

I notice thath Looker Studio is very slow while loading data from MySQL database for report generation. I tried to reboot my server and the MySQL engine but this issue still persists. Is this a Looker issue or can I try to resolve somehow?

Edit 16/09/2024. Problem is solved

2 3 300
3 REPLIES 3

Same issue here!

Hemos embebido Looker en nuestra plataforma, pero hemos observado que los informes cargan muy lentamente. Aunque no soy programador y mi rol se centra en el diseño de los tableros, un experto en la materia me indicó que cada "recuadro del tablero" realiza consultas por separado a la base de datos, lo que podría estar contribuyendo a la lentitud de la herramienta, entre otras posibles razones.

¿Podrían considerar optimizar este aspecto para mejorar el rendimiento? Agradecería mucho cualquier sugerencia o solución que puedan ofrecer.

¡Muchas gracias!



Hi. The problem is solved.

It's true, each component of the dashboard represents a query. To improve performance it is important to set the indexes (index key) on the tables correctly and have tables with not too many records.