Visual performance
-
Just noticed that load of the home page is hugely impacted by using 6 file_get_contents calls by WD_ASP_Search_Shortcode::handle function. Is there a way to mitigate this performance penalty for home page? It adds more than 2 seconds to the overall load.
Tried to follow
Load CSS files conditionally option
This is a huge performance saver. It won’t put the CSS files into the site header, but instead load them with a javascript code after the page is rendered.
Greatly affects the site load performance, as the CSS files are loaded asynchronously on page loadDidn’t notice any change in load time and the same get_file_contents calls are made.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Visual performance’ is closed to new replies.