diff --git a/constants.json b/constants.json index 3c1f708..9e3964e 100644 --- a/constants.json +++ b/constants.json @@ -261,6 +261,9 @@ "color": "#366383", "outline": "#d43131", "bold": true + }, + "page embed": { + "link": "/faq#embeds" } } } \ No newline at end of file diff --git a/static/stats/index.html b/static/stats/index.html index a69c369..8aa6ce7 100644 --- a/static/stats/index.html +++ b/static/stats/index.html @@ -50,7 +50,7 @@

Originally, the stats page served the purpose of putting heavy load on the server for testing page generation times. This had a number of problems, though:

  1. Anyone could freely use this page and put the server under heavy load, with no limits, including malicious actors.
  2. -
  3. The page itself failed to serve its original function, as it was not an accurate display of what kind of loads or processing would be caused by a real page on the site, as it did not contain things such as page embeds, and otherwise had a lack of content.
  4. +
  5. The page itself failed to serve its original function, as it was not an accurate display of what kind of loads or processing would be caused by a real page on the site, as it did not contain things such as page embeds, and otherwise had a lack of content.
  6. It didn't provide any information the main page did not.

The list could probably go on and on, but by now I suspect you begin to get the idea. So, overall, this page is pretty useless :3

diff --git a/static/style.css b/static/style.css index 8d4ee28..ef86bed 100644 --- a/static/style.css +++ b/static/style.css @@ -286,6 +286,10 @@ li { text-align: center; } +span { + color: inherit +} + .lengthBar>span { margin: 0; padding: 0;