Langfilter: Improve performance by using pre rendered content #1146

Merged
annando merged 1 commits from langfilter-speed into develop 2021-07-18 07:02:07 +02:00
annando commented 2021-07-18 01:41:21 +02:00 (Migrated from github.com)

I tracked down a performance issue on one of my machines. It was hidden in the langfilter where we encode the content just to check its length. By using the already rendered html it increased the page load on squeet.me by a second.

I tracked down a performance issue on one of my machines. It was hidden in the langfilter where we encode the content just to check its length. By using the already rendered html it increased the page load on squeet.me by a second.
MrPetovan commented 2021-07-19 20:02:57 +02:00 (Migrated from github.com)

I tracked down a performance issue on one of my machines. It was hidden in the langfilter where we encode the content just to check its length. By using the already rendered html it increased the page load on squeet.me by a second.

Increasing the page load isn't good, did you mean "decrease the page load time"?

> I tracked down a performance issue on one of my machines. It was hidden in the langfilter where we encode the content just to check its length. By using the already rendered html it increased the page load on squeet.me by a second. Increasing the page load isn't good, did you mean "decrease the page load time"?
annando commented 2021-07-20 00:47:57 +02:00 (Migrated from github.com)

Increasing the page speed by decreasing the page load time :-)

**Increasing** the page speed by **decreasing** the page load time :-)
Sign in to join this conversation.
No description provided.