• Resolved vdominik19

    (@vdominik19)


    Hi! I have a problem,
    My website hosting write me a email bcz the website has a slow and large requests..
    The example was that:
    DELETE FROM wphn_options
    WHERE option_name LIKE (‘\_transient\_masvideos\_uf\_pid\_%’)
    OR option_name LIKE (‘\_transient\_timeout\_masvideos\_uf\_pid\_%’)
    OR option_name LIKE (‘\_transient\_masvideos\_tv_shows\_will\_display\_%’)
    OR option_name LIKE (‘\_transient\_timeout\_masvideos\_tv_shows\_will\_display\_%’);

    I think its the masvideos plugin.. What can I do?
    Many thanks,
    Dominik

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author MadrasThemes

    (@madrasthemes)

    Hello Dominik,

    Thank you for using our plugin. The SQL query that you’ve posted is a standard WordPress query that deletes the transients. Transients are temporarily stored data and are deleted periodically. I do not think this could be a reason for slow or it is a large request.

    Please use a plugin like Query Monitor to check and verify which requests are being loaded and how much time they run. It would give you an idea about the database requests.

    Hope this helps. Let us know if you have any other questions or need further help.

    Thanks,
    Ibrahim

Viewing 1 replies (of 1 total)
  • The topic ‘SQL problem.’ is closed to new replies.