• good afternoon

    After installing the plug-in, when creating a cache of pages, there is a large surge in the load on the server. The database generates a large number of entries in the branch postmeta.

    All this leads to an excessive load on the server. So it should be? Or is this not a planned load? Or should records be created in the database and they are created only once?

    Sorry for my English.
    Thanks for the answer.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Hesham Zebida

    (@hishaman)

    Yes, the data is generated only once (on the first visit for the page), then it’s saved in post meta for reuse. This works like a simple cashing for the data.

    Also, the data will be deleted is some cases, example:

    – After 24 hours, daily.
    – Plugin settings have been saved.
    – If a Schema type has been updated, or new type added.
    – If a post got updated.
    – If a new comment has been approved.

    I hope this is useful.

    Thread Starter korfiati_a

    (@korfiati_a)

    Thanks for the answer.
    Every time the cache is reset, it starts up its re-creation and overwrites the information for your plug-in and all this will terribly burden the server.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Huge pressure’ is closed to new replies.