Tagged Questions
1
vote
3answers
40 views
Using one document for all images
I have some icons around 100x100. I typically save out each icon as a .png but I wanted to know if I included all the .pngs in one document would it be ideal and improve load time? If one document ...
0
votes
0answers
71 views
What amount of PHP memory usage is reasonable for multiple WordPress sites? [closed]
It seems like I've been plagued with memory usage issues most of the time I've been blogging (7 years). I upgraded my hosting to a HostGator VPS and still seem to have issues.
I have about a dozen ...
1
vote
2answers
115 views
Benchmark for website speed optimization
I working on website speed optimization. I mostly used 3 tools for analyzing speed of optimization.
Speed analyzing Tools:
Google pagespeed tool
Yslow Firefox extenstion
Web Page Performance Test
...
1
vote
1answer
314 views
HTML compressor/minifier
Currently I am using a system where HTML gets cached server-side before it's sent to the browser. I'm looking to compress the HTML source of my website before it is cached.
Basically I'm looking for ...
3
votes
1answer
292 views
Page Speed Online vs Chrome Extension
In optimizing a content blog of mine with the goal of achieving the highest page speed score possible for obvious reasons (user experience, SEO, etc..), the results I'm obtaining are throwing me for a ...
13
votes
11answers
1k views
Common optimizations to reduce HTML or XHTML page size?
What are some common optimizations performed to reduce HTML or XHTML page size? Some that come to mind are:
removing comments,
removing extraneous whitespace,
moving repetitive inline styles to a ...