Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@Kimmax Perhaps generating images using PHP, which I understand has a fairly extensive image library, although I have never used it.
-
tahnik389917y@Kimmax in a single page applications, your page is rendered after the script has been loaded completely. This takes some time and can be bad for SEO and users.
What you can do, is use server side rendering to render part of your html (your home page for example) from the server and send it to the user along with your script. This time, your home page is already rendered so it won't have to wait for the script to be loaded completely to show the page.
Related Rants
Ah finally, the moment when being a web developer is full of joy.
☑️ Server-side rendering
☑️ Inline critical css
☑️ Add progressive image loading
☑️ Minify everything
☑️ Automate release process in CI
☑️ Lint everything
Now that the strucutre is up, time to code the actual website. This is gonna be good!
undefined
client
website
vue