I
I
Ivan Ivanov2014-05-17 18:06:16
css
Ivan Ivanov, 2014-05-17 18:06:16

Which site to optimize?

Hello. There is a static site consisting of several pages (in general, a portfolio and a business card), but the site itself loads slowly even with caching and compression enabled.
There are some tools that allow you to "compress" or somehow optimize the code, pictures and styles.
I would also like to hear your optimization tips

Answer the question

In order to leave comments, you need to log in

4 answer(s)
N
Nazar Mokrinsky, 2014-05-17
@0x3

Apache -> Nginx
Statics -> CDN + optimizations (gzip, file scraping, JS/CSS merging), CloudFlare can do both (except for merging files I think), you can reduce image files with optipng/jpegoptim
Also see what Google advises here: developers.google.com/speed/pagespeed/insights

Y
Yago, 2014-05-17
@Yago

Show the site, here on abstract examples you can optimize enough, but this will not help you.

M
Michael Danilov, 2014-05-17
@MonkAlbino

Are you sure the problem is with the site and not with the host?
The rest has already been asked here.

A
Alexey Lebedev, 2014-05-17
@swanrnd

1) enabling gzip (it should be enabled and correct)
2) minifying styles and JS
3) combining all styles and JS into fewer files
4) geographic proximity to the target audience. If the audience is from Russia, then the site should be hosted in the Russian Federation
5) Well, in general, it's better to give a link to your site.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question