Title: Error feedbackbird
Last modified: March 1, 2024

---

# Error feedbackbird

 *  Resolved [matris84](https://wordpress.org/support/users/matris84/)
 * (@matris84)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/error-feedbackbird/)
 * Hi, I have an error on my site that slows down the site when working in a closed
   environment (without Internet). How is it possible to fix it?
 * GET [https://cdn.jsdelivr.net/gh/feedbackbird/assets@master/wp/app.js?uid=01H34YMWXSA9XPS61M4S11RV6Z&ver=167a7d7a9c9ef16f0833c3d3a1a8fc72](https://cdn.jsdelivr.net/gh/feedbackbird/assets@master/wp/app.js?uid=01H34YMWXSA9XPS61M4S11RV6Z&ver=167a7d7a9c9ef16f0833c3d3a1a8fc72)
   net::ERR_NAME_NOT_RESOLVED
 * Request URL:
   [https://cdn.jsdelivr.net/gh/feedbackbird/assets@master/wp/app.js?uid=01H34YMWXSA9XPS61M4S11RV6Z&ver=167a7d7a9c9ef16f0833c3d3a1a8fc72](https://cdn.jsdelivr.net/gh/feedbackbird/assets@master/wp/app.js?uid=01H34YMWXSA9XPS61M4S11RV6Z&ver=167a7d7a9c9ef16f0833c3d3a1a8fc72)
   Referrer Policy:strict-origin-when-cross-origin

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Mostafa Soufi](https://wordpress.org/support/users/mostafas1990/)
 * (@mostafas1990)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/error-feedbackbird/#post-17465273)
 * Hey,
 * You can easily dequeue the script with the below example by adding this in your
   theme’s functions.php
 *     ```wp-block-code
       add_action('admin_enqueue_scripts', function () {
           wp_dequeue_script('feedbackbird-app-script');
       }, 1000);
       ```
   
 * Best
 *  Thread Starter [matris84](https://wordpress.org/support/users/matris84/)
 * (@matris84)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/error-feedbackbird/#post-17465810)
 * Thanks, it works!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error feedbackbird’ is closed to new replies.

 * ![](https://ps.w.org/wp-statistics/assets/icon.svg?rev=3081064)
 * [WP Statistics – Simple, privacy-friendly Google Analytics alternative](https://wordpress.org/plugins/wp-statistics/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-statistics/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-statistics/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-statistics/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-statistics/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-statistics/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [matris84](https://wordpress.org/support/users/matris84/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/error-feedbackbird/#post-17465810)
 * Status: resolved