• America Jr

    (@cmccrone)


    Hello, thanks for the plugin.

    1. I am optimizing my site. Will this be ok with PHP 8.2. Any chance of slow down?
    2. Can this plugin work server side? I wonder if its causing my google page speed score talking about loading and flickering.

    I have 15,000 students in my LearnDash database.

    Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author Pankaj Agrawal

    (@liveaspankaj)

    It should work without issues with PHP 8.2

    It will require development to work server side, and, still it will have limitations.

    Frontend CSS works across the page. However, server side application will require changes to the generated code: Limitations:
    1. This change will apply only to the hooks we are able to apply changes from backend code.
    2. The complexity of code will depend on what we are doing, i.e. trying to remove the HTML or just hide it using style tags.

    If flickering on loading (CLS – Cumulative Layout Shift) is happening because of the hidden elements being visible first, and then hidden, it can happen if the HTML is loaded before the hiding CSS. Some investigation on where the CSS is getting loaded may help find and resolve the issue.

    Regards,
    Pankaj

Viewing 1 replies (of 1 total)

The topic ‘PHP 8.2’ is closed to new replies.