Welcome Guest, Not a member yet? Register   Sign In
New World Frontend Order - how Codeigniter fit in a javascript frontend world?
#11

(This post was last modified: 04-12-2020, 03:56 AM by shinseiten.)

(04-08-2020, 09:45 PM)albertleao Wrote: As I mentioned in my post above, there IS a way to do product pages without a node server.

You can create dynamically generated routes in Nuxt with server generated html pages. This includes routes for something like "/product/some-product-name-or-id". Then you set your servers to periodically regenerate those pages. If your api is decoupled from your front end, it should be pretty easy. The downside of this approach is that product pages will be delayed to update based on how long your interval is.

I have this above system running across a few dozen servers regenerating once every 30 or so minutes and it's worked pretty well.



This is very nice thank you! I'll try the same path you described.
Reply


Messages In This Thread
RE: New World Frontend Order - how Codeigniter fit in a javascript frontend world? - by shinseiten - 04-12-2020, 03:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB