| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year |
| seen | May 3 at 7:12 | |
| stats | profile views | 1 |
|
May 2 |
awarded | Informed |
|
May 8 |
comment |
long delay before loading website because of wp_footer() thank you very much! I tried your plugin and removed all the hooks individually. but it didnt help. still there is a long delay before anything starts to load. then i removed all action together. but still didnt work. interestingly i couldn't remove this hook(wp_get_footer_meta) by applying: remove_action( 'wp_footer', 'wp_get_footer_meta', 10 ); it still appears after applying the remove-action you didn't see the delay because that time wp_footer() was omitted from the footer template. even if i deactivate all plugins it still gives a delay. everything seems fine only when i remove it. |
|
May 8 |
comment |
long delay before loading website because of wp_footer() wp_footer() is already there. after disabling all plugins i saw the page source and found nothing that has been added via add_footer() and still i got the waiting delay for around 20 seconds. |
|
May 8 |
asked | long delay before loading website because of wp_footer() |