Problem with wordpress pleas help

kikiriki

Power Member
Joined
Dec 18, 2008
Messages
784
Reaction score
231
Hey guys,
I have some problems with my wp site everytime i create a new post and copy an image from another site to my site.
According to http://gtmetrix.com this are my problems:

Serve scaled images
Specify image dimensions
Leverage browser caching
Optimize images


How do i fix this problems? is there a plugin that does that?
It slows my site and i want to make it faster.
 
Anyone can help?
I am ready to pay a few $ for a solution
 
Still need a solution to this
 
you can use a cache plugin like wp-cache

and rest 3 are related to your images , you need to optimise your images for web , they must be too big in size and dimension

some relevent ino here for scaling images:
Code:
http://stackoverflow.com/questions/14412099/what-is-a-scaled-image-and-how-do-i-serve-one-in-a-webpage

or here :
Code:
http://gtmetrix.com/serve-scaled-images.html

also , for dimensions , read this one :

Code:
http://stackoverflow.com/questions/1947057/where-to-specify-image-dimensions-for-fastest-rendering-in-html-or-in-css

see if this helps you , or you could msg me and i will try to get this resolved for you

you need to specify dimension for your images in css
 
Thank you for your response.
Funny thing is that i already read this posts before posting here and i didnt understand anything since i dont know how to edit stylesheet and stuff like that.
 
use one of Caching plugins. and before inserting image do some editing work on it with adobe image ready/Adobe Phtoshop
 
Back
Top