Commit Graph

14 Commits

Author SHA1 Message Date
Simon 1cd865c8e4 feat: Create container script to generate stats.html
continuous-integration/drone/push Build encountered an error Details
2020-03-24 10:14:26 +01:00
Simon 07d794f6b8 feat: Update stats script
continuous-integration/drone/push Build is passing Details
2020-03-23 23:05:43 +01:00
Simon 8fda48c2d3 feat: Update drone image
continuous-integration/drone/push Build was killed Details
2020-03-19 11:14:02 +01:00
Simon 0c9e4b41b3 feat: Remove matomo and used goaccess to generate static analytics 2020-03-17 11:19:40 +01:00
Simon 6b2d95f245 fix: Avoid http-equiv <meta> tags
HTTP headers are more efficient than the http-equiv meta tags.
The <meta http-equiv=/> tags

The http-equiv meta tags allow to communicate to the web browser information equivalent to the ones of HTTP headers. For example, the meta <meta http-equiv=content-type/> will have the same consequences than the HTTP Content-Type header.

Two points don’t stimulate the use of http-equiv meta tags:

    Going through the meta requires to interpret the beginning of the HTML page, which is slower than going through the HTTP headers in terms of performance
    If the HTTP header is already present, the meta is ignored

In which cases are the <meta http-equiv=/> useful?

Only one case can justify the presence of these meta tags: if you don’t have access to the configuration of your server, and that is to say to the HTTP headers.

However, we advice you to use a configurable server so that you can establish the most efficient site possible.

This page contains 1 http-equiv meta tag. If possible, you should replace it:

    x-ua-compatible
2020-03-11 16:53:51 +01:00
Simon a2a0f52dd8 fix: Minify HTML 2020-03-11 14:03:30 +01:00
Simon 89cb1715aa feat: Update theme 2020-03-09 16:32:16 +01:00
Simon b00e111d67 feat: Update theme 2020-03-09 16:09:59 +01:00
Simon 14ccf19183 fix: Les images retaillées doivent être centrées 2020-03-09 11:24:34 +01:00
Simon 7d81e5cc8f Remove nvm config 2020-02-27 11:25:43 +01:00
Simon 5007e65946 export to theme 2020-02-27 11:20:14 +01:00
Simon 28853145f2 save 2020-02-25 11:57:46 +01:00
Simon 49a69633ba Update 2020-02-14 16:40:46 +01:00
Simon 9a611bbf32 first version 2020-02-11 09:02:51 +01:00