Loading Slowly my page in wordpress

Loading Slowly my page in wordpress

marketingmasventasmarketingmasventas Posts: 3Questions: 1Answers: 0

Hello to all, i´m from Argentina, sorry about my poor english. Thanks to everybody for reading my post. DataTables was the most powerful and amazing tool for me. I´m very impressed.

All works fine but i have one issue. The page load time is veeeeeery slowly.

My implementation is in Wordpress site.

Check this link: https://ecuakaraoke.com.ec/cancionero/

My HTML Table has 5 columns and 7200 rows.

Anybody help me to reduce the page load time?

Many thanks in advance to all!

Mauro

Answers

  • marketingmasventasmarketingmasventas Posts: 3Questions: 1Answers: 0
    edited March 2019

    I´m using WP DataTable plugin.

    This is my shortcode:

    [wp-datatable id="cancionero" fat="1"]
      paging: true,
        responsive: true,
        search: true,
    "language": {
                "lengthMenu": "Mostrar _MENU_ canciones por página",
                "zeroRecords": "No se ha encontrado nada, lo sentimos.",
                "info": "Mostrando página _PAGE_ de _PAGES_",
                "infoEmpty": "No hay datos disponibles",
                "infoFiltered": "(filtrado de _MAX_ registros totales)",
                "info": "Mostrando _START_ hasta _END_ de _TOTAL_ canciones",
                "search": "Busca como quieras",
    "paginate": {
            "first": "Primero",
            "last": "Último",
            "next": "Siguiente",
            "previous": "Anterior",
        }
            }
        //.. and more - see https://datatables.net/reference/option for full reference
    [/wp-datatable]
    

    Thanks again!

    Mauro

  • colincolin Posts: 15,240Questions: 1Answers: 2,599
    edited March 2019

    Hi @marketingmasventas ,

    This section of the FAQ should help, it discusses various techniques to improve performance,

    Cheers,

    Colin

  • marketingmasventasmarketingmasventas Posts: 3Questions: 1Answers: 0

    Thanks you so much Colin. Anybody help me with changes in my shortcode?

    Many thanks

This discussion has been closed.