Lubinik Learning

Training mode

Performance & Debugging

Time remaining:

0 / 20 answered

  1. 1. What does WP_DEBUG enable?

    What does WP_DEBUG enable?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  2. 2. What does WP_DEBUG_LOG do when debugging is enabled?

    What does WP_DEBUG_LOG do when debugging is enabled?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  3. 3. Why is WP_DEBUG_DISPLAY usually disabled on production?

    Why is WP_DEBUG_DISPLAY usually disabled on production?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  4. 4. What does SCRIPT_DEBUG help test?

    What does SCRIPT_DEBUG help test?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  5. 5. What does SAVEQUERIES record?

    What does SAVEQUERIES record?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  6. 6. Why should SAVEQUERIES not remain enabled casually?

    Why should SAVEQUERIES not remain enabled casually?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  7. 7. What should happen before optimizing a slow page?

    What should happen before optimizing a slow page?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  8. 8. Why is total query count alone insufficient?

    Why is total query count alone insufficient?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  9. 9. What is an N+1 query problem?

    What is an N+1 query problem?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  10. 10. What can a persistent object cache reduce?

    What can a persistent object cache reduce?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  11. 11. What does full-page caching avoid?

    What does full-page caching avoid?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  12. 12. Why is cache invalidation important?

    Why is cache invalidation important?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  13. 13. What must code do after a transient cache miss?

    What must code do after a transient cache miss?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  14. 14. What should be inspected when autoloaded options are large?

    What should be inspected when autoloaded options are large?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  15. 15. How can frontend asset cost be reduced?

    How can frontend asset cost be reduced?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  16. 16. What is a basic image-performance practice?

    What is a basic image-performance practice?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  17. 17. Why write reliable reproduction steps?

    Why write reliable reproduction steps?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  18. 18. What does disabling components one at a time help determine?

    What does disabling components one at a time help determine?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  19. 19. What is a safe production-debugging principle?

    What is a safe production-debugging principle?
    Hint

    Choose the answer that reflects current WordPress engineering practice.

  20. 20. What completes a debugging cycle after implementing a fix?

    What completes a debugging cycle after implementing a fix?
    Hint

    Choose the answer that reflects current WordPress engineering practice.