• Resolved itsmejomijohn

    (@itsmejomijohn)


    in normal CPU usage is 1 or 2% but when I click on quiz attempts CPU usage increase to 30% and when I click next page on quiz attempts it increase to 50% and if we click any other page in quiz it will gradually increase the usage of the CPU and when CPU usage reaches 100% web site will be down for some times

Viewing 6 replies - 1 through 6 (of 6 total)
  • largbasket

    (@largbasket)

    Dear Concern,

    We apologize for the issue you’re experiencing. It appears to be a website-specific problem and to properly diagnose and resolve it, we would need to thoroughly inspect your website. Please reach out to us at?https://www.themeum.com/support/?for assistance.

    Thread Starter itsmejomijohn

    (@itsmejomijohn)

    i raised email to themium support but no response

    Thread Starter itsmejomijohn

    (@itsmejomijohn)

    also created a chat and no response

    largbasket

    (@largbasket)

    Dear Concern,

    We have replied, please check your email.

    Thank you.

    Thread Starter itsmejomijohn

    (@itsmejomijohn)

    Here’s the query that causing the High CPU Usage

    i find the query using ” ?Index WP MySQL For Speed” Plugin

    SELECT DISTINCT quiz_attempts.*, quiz.post_title, users.user_email, users.user_login, users.display_name
    FROM fgt_tutor_quiz_attempts quiz_attempts
    INNER JOIN fgt_posts quiz ON quiz_attempts.quiz_id = quiz.ID
    INNER JOIN fgt_users AS users ON quiz_attempts.user_id = users.ID
    INNER JOIN fgt_posts AS course ON course.ID = quiz_attempts.course_id
    INNER JOIN fgt_tutor_quiz_attempt_answers AS ans ON quiz_attempts.attempt_id = ans.quiz_attempt_id
    WHERE quiz_attempts.attempt_ended_at IS NOT NULL
    AND ( users.user_email = '' OR users.display_name LIKE '%%' OR quiz.post_title LIKE '%%' OR course.post_title LIKE '%%' )
    AND quiz_attempts.attempt_ended_at IS NOT NULL
    ORDER BY quiz_attempts.attempt_ended_at DESC
    LIMIT 20 OFFSET 0
    Thread Starter itsmejomijohn

    (@itsmejomijohn)

    how to solve this error

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘When clicking Quiz Attempts CPU usage is increasing to 100%’ is closed to new replies.