English 中文(简体)
PHP Search engine friendly urls and caching
原标题:

I m considering ways to develop a site, planning to get some 100-10.000 visitors daily. (fingers crossed).

I used Prado framework for "backend" (admin access), but I m not sure how well would Prado work on the visitors frontent. I have GoDaddy hosting and am not sure if things would work fast enough not to get lower google rating as a result of slow site loading. (If you guys think differently, please feel free to say so).

However, if I m not going to use Prado (and I m too lazy to learn another framework for this project alone AND I don t have time right now), I m having a problem with SEF urls and page caching.

I searched around for tutorials on the subject, but I noticed that most of them are old. So, could you guys propose some up-to-date tutorials, or verify that old tutorials are good tutorials :)

Thx

最佳回答

If your too lazy to learn a different framework then how can you learn to use "SEF urls and page caching" without being able to integrate them properly?

Also you shouldn t be worried about your google ranking for a slow-loading website, you should be worried about how a slow-loading website will impact your user experience (which will result in a drop of traffic).

Anyways take a look at CodeIgniter it is a simple framework with everything you want and is relatively easy to learn.

问题回答

暂无回答




相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签