Title: Google url
Last modified: January 29, 2017

---

# Google url

 *  [nisaanwaar](https://wordpress.org/support/users/nisaanwaar/)
 * (@nisaanwaar)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/google-url/)
 * ⌊erro⌉⌊erro⌉Hi
    I am using receptar and this theme is awesome! But there is one
   issue i am getting after moving to this theme My website sometimes gets unresponsive,
   takes too much time to load and then gives a “resource out of limit” error on
   homepage.
 * The network calls going at that time were :
    data:application/font-woff;charset
   =utf-8;base64 … AAAB//8AAnjaY2BgYGQAgjO2i86D6AshzNIwGgBAmQUAAAA= MORE AT GOOGLE
   DEVELOPERS
 * PFA the screenshot of error
    Please tell me how to resolve this
    -  This topic was modified 9 years, 6 months ago by [nisaanwaar](https://wordpress.org/support/users/nisaanwaar/).

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

 *  Theme Author [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/google-url/#post-8718831)
 * Hi,
 * It’s hard to say what went wrong. The code you provided points to [https://github.com/webmandesign/receptar/blob/master/genericons/genericons.css](https://github.com/webmandesign/receptar/blob/master/genericons/genericons.css)
   file most likely. But this should not cause any issue as it is just loading [Genericons icons](http://genericons.com/)
   set.
 * Please try to ask your hosting company what could go wrong, look at error logs.
 * I would also try to scan the website for malware just in case:
    - [https://wordpress.org/plugins/wordfence/](https://wordpress.org/plugins/wordfence/)
    - [https://sitecheck.sucuri.net/](https://sitecheck.sucuri.net/)
 * You may try to check your PHP settings too: [https://webmandesign.ticksy.com/article/6742/](https://webmandesign.ticksy.com/article/6742/)
 * If the issue persists, try to disable all your plugins to see if that helps.
 * It the issue persists after that, please log a ticket at [https://support.webmandesign.eu](https://support.webmandesign.eu)
   so I can provide more help.
 * Regards,
 * Oliver
 *  Thread Starter [nisaanwaar](https://wordpress.org/support/users/nisaanwaar/)
 * (@nisaanwaar)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/google-url/#post-8724816)
 * Is there anyway i can skip this url call?
    The issue itself was reported by my
   hosting provider that this call is consuming a lot
 *  Thread Starter [nisaanwaar](https://wordpress.org/support/users/nisaanwaar/)
 * (@nisaanwaar)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/google-url/#post-8724870)
 * I HAVE CHECKED SCAN RESULTS OF WORDFENCE, EVERYTHING IS FINE.
    I’M GETTING AN
   ERROR : sprintf() expects at least 1 parameter, 0 given Type: PHP Warning Line:
   1677 File: /home/outtubkq/public_html/wp123/wp-content/themes/receptar/inc/setup.
   php
 *  Theme Author [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/google-url/#post-8728603)
 * Hi,
 * Are you on a low cost hosting? I have never had any report about this. It is 
   standard URL encoding of an icon font. The code is actually not mine but it comes
   from Genericons stylesheet. It is standard way to include those icons.
 * I’m not sure if it would help, but you can remove that code from `receptar/genericons/
   genericons.css` file. [https://github.com/webmandesign/receptar/blob/master/genericons/genericons.css#L20](https://github.com/webmandesign/receptar/blob/master/genericons/genericons.css#L20)
 * However, this may cause icons not being displayed on your website.
 * I suggest upgrading your hosting or using a different one. Please check [https://wordpress.org/hosting/](https://wordpress.org/hosting/)
 * The PHP warning should not happen as the parameter is provided. Please check 
   for yourself: [https://github.com/webmandesign/receptar/blob/master/inc/setup.php#L1675](https://github.com/webmandesign/receptar/blob/master/inc/setup.php#L1675)
 * Maybe you are using a very old PHP version? Try to ask your hosting provider 
   and upgrade the PHP to version 7 if possible. That’s what WordPress recommends:
   [https://wordpress.org/about/requirements/](https://wordpress.org/about/requirements/)
 * Also, have you checked your PHP settings? I’ve provided link in my previous reply.
 * Regards,
 * Oliver
 *  Thread Starter [nisaanwaar](https://wordpress.org/support/users/nisaanwaar/)
 * (@nisaanwaar)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/google-url/#post-8733012)
 * Thanks for helping me out..
    My php version is 7.0 and i just updated it to 7.1
   and I changed my php setting as in the screenshot below. I am attaching screens
   for your reference ⌊php⌉
 * ![settigns](https://drive.google.com/open?id=0B4FiiK-MAC-9THp4MTlDLWt2SUU)
 * There is another error i am getting, does it relate to the problem in any way?
 * > **mysqli_real_connect(): (HY000/1040): Too many connections
   >  Type: PHP Warning
   > Line: 1538 /wp-includes/wp-db.php
 * My hosting provider is a local company and I have following package:
    _Disk Space:
   8 Gb Bandwidth: Unlimited CPU concurrent Connections: 15 Entry processes: 15 `
 * Should i upgrade it?
 * I really appreciate your support
    -  This reply was modified 9 years, 6 months ago by [nisaanwaar](https://wordpress.org/support/users/nisaanwaar/).
    -  This reply was modified 9 years, 6 months ago by [nisaanwaar](https://wordpress.org/support/users/nisaanwaar/).
    -  This reply was modified 9 years, 6 months ago by [nisaanwaar](https://wordpress.org/support/users/nisaanwaar/).
    -  This reply was modified 9 years, 6 months ago by [nisaanwaar](https://wordpress.org/support/users/nisaanwaar/).
 *  Theme Author [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * (@webmandesign)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/google-url/#post-8733459)
 * Hi,
 * Please note that hosting package parameters don’t tell much. Basically shared
   low cost hostings can cause issues.
 * The PHP error you have posted does not seems to be related to the theme. It points
   to WordPress core files.
 * It’s hard to debug this issue. I would definitely look at the server’s log for
   all the errors. And you can try using [https://wordpress.org/plugins/query-monitor/](https://wordpress.org/plugins/query-monitor/)
   plugin to see what issues it finds on your website pages too. Also, I suggest
   disabling all plugins to see if that helps. If it doesn’t, try using another 
   WordPress theme to see if the PHP errors goes away.
 * Regards,
 * Oliver

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

The topic ‘Google url’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/receptar/2.0.5/screenshot.jpg)
 * Receptar
 * [Support Threads](https://wordpress.org/support/theme/receptar/)
 * [Active Topics](https://wordpress.org/support/theme/receptar/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/receptar/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/receptar/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [WebMan Design | Oliver Juhas](https://wordpress.org/support/users/webmandesign/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/google-url/#post-8733459)
 * Status: not resolved