Quote:
Originally Posted by thezio
Hey..
Does anyone else face this issue?
I see WP-Script tube scripts and plugins using too much server resources.
I have litespeed plugin and cache enabled.. but still the script uses all 8 cores of the server..
|
because when a visitor views your site, the themes make tons of calls to the wp script servers even to render html. if you grep the theme code for eval you will see it littered with eval statements even for printing an html element, which is very silly. example tikswipe. has about 150-200 eval calls just for printing html.