php - My website is taking a long time processing and opening pages. Why? -


i have developed web portal in joomla, images oriented, hence there lots of images on site. website taking long time processing , opening pages. reason, , how can resolve it?

one major thing check optimizing images. link nick provided in previous answer yahoo best practices provide information. if working joomla out of box say, culprit images using. make sure you're images correct display size, not larger. don't use html size image height , width command this:

<img src="someimage.jpg" height="400" width="600" > 

use photo editor make image actual size need.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -