• Resolved raits515

    (@raits515)


    Hi,

    All the internal links from HTML are showing for a split second while navigating from one page to another as seen on the screenshot:
    https://ibb.co/FJ75Xd4

    How to fix it?

    Best,
    Raido

    • This topic was modified 2 years, 1 month ago by raits515.
    • This topic was modified 2 years, 1 month ago by raits515.
    • This topic was modified 2 years, 1 month ago by raits515.
    • This topic was modified 2 years, 1 month ago by raits515.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter raits515

    (@raits515)

    .

    • This reply was modified 2 years, 1 month ago by raits515.
    Plugin Author nigro.simone

    (@nigrosimone)

    Hi @raits515 this is the expected behaviour. The style are lazy loaded.

    Plugin Author nigro.simone

    (@nigrosimone)

    You can exclude some css from lazy loading in this way

    function exclude_from_delivery_optimization($handle){

    return $handle === ‘whatsappme’;

    }

    add_filter(‘speed-up-optimize-css-delivery’, ‘exclude_from_delivery_optimization’);

    Thread Starter raits515

    (@raits515)

    Well is it possible to show loading mark until then or something like that?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘All the links are seen for split second while loading.’ is closed to new replies.