Search found 1 match
- Sat Jan 23, 2021 5:03 pm
- Forum: General Development Discussion
- Topic: phpBB performance optimization by preloading all javascript and stylesheets
- Replies: 1
- Views: 12156
phpBB performance optimization by preloading all javascript and stylesheets
I've been setting up a phpBB forum and am a complete noob (to php and phpBB and everything related) but I was looking to speed up load times by eliminating render blocking resources. I did so by adding rel="preload" as="style" onload="this.rel = 'stylesheet'" on all the...