View Single Post
Old 06-06-2022, 02:03 PM  
dcortez
DINO CORTEZ™
 
dcortez's Avatar
 
Industry Role:
Join Date: Jun 2003
Location: Vancouver Island
Posts: 2,145
Quote:
Originally Posted by k0nr4d View Post
He's trying to push the work on the client instead of the server. It makes sense from an optimization point of view but server power is just so cheap now...
You nailed it. That's exactly what I've been doing.

I prototyped my platform this way, but I can always shift back more load to the server, if that made sense.

Google has no problem rendering and spidering any of my code built entirely from JS.

There may be issues of payload optimization (lots of small pieces vs fewer larger pieces), but the flexibility, specially for designing and testing, with micro-includes can't be beat.

When things settle enough, I may write a program to generate and maintain my entire website.

The added plus of not using PHP (sessions), is that my entire website is cookie-free.

It's a work in progress...
dcortez is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote