LostKobrakai Posted March 11, 2015 Share Posted March 11, 2015 I recently finished my first bigger from start to finish ProcessWire website. It's a website for a local architecture agency which does lot's of the more prestige projects in my area. The image of the partners is still missing, but the rest is ready. I did the design together with a ex-fellow student of mine, the programming is completely done by me. The self-imposed challange was building something that does really cater to current standarts. Therefore templating is done with mustache. On the initial page request the page is rendered serverside, everything else works via ajax, as long as the history api is available. If not it's not even loading the whole templating stuff and pages are served traditionally. http://wunderle-partner.de/ Modules uses: ListerPro AdminCustomFiles Jumplinks MarkupSEO HannaCode ProFields: Multiplier 9 Link to comment Share on other sites More sharing options...
kongondo Posted March 11, 2015 Share Posted March 11, 2015 Link? Link to comment Share on other sites More sharing options...
LostKobrakai Posted March 11, 2015 Author Share Posted March 11, 2015 Link? As always to occupied by actually writing the thing Link to comment Share on other sites More sharing options...
ESRCH Posted March 11, 2015 Share Posted March 11, 2015 Really nice site. I'm actually really impressed at the speed with which the pages load, considering the large number of images in the site. I am browsing on my phone, and the pages switch instantaneously, it's amazing. I imagine that you are using Pro Cache? Do you have other tips on how you achieved such speed? Link to comment Share on other sites More sharing options...
Mike Rockett Posted March 12, 2015 Share Posted March 12, 2015 Great site indeed! I love the simplicity about it. Even more, I love the solid appeal/feeling I get from it. Well done @ESRCH: I don't think ProCache is being used here. Mustache, the client-side templating system, would probably be speeding things up. I think it also has it's own cache. 1 Link to comment Share on other sites More sharing options...
LostKobrakai Posted March 12, 2015 Author Share Posted March 12, 2015 Yeah, as the site does not need super dynamic content it does load the needed json only once in 10 minutes. After that it just reuses the previous response. Until now there isn't even a server side caching. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now