Skip to content

Commit b5f04f3

Browse files
committed
removed webnar annoucement links
1 parent 3af2cfd commit b5f04f3

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

_posts/2014-01-09-introducing-fast-render.md

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ category: blog
55
summery: "Any meteor app needs to wait until connecting to the server, before rendering something relevant to the user. Fast Render cleverly solves that issue."
66
---
77

8-
> I'm doing a [webinar](/announcing-the-meteorhacks-show.html) about Fast Render on 20th Monday. [Join with me](/announcing-the-meteorhacks-show.html) to learn more about Fast Render.
9-
108
Meteor is supercool when it comes to productivity and building real-time web apps very quickly. But one of the common issues with Meteor is page load time: you have to wait until a WebSocket connection is made and data comes from the server. This is a crucial issue for many apps, especially forums, blogs and public-facing web apps.
119

1210
Server Side Rendering (SSR) is the solution for this issue. It will render the initial page on the server, it works well with Search Engines, and it does not require PhantomJS (which is how Meteor currently supports Search Engines). However, SSR is not expected to be comes with Meteor 1.0. (But you can expect it [sometimes later](https://trello.com/c/Lz07fBAm/7-server-side-rendering)).

_posts/fast-render/2012-12-12-introduction.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: FastRender - Introduction
44
section: fast-render
55
permalink: /fast-render/
66
---
7-
> I'm doing a [webinar](/announcing-the-meteorhacks-show.html) about Fast Render on 20th Monday. [Join with me](/announcing-the-meteorhacks-show.html) to learn more about Fast Render.
87

98
_**FastRender**_ is a small package that will make a **huge impact** on your Meteor App. It improves the initial load time of your app and gives you 2-10 times faster page loads. It gives identical result as Server Side Rendering(SSR), but still sending data over the wire without breaking one of the Meteor's core principles.
109

_posts/pro-meteor/2014-01-17-cloudflare-meets-meteor.md

-5
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,4 @@ But if you are using **Option 2** with a separate DDP connection, your DDP conne
9191

9292
Hope this article helps you to use Cloudflare with Meteor correctly and handover some responsibilities to it and keep focus on building your app.
9393

94-
---
95-
96-
I'm doing a Webinar about [Fast Render](/fast-render) and Subscription Optimization on 20th Monday at 9.00 AM PST. [Join with me](/announcing-the-meteorhacks-show.html) and ask questions.
97-
98-
[![Webinar: Fast Render and Subscription Optimization](https://i.cloudup.com/6Xr5sfmD8s.png)](/announcing-the-meteorhacks-show.html)
9994

0 commit comments

Comments
 (0)