• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Slow Graphics Loading

KrazyBob

Regular Pleskian
We have lost several dedciated server customers in one week who each cited very slow graphics loading performance in Plesk 8.2. We tested and duplicated their findings in both IE6 and Firefox. I asked SW-Soft and they downloaded the sites using Curl and WGET -- a method that does nothing to duplicate the graphics performance issue.

We have Plesk 8.2 loaded on current Virtuozzo partitions and CentOS.

Is there something to check or a module that might like to be installed?
 
what do you mean with graphics loading -- slow loading of images on customer sites or slow loading of images/icons within plesk panel?
 
Slow loading of images on customer sites.

Latency within our network is excellent and ping times are just as good. Server loads are almost nothing.
 
prima facie it looks like system or apache performance issue then..

pinging is not good index imho, but if network is really ok, then try to monitor system load with, for example, `vmstat 1` when apache processes requests, it will show swap, i/o and cpu usage -- is swap used, how actively disk is used, how much cpu spends on iowait..

if i/o load is high, try to make the mostly updated system logs be updated аsynchronously ('-' sign before log name in syslog.conf)

check if slowness related to static or dinamic content, if pure images are loaded or if they are processed through, for example php gd functions, maybe it is affected by zend optimizer...

try to turn KeepAlive on and play with MinSpareServers/MaxSpareServers options in apache config
 
If the graphics load fast when downloaded with curl or wget then it surely looks like a client-side issue.
 
I had this problem, search for "optimizing apache" and it'll fix your issues. It did for me. HUGE difference.
 
Thanks! I've checked everything. Increased spare servers. Increaed max servers. Increased Virtuozzo resources -- and still slow loading in a browser. I found this today: http://webwait.com/
 
same trouble too

got same trouble.

found one solution: using Opera or IE7. i don't know why, but cp really fly in that browsers.
 
I am having the exact same issue. I have 3 dedicated servers on the same network. No problems with two of them. Two machines are serving sites (thanks for the webwait link) in 5 seconds or less. The other is loading them in 28.45 seconds.

TOPS shows CPU usage of 1-5%, with idle % 95 to 99%.

Will search Apache optimization. Thanks for the tips.
 
I don't think Apache optimization is going to fix this. It sounds like some timeout or something. Are you sure things like DNS are working properly?
 
Back
Top