Author Topic: PageSpeed Insights report  (Read 7923 times)

0 Members and 1 Guest are viewing this topic.

Offline ConcernedUser

  • Newbie
  • *
  • Posts: 1
« Last Edit: April 19, 2019, 04:43:19 am by ConcernedUser »

Offline Grizzly

  • Full Member
  • ***
  • Posts: 189
Re: PageSpeed Insights report
« Reply #1 on: April 21, 2019, 02:10:56 am »
It's really simple: Currently the whole game library for one system from A to Z is on a single page. This is the easiest way for manual maintenance, but it is bad for the loading time.
The only feasible (as in: maintainable) option to change this is to introduce a server-side processing step with a programming language of choice that loads the plain data from a database and generates partial pages, for example for just one game at a time.