Web Dev Internship Assigment
Web Dev Internship Assigment
Email : [email protected]
TASK – 1
Checking the page load speed and suggest improvements in the development
for the same.
I Analysed the website load performance using the google lighthouse chrome extension and
the result came out to be poor
Suggested Improvements :
Using a CDN –
CDN or Content Delivery Network serves content like
images or videos by caching across distributed servers
and serving users based on the closest server. Using a
CDN will greatly reduce load time.
These improvements should greatly increase the speed of the website resulting in a much
better performance
TASK – 2
Suggest technical improvements for this page
I thoroughly went through the page and here are a list of issues I found along with
possible fixes :
1. No form validation – The “ GET A CALL” and “Get in touch with a counsellor”
Forms do have validation meaning users can submit empty forms or partially
filled forms which get stored in the database.
(Empty fields highlighted in orange)
This can be easily fixed by adding form validation on both forms to avoid
gathering unnecessary and incomplete form submissions.
3. Pagination Improvement - The pagination selector can be placed at the top and
bottom of the listed schools and also should be moved towards the center for better
visibility
4. Fee Details – The details on Fees is oddly placed on the right where it is less visible
and must be placed along with other important data on the left.
5. Placement of Featured Schools – The featured schools banner appears on the right
on the search page then appears on the left on the view school page making the layout
inconsistent.
6. UI Improvements – Hover effects can be added to pagination,footer and navbar links
to make it more interactive, images depicting school facilites can be changed to have
rounded borders and titles such as “Schools in Dubai” can be made larger with a darker
font color to stand out and look more prominent
7. Higher Quality Backdrop Photo – The backdrop photo on the homepage has a low
quality and can easily be replaced with a higher quality image of Dubai to make it more
visually appealing
8. Larger Blog Font – The font on the blog post can be made larger to make it more visible
and easy to read and the blog card sometimes shows “Read More” and “Author”
detials twice
9. Speed Improvements – Webpage load performance of this page turned out to be poor
as well. This can be improved by applying the techniques mentioned above in Task 1