Title: plugin version compatible with wordpres version 6.0.5
Last modified: June 20, 2023

---

# plugin version compatible with wordpres version 6.0.5

 *  [kanikajain1509](https://wordpress.org/support/users/kanikajain1509/)
 * (@kanikajain1509)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-version-compatible-with-wordpres-version-6-0-5/)
 * Is this plugin version 1.3.3 is compatible with wordpress version 6.0.3 and 6.0.5?
   With wordpress version 6.0.5, we encountered the CPU utilization reaches to 90%
   and more if this plugin is enabled

Viewing 1 replies (of 1 total)

 *  [anjalixyzscripts](https://wordpress.org/support/users/anjali94/)
 * (@anjali94)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/plugin-version-compatible-with-wordpres-version-6-0-5/#post-17040535)
 * Hello [@kanikajain1509](https://wordpress.org/support/users/kanikajain1509/) ,
   
   If you suspect that high CPU utilization is related to the snippet code used 
   in your WordPress website, particularly if it involves external requests, response
   handling, frequent database access, or inefficient code inside shortcodes, you
   can take the following steps to investigate and address the issue:Review the 
   Snippet Code: Carefully review the snippet code you’ve added to your website.
   Look for any sections of code that make external requests to third-party services,
   access the database frequently, or contain complex and resource-intensive operations.
   Optimize External Requests: If your snippet code makes external API requests,
   ensure that these requests are optimized. Minimize unnecessary requests and consider
   implementing caching mechanisms to reduce the load on your server.Database Access:
   If your code frequently accesses the database, review the database queries. Make
   sure that your queries are efficient, and consider using WordPress’s built-in
   functions for database operations. Avoid running complex queries inside shortcodes
   or loops if possible.Shortcodes: Check if the shortcode functions in your snippet
   code are well-optimized. Avoid heavy computations or database queries within 
   shortcodes, as these can impact performance.Caching: Implement caching mechanisms
   to store and serve frequently accessed content or data. Profiling and Debugging:
   Use WordPress debugging tools and plugins to profile your code and identify performance
   bottlenecks. Plugins like Query Monitor or New Relic can help you pinpoint resource-
   intensive code.Server Resources: Ensure that your server has adequate resources(
   CPU, memory, etc.) to handle the expected traffic. If your server resources are
   consistently maxed out, it can lead to performance issues.Code Review: If you’re
   uncertain about the efficiency of your code, consider seeking a code review from
   experienced developers who can provide insights and suggest improvements.By thoroughly
   reviewing and optimizing your snippet code, addressing any performance bottlenecks,
   and implementing best practices, you can reduce CPU utilization and improve the
   overall performance of your WordPress website.Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘plugin version compatible with wordpres version 6.0.5’ is closed to new
replies.

 * ![](https://ps.w.org/insert-php-code-snippet/assets/icon-128x128.png?rev=1800967)
 * [Insert PHP Code Snippet](https://wordpress.org/plugins/insert-php-code-snippet/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/insert-php-code-snippet/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/insert-php-code-snippet/)
 * [Active Topics](https://wordpress.org/support/plugin/insert-php-code-snippet/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/insert-php-code-snippet/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/insert-php-code-snippet/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [anjalixyzscripts](https://wordpress.org/support/users/anjali94/)
 * Last activity: [2 years, 7 months ago](https://wordpress.org/support/topic/plugin-version-compatible-with-wordpres-version-6-0-5/#post-17040535)
 * Status: not resolved