Pyxyll / Form-pc

Form PC small formfactor pc config
1 stars 0 forks source link

Mobile Optimisation #16

Open Pyxyll opened 4 years ago

Pyxyll commented 4 years ago

We want this site to perform very well on all devices. Google’s AMP project would certainly be a good candidate for the mobile side of things however from a design standpoint it is more limited. We want to keep below a 3 second load time across the board if at all possible. Optimisation is paramount.

AlexSmith11 commented 4 years ago

This is potentially very easy (or... easier) if each PC component has its own seperate page. Bootstrap/AMP/React are fantastic when it comes to screen size stuff.

AlexSmith11 commented 4 years ago

Mobile optimisation isn't too hard to answer because I don't see creating a PWA with this dataset to be too difficult. There wont be a whole lot of it at all (I mean, there surely cant be more than a few thousand components in total). The only issue would come from the size of the img folder, they would be server side for sure.

In short: All data apart from the images of various components can be downloaded to the phone. The images can stay on the server.