Viewing 1 replies (of 1 total)
  • Plugin Author Keith P. Graham

    (@kpgraham)

    The plugin has a light footprint when there is no 404 error. It checks for a 404 and then exits.

    When it finds a 404 error it then loads up the rest of the code. This is “Lazy loading” and I do it to save memory. I never load up most parts of the code until they are actually needed.

    Keith

Viewing 1 replies (of 1 total)

The topic ‘Does your plugin impact loading times?’ is closed to new replies.